edu.uchsc.ccp.knowtator.wizards
Class IAAWizard
java.lang.Object
edu.uchsc.ccp.knowtator.wizards.IAAWizard
- All Implemented Interfaces:
- ActionListener, EventListener, CaretListener
public class IAAWizard
- extends Object
- implements ActionListener, CaretListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IAA_DIRECTORY
public static final String IAA_DIRECTORY
- See Also:
- Constant Field Values
IAA_FILTER
public static final String IAA_FILTER
- See Also:
- Constant Field Values
IAA_TEXTSOURCES
public static final String IAA_TEXTSOURCES
- See Also:
- Constant Field Values
IAA_CONFIG
public static final String IAA_CONFIG
- See Also:
- Constant Field Values
IAA_CONFIG_DISPLAY
public static final String IAA_CONFIG_DISPLAY
- See Also:
- Constant Field Values
IAA_WELCOME_MESSAGE
public static final String IAA_WELCOME_MESSAGE
- See Also:
- Constant Field Values
TO_WELCOME_FRAME
public static final String TO_WELCOME_FRAME
- See Also:
- Constant Field Values
TO_OUTPUT_FRAME
public static final String TO_OUTPUT_FRAME
- See Also:
- Constant Field Values
TO_FILTER_FRAME
public static final String TO_FILTER_FRAME
- See Also:
- Constant Field Values
TO_TEXTSOURCES_FRAME
public static final String TO_TEXTSOURCES_FRAME
- See Also:
- Constant Field Values
TO_CONFIG_FRAME
public static final String TO_CONFIG_FRAME
- See Also:
- Constant Field Values
GO_CLICKED
public static final String GO_CLICKED
- See Also:
- Constant Field Values
ADD_SLOT_MATCHER_CLICKED
public static final String ADD_SLOT_MATCHER_CLICKED
- See Also:
- Constant Field Values
REMOVE_SLOT_MATCHER_CLICKED
public static final String REMOVE_SLOT_MATCHER_CLICKED
- See Also:
- Constant Field Values
IAAWizard
public IAAWizard(Project project,
KnowledgeBase kb,
KnowtatorProjectUtil kpu,
JFrame parent)
actionPerformed
public void actionPerformed(ActionEvent actionEvent)
- Specified by:
actionPerformed
in interface ActionListener
setVisible
public void setVisible(boolean visible)
showFrame
public void showFrame(WizardFrame wizardFrame)
caretUpdate
public void caretUpdate(CaretEvent caretEvent)
- Specified by:
caretUpdate
in interface CaretListener
isGoClicked
public boolean isGoClicked()
getOutputDirectory
public File getOutputDirectory()
getFilter
public SimpleInstance getFilter()
getTextSources
public Set<SimpleInstance> getTextSources()
isClassMatcherSelected
public boolean isClassMatcherSelected()
isSpanMatcherSelected
public boolean isSpanMatcherSelected()
isClassAndSpanMatcherSelected
public boolean isClassAndSpanMatcherSelected()
isSubclassMatcherSelected
public boolean isSubclassMatcherSelected()
getSlotMatcherConfig
public SimpleInstance getSlotMatcherConfig()