|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
weka.gui.explorer.Explorer
public class Explorer
The main class for the Weka explorer. Lets the user create, open, save, configure, datasets, and perform ML analysis.
| Nested Class Summary | |
|---|---|
static class |
Explorer.CapabilitiesFilterChangeEvent
This event can be fired in case the capabilities filter got changed |
static interface |
Explorer.CapabilitiesFilterChangeListener
Interface for classes that listen for filter changes. |
static interface |
Explorer.ExplorerPanel
A common interface for panels to be displayed in the Explorer |
static interface |
Explorer.LogHandler
A common interface for panels in the explorer that can handle logs |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.BaselineResizeBehavior |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JComponent |
|---|
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
Explorer()
Creates the experiment environment gui with no initial experiment |
|
| Method Summary | |
|---|---|
void |
addCapabilitiesFilterListener(Explorer.CapabilitiesFilterChangeListener l)
adds the listener to the list of objects that listen for changes of the CapabilitiesFilter |
Vector<Explorer.ExplorerPanel> |
getPanels()
returns all the panels, apart from the PreprocessPanel |
PreprocessPanel |
getPreprocessPanel()
returns the instance of the PreprocessPanel being used in this instance of the Explorer |
JTabbedPane |
getTabbedPane()
returns the tabbed pane of the Explorer |
static void |
main(String[] args)
Tests out the explorer environment. |
void |
notifyCapabilitiesFilterListener(Capabilities filter)
notifies all the listeners of a change |
boolean |
removeCapabilitiesFilterListener(Explorer.CapabilitiesFilterChangeListener l)
Removes the specified listener from the set of listeners if it is present. |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Explorer()
| Method Detail |
|---|
public Vector<Explorer.ExplorerPanel> getPanels()
public PreprocessPanel getPreprocessPanel()
public JTabbedPane getTabbedPane()
public void addCapabilitiesFilterListener(Explorer.CapabilitiesFilterChangeListener l)
l - the listener to addm_CapabilitiesFilterChangeListenerspublic boolean removeCapabilitiesFilterListener(Explorer.CapabilitiesFilterChangeListener l)
l - the listener to remove
public void notifyCapabilitiesFilterListener(Capabilities filter)
filter - the affected filterpublic static void main(String[] args)
args - ignored.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||