public class EditTestData extends AbstractClassifyTabMenuItem
Modifier and Type | Field and Description |
---|---|
static String |
SESSION_KEY_MODELCHOOSER
the session key for the model filechooser.
|
Constructor and Description |
---|
EditTestData() |
Modifier and Type | Method and Description |
---|---|
ActionListener |
getActionListener(ClassifyTab owner)
Returns the action lister to use in the menu.
|
String |
getGroup()
Returns the group of the plugin.
|
String |
getIcon()
Returns the name of the icon to use.
|
String |
getName()
Returns the name of the plugin.
|
void |
update(ClassifyTab owner,
JMenuItem menuitem)
Updates the menu item using the current state of the tab.
|
compareTo, getSessionValue, hasSessionValue, setSessionValue
public static final String SESSION_KEY_MODELCHOOSER
public String getGroup()
getGroup
in class AbstractTabMenuItem<ClassifyTab>
public String getName()
getName
in class AbstractTabMenuItem<ClassifyTab>
public String getIcon()
getIcon
in class AbstractTabMenuItem<ClassifyTab>
public ActionListener getActionListener(ClassifyTab owner)
getActionListener
in class AbstractTabMenuItem<ClassifyTab>
public void update(ClassifyTab owner, JMenuItem menuitem)
update
in class AbstractTabMenuItem<ClassifyTab>
owner
- the tab that the menu item belongs tomenuitem
- the menu item to update (was generated by this class)Copyright © 2017. All Rights Reserved.