edu.uchsc.ccp.knowtator.wizards
Class CreateConsensusSetWizard

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

public class CreateConsensusSetWizard
extends Object
implements ActionListener


Field Summary
static String CREATE_BUTTON_CLICKED
           
static String FILTER_INSTRUCTIONS
           
static String NAME_INSTRUCTIONS
           
static String TEXT_SOURCES_INSTRUCTIONS
           
static String TO_FILTER_FRAME
           
static String TO_NAME_FRAME
           
static String TO_TEXTSOURCES_FRAME
           
static String TO_WELCOME_FRAME
           
static String WELCOME_MESSAGE
           
 
Constructor Summary
CreateConsensusSetWizard(JFrame parent, KnowtatorManager manager)
           
 
Method Summary
 void actionPerformed(ActionEvent actionEvent)
           
 boolean createConsensusSet()
           
 String getConsensusSetName()
           
 SimpleInstance getFilter()
           
 Set<SimpleInstance> getTextSources()
           
 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

WELCOME_MESSAGE

public static final String WELCOME_MESSAGE
See Also:
Constant Field Values

FILTER_INSTRUCTIONS

public static final String FILTER_INSTRUCTIONS
See Also:
Constant Field Values

NAME_INSTRUCTIONS

public static final String NAME_INSTRUCTIONS
See Also:
Constant Field Values

TEXT_SOURCES_INSTRUCTIONS

public static final String TEXT_SOURCES_INSTRUCTIONS
See Also:
Constant Field Values

TO_WELCOME_FRAME

public static final String TO_WELCOME_FRAME
See Also:
Constant Field Values

TO_NAME_FRAME

public static final String TO_NAME_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

CREATE_BUTTON_CLICKED

public static final String CREATE_BUTTON_CLICKED
See Also:
Constant Field Values
Constructor Detail

CreateConsensusSetWizard

public CreateConsensusSetWizard(JFrame parent,
                                KnowtatorManager manager)
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)

createConsensusSet

public boolean createConsensusSet()

getFilter

public SimpleInstance getFilter()

getTextSources

public Set<SimpleInstance> getTextSources()

getConsensusSetName

public String getConsensusSetName()