|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.gui.EnsembleLibraryEditor
weka.gui.EnsembleSelectionLibraryEditor
public class EnsembleSelectionLibraryEditor
Class for editing Ensemble Library objects. This basically does the same thing as its parent class except that it also adds two extra panels. A "loadModelsPanel" to detect model specifications from an ensemble working directory and a "defaltModelsPanel" which lets you choose sets of model specs from a few default lists. Brings up a custom editing panel with which the user can edit the library interactively, as well as save load libraries from files.
Constructor Summary | |
---|---|
EnsembleSelectionLibraryEditor()
Constructs a new LibraryEditor. |
Method Summary | |
---|---|
java.awt.Component |
getCustomEditor()
Gets a GUI component with which the user can edit the cost matrix. |
boolean |
isLoadModelsPanelSelected()
returns whether or not the LoadModelsPanel is currently selected |
void |
setValue(java.lang.Object value)
Sets the value of the Library to be edited. |
Methods inherited from class weka.gui.EnsembleLibraryEditor |
---|
addPropertyChangeListener, createGenericObjectRenderer, getAsText, getDefaultRenderer, getEditorValue, getJavaInitializationString, getTags, getValue, isPaintable, main, paintValue, removePropertyChangeListener, setAsText, supportsCustomEditor |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnsembleSelectionLibraryEditor()
Method Detail |
---|
public void setValue(java.lang.Object value)
setValue
in interface java.beans.PropertyEditor
setValue
in class EnsembleLibraryEditor
value
- a Library object to be editedpublic java.awt.Component getCustomEditor()
getCustomEditor
in interface java.beans.PropertyEditor
getCustomEditor
in class EnsembleLibraryEditor
public boolean isLoadModelsPanelSelected()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |