public class EnsembleSelectionLibraryEditor extends EnsembleLibraryEditor
Constructor and Description |
---|
EnsembleSelectionLibraryEditor()
Constructs a new LibraryEditor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
addPropertyChangeListener, createGenericObjectRenderer, getAsText, getDefaultRenderer, getEditorValue, getJavaInitializationString, getTags, getValue, isPaintable, main, paintValue, removePropertyChangeListener, setAsText, supportsCustomEditor
public EnsembleSelectionLibraryEditor()
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()