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, supportsCustomEditorpublic EnsembleSelectionLibraryEditor()
public void setValue(java.lang.Object value)
setValue in interface java.beans.PropertyEditorsetValue in class EnsembleLibraryEditorvalue - a Library object to be editedpublic java.awt.Component getCustomEditor()
getCustomEditor in interface java.beans.PropertyEditorgetCustomEditor in class EnsembleLibraryEditorpublic boolean isLoadModelsPanelSelected()