Class TypeSystemFileOpenEventHandler
- java.lang.Object
-
- org.apache.uima.tools.cvd.control.TypeSystemFileOpenEventHandler
-
- All Implemented Interfaces:
ActionListener
,EventListener
public class TypeSystemFileOpenEventHandler extends Object implements ActionListener
Load a type system file. Need to load type system before one can load XCAS.
-
-
Constructor Summary
Constructors Constructor Description TypeSystemFileOpenEventHandler(MainFrame frame)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(ActionEvent event)
-
-
-
Constructor Detail
-
TypeSystemFileOpenEventHandler
public TypeSystemFileOpenEventHandler(MainFrame frame)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(ActionEvent event)
- Specified by:
actionPerformed
in interfaceActionListener
- See Also:
ActionListener.actionPerformed(ActionEvent)
-
-