gate.gui
Class MainFrame.LoadANNIEWithDefaultsAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--gate.gui.MainFrame.LoadANNIEWithDefaultsAction
All Implemented Interfaces:
Action, ActionListener, ANNIEConstants, Cloneable, EventListener, Serializable
Enclosing class:
MainFrame

class MainFrame.LoadANNIEWithDefaultsAction
extends AbstractAction
implements ANNIEConstants

This class represent an action which loads ANNIE with default params

See Also:
Serialized Form

Inner classes inherited from class javax.swing.AbstractAction
AbstractAction.ArrayTable
 
Fields inherited from class javax.swing.AbstractAction
arrayTable, changeSupport, enabled
 
Fields inherited from interface gate.creole.ANNIEConstants
ANNOTATION_COREF_FEATURE_NAME, DATE_ANNOTATION_TYPE, DOCUMENT_COREF_FEATURE_NAME, LOCATION_ANNOTATION_TYPE, LOOKUP_ANNOTATION_TYPE, LOOKUP_CLASS_FEATURE_NAME, LOOKUP_MAJOR_TYPE_FEATURE_NAME, LOOKUP_MINOR_TYPE_FEATURE_NAME, LOOKUP_ONTOLOGY_FEATURE_NAME, MONEY_ANNOTATION_TYPE, ORGANIZATION_ANNOTATION_TYPE, PERSON_ANNOTATION_TYPE, PERSON_GENDER_FEATURE_NAME, PR_NAMES, SENTENCE_ANNOTATION_TYPE, SPACE_TOKEN_ANNOTATION_TYPE, TOKEN_ANNOTATION_TYPE, TOKEN_CATEGORY_FEATURE_NAME, TOKEN_KIND_FEATURE_NAME, TOKEN_LENGTH_FEATURE_NAME, TOKEN_ORTH_FEATURE_NAME, TOKEN_STRING_FEATURE_NAME
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
MainFrame.LoadANNIEWithDefaultsAction()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getValue, isEnabled, putValue, readObject, removePropertyChangeListener, setEnabled, writeObject
 
Methods inherited from class java.lang.Object
, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

MainFrame.LoadANNIEWithDefaultsAction

public MainFrame.LoadANNIEWithDefaultsAction()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Overrides:
actionPerformed in class AbstractAction