org.apache.cayenne.dataview
Class CellEditors.ButtonEditor
java.lang.Object
javax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
org.apache.cayenne.dataview.CellEditors.ButtonEditor
- All Implemented Interfaces:
- Serializable, CellEditor, TableCellEditor, TreeCellEditor
- Enclosing class:
- CellEditors
public class CellEditors.ButtonEditor
- extends DefaultCellEditor
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
currentValue
protected Object currentValue
CellEditors.ButtonEditor
public CellEditors.ButtonEditor(JButton button)
fireEditingStopped
protected void fireEditingStopped()
- Overrides:
fireEditingStopped
in class AbstractCellEditor
getCellEditorValue
public Object getCellEditorValue()
- Specified by:
getCellEditorValue
in interface CellEditor
- Overrides:
getCellEditorValue
in class DefaultCellEditor
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column)
- Specified by:
getTableCellEditorComponent
in interface TableCellEditor
- Overrides:
getTableCellEditorComponent
in class DefaultCellEditor
Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.