edu.uchsc.ccp.knowtator.wizards
Class CreateConsensusSetWizard
java.lang.Object
edu.uchsc.ccp.knowtator.wizards.CreateConsensusSetWizard
- All Implemented Interfaces:
- ActionListener, EventListener
public class CreateConsensusSetWizard
- extends Object
- implements ActionListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
CreateConsensusSetWizard
public CreateConsensusSetWizard(JFrame parent,
KnowtatorManager manager)
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()