Package | Description |
---|---|
meka.gui.explorer | |
meka.gui.explorer.classify |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTabMenuItem<T extends AbstractExplorerTab>
Ancestor to classes that can be added to a tab's custom menu.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractThreadedExplorerTab
Supports long-running tasks in a separate thread.
|
class |
ClassifyTab
Simple panel for performing classification.
|
class |
LogTab
For logging output.
|
class |
PreprocessTab
For preprocessing data.
|
class |
VisualizeTab
For visualizing the data.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractExplorerTab |
AbstractResultHistoryPlugin.m_Owner
the tab this plugin belongs to (for accessing the session).
|
Modifier and Type | Field and Description |
---|---|
protected ArrayList<AbstractExplorerTab> |
Explorer.m_Tabs
the tabs.
|
Modifier and Type | Method and Description |
---|---|
AbstractExplorerTab |
AbstractResultHistoryPlugin.getOwner()
Returns the tab the plugin belongs to.
|
Modifier and Type | Method and Description |
---|---|
String |
Explorer.handleException(AbstractExplorerTab tab,
String msg,
Throwable t)
Logs the stacktrace along with the message on the log tab and returns a
combination of both of them as string.
|
protected void |
LogTab.log(AbstractExplorerTab tab,
String msg)
For logging messages.
|
protected void |
Explorer.log(AbstractExplorerTab tab,
String msg)
For logging messages.
|
void |
Explorer.notifyTabsDataChanged(AbstractExplorerTab source,
weka.core.Instances data)
Notifies all the tabs that the data has changed.
|
static void |
AbstractResultHistoryPlugin.populateMenu(AbstractExplorerTab tab,
List<String> classnames,
ResultHistoryList history,
int index,
JPopupMenu menu)
Allows to customize the popup menu for the result history.
|
void |
AbstractResultHistoryPlugin.setOwner(AbstractExplorerTab value) |
Modifier and Type | Method and Description |
---|---|
static void |
AbstractClassifyResultHistoryPlugin.populateMenu(AbstractExplorerTab tab,
ResultHistoryList history,
int index,
JPopupMenu menu)
Allows to customize the popup menu for the classify result history.
|
Copyright © 2017. All Rights Reserved.