edu.uchsc.ccp.knowtator.wizards
Class IAAWizard

java.lang.Object
  extended by edu.uchsc.ccp.knowtator.wizards.IAAWizard
All Implemented Interfaces:
ActionListener, EventListener, CaretListener

public class IAAWizard
extends Object
implements ActionListener, CaretListener


Field Summary
static String ADD_SLOT_MATCHER_CLICKED
           
static String GO_CLICKED
           
static String IAA_CONFIG
           
static String IAA_CONFIG_DISPLAY
           
static String IAA_DIRECTORY
           
static String IAA_FILTER
           
static String IAA_TEXTSOURCES
           
static String IAA_WELCOME_MESSAGE
           
static String REMOVE_SLOT_MATCHER_CLICKED
           
static String TO_CONFIG_FRAME
           
static String TO_FILTER_FRAME
           
static String TO_OUTPUT_FRAME
           
static String TO_TEXTSOURCES_FRAME
           
static String TO_WELCOME_FRAME
           
 
Constructor Summary
IAAWizard(Project project, KnowledgeBase kb, KnowtatorProjectUtil kpu, JFrame parent)
           
 
Method Summary
 void actionPerformed(ActionEvent actionEvent)
           
 void caretUpdate(CaretEvent caretEvent)
           
 SimpleInstance getFilter()
           
 File getOutputDirectory()
           
 SimpleInstance getSlotMatcherConfig()
           
 Set<SimpleInstance> getTextSources()
           
 boolean isClassAndSpanMatcherSelected()
           
 boolean isClassMatcherSelected()
           
 boolean isGoClicked()
           
 boolean isSpanMatcherSelected()
           
 boolean isSubclassMatcherSelected()
           
 void setVisible(boolean visible)
           
 void showFrame(WizardFrame wizardFrame)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

IAAWizard

public IAAWizard(Project project,
                 KnowledgeBase kb,
                 KnowtatorProjectUtil kpu,
                 JFrame parent)
Method Detail

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()