public class SaveModel extends AbstractClassifyResultHistoryPlugin
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_FILECHOOSER
the key in the session for the filechooser.
|
m_Owner| Constructor and Description |
|---|
SaveModel() |
| Modifier and Type | Method and Description |
|---|---|
ActionListener |
getActionListener(ResultHistoryList history,
int index)
Returns the action lister to use in the menu.
|
protected MekaFileChooser |
getFileChooser()
Returns the file chooser to use for the models.
|
String |
getGroup()
Returns the group of the plugin.
|
String |
getName()
Returns the name of the plugin.
|
boolean |
handles(ResultHistoryList history,
int index)
Checks whether the current item can be handled.
|
getClassifier, getHeader, getPlugins, populateMenucompareTo, customizePopupMenu, equals, getOwner, getSessionValue, hasSessionValue, populateMenu, setOwner, setSessionValuepublic static final String KEY_FILECHOOSER
public String getGroup()
getGroup in class AbstractResultHistoryPluginpublic String getName()
getName in class AbstractResultHistoryPluginpublic boolean handles(ResultHistoryList history, int index)
handles in class AbstractResultHistoryPluginhistory - the current historyindex - the selected history itemprotected MekaFileChooser getFileChooser()
public ActionListener getActionListener(ResultHistoryList history, int index)
getActionListener in class AbstractResultHistoryPluginhistory - the current historyindex - the selected history itemCopyright © 2017. All Rights Reserved.