org.das2.components.propertyeditor
Class PropertyEditorAdapter
java.lang.Object
org.das2.components.propertyeditor.PropertyEditorAdapter
- All Implemented Interfaces:
- javax.swing.CellEditor, javax.swing.table.TableCellEditor
public class PropertyEditorAdapter
- extends java.lang.Object
- implements javax.swing.table.TableCellEditor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyEditorAdapter
public PropertyEditorAdapter()
- Creates a new instance of PropertyEditorAdapter
addCellEditorListener
public void addCellEditorListener(javax.swing.event.CellEditorListener l)
- Specified by:
addCellEditorListener
in interface javax.swing.CellEditor
cancelCellEditing
public void cancelCellEditing()
- Specified by:
cancelCellEditing
in interface javax.swing.CellEditor
getCellEditorValue
public java.lang.Object getCellEditorValue()
- Specified by:
getCellEditorValue
in interface javax.swing.CellEditor
getTableCellEditorComponent
public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean selected,
int rowIndex,
int columnIndex)
- Specified by:
getTableCellEditorComponent
in interface javax.swing.table.TableCellEditor
isCellEditable
public boolean isCellEditable(java.util.EventObject eventObject)
- Specified by:
isCellEditable
in interface javax.swing.CellEditor
removeCellEditorListener
public void removeCellEditorListener(javax.swing.event.CellEditorListener l)
- Specified by:
removeCellEditorListener
in interface javax.swing.CellEditor
shouldSelectCell
public boolean shouldSelectCell(java.util.EventObject eventObject)
- Specified by:
shouldSelectCell
in interface javax.swing.CellEditor
stopCellEditing
public boolean stopCellEditing()
- Specified by:
stopCellEditing
in interface javax.swing.CellEditor