| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.togethersoft.openapi.ide.inspector.util.table.AbstractCellEditor | +--com.togethersoft.openapi.ide.inspector.util.table.PropertyValueEditor
Represents cell editor of property value.
| Fields inherited from class com.togethersoft.openapi.ide.inspector.util.table.AbstractCellEditor |
changeEvent, listenerList |
| Constructor Summary | |
PropertyValueEditor()Constructs this new editor. | |
| Method Summary | |
void | editingCanceled(ChangeEvent e)Called when EditingCancelled event is fired. |
void | editingStopped(ChangeEvent e)Called when EditingStopped event is fired. |
protected IdeInspectorProperty | extractIdeInspectorPropertyFromModel(TableModel tableModel, int row, int column)Fetches IdeInspectorProperty from the certain TableModel. |
Object | getCellEditorValue()Fetches value of this cell. |
Component | getTableCellEditorComponent(JTable jtable, Object obj, boolean flag, int i, int j)Fetches Swing component which represents this editor. |
| Methods inherited from class com.togethersoft.openapi.ide.inspector.util.table.AbstractCellEditor |
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing |
| Constructor Detail |
public PropertyValueEditor()
| Method Detail |
public void editingCanceled(ChangeEvent e)
public void editingStopped(ChangeEvent e)
protected IdeInspectorProperty extractIdeInspectorPropertyFromModel(TableModel tableModel, int row, int column)
public Object getCellEditorValue()
public Component getTableCellEditorComponent(JTable jtable, Object obj, boolean flag, int i, int j)
| Association Links |
to Class javax.swing.DefaultCellEditor
to Class java.lang.Class
to Class javax.swing.border.Border
to Class javax.swing.border.Border
to Class com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||