| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.beans.PropertyEditorSupport
|
+--com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport
|
+--com.togethersoft.openapi.ide.inspector.util.editors.SwingEnumEditor
Represents editor for enumeration properties as a JComboBox.
| Field Summary | |
JComboBox | combobox |
| Fields inherited from class com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport |
MEDIUM_DIMENSION, panel, SMALL_DIMENSION |
| Constructor Summary | |
SwingEnumEditor()Does not produce any initializations. | |
| Method Summary | |
void | actionPerformed(ActionEvent actionevent)Invoked when an action occurs. |
void | init(IdeInspectorProperty property)Specifies IdeInspectorProperty to be edited. |
void | setValue(Object obj)Specifies value (member) of enumeration which will be selected in ComboBox. |
| Methods inherited from class com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport |
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCustomEditor, removeCellEditorListener, setAlignment, supportsCustomEditor |
| Methods inherited from class java.beans.PropertyEditorSupport |
getValue, isPaintable, paintValue, getJavaInitializationString, getAsText, setAsText, getTags, addPropertyChangeListener, removePropertyChangeListener, firePropertyChange |
| Methods inherited from class java.lang.Object |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |
| Field Detail |
public JComboBox combobox
| Constructor Detail |
public SwingEnumEditor()
| Method Detail |
public void actionPerformed(ActionEvent actionevent)
public void init(IdeInspectorProperty property)
public void setValue(Object obj)
| Association Links |
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||