| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.togethersoft.openapi.ide.inspector.util.editors.MultiValueUI | +--com.togethersoft.openapi.ide.inspector.util.editors.MultiValueTableUI
Represents MultiValue editor as a table.
| Constructor Summary | |
MultiValueTableUI()Creates this editor UI component with four buttons: Add, Remove, Ok, Cancel. | |
| Method Summary | |
void | actionPerformed(ActionEvent evt)Handles only Cancel and Ok buttons. |
void | addValues(Vector valuesVector)Populates itself from the given Vector. |
void | editValues(String title)Opens dialog box to edit values. |
protected Object | getAtomicValueFromInspectorProperty(IdeInspectorProperty inspectorProperty) |
protected IdeInspectorProperty | getInspectorPropertyFromAtomicValue(Object atomicValue) |
Vector | getValues()Returns Vector of Strings. |
| Methods inherited from class com.togethersoft.openapi.ide.inspector.util.editors.MultiValueUI |
addCellEditorListener, fireEditingCanceled, fireEditingStopped, removeCellEditorListener |
| Constructor Detail |
public MultiValueTableUI()
| Method Detail |
public void actionPerformed(ActionEvent evt)
public void addValues(Vector valuesVector)
public void editValues(String title)
protected Object getAtomicValueFromInspectorProperty(IdeInspectorProperty inspectorProperty)
protected IdeInspectorProperty getInspectorPropertyFromAtomicValue(Object atomicValue)
public Vector getValues()
| Association Links |
to Class java.lang.String
to Class javax.swing.JTable
to Class com.togethersoft.openapi.ide.window.IdeDialogButtonGroup
to Class javax.swing.JButton
to Class javax.swing.JButton
to Class javax.swing.JButton
to Class javax.swing.JButton
to Class javax.swing.JDialog
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||