jaxx.runtime.swing.editor
Class ClassCellEditor
java.lang.Object
jaxx.runtime.swing.editor.ClassCellEditor
- All Implemented Interfaces:
- CellEditor, TableCellEditor
public class ClassCellEditor
- extends Object
- implements TableCellEditor
A class cell editor (fork from comandline project).
- Author:
- chemit
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
delegate
protected TableCellEditor delegate
ClassCellEditor
public ClassCellEditor()
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column)
- Specified by:
getTableCellEditorComponent in interface TableCellEditor
getCellEditorValue
public Object getCellEditorValue()
- Specified by:
getCellEditorValue in interface CellEditor
isCellEditable
public boolean isCellEditable(EventObject anEvent)
- Specified by:
isCellEditable in interface CellEditor
shouldSelectCell
public boolean shouldSelectCell(EventObject anEvent)
- Specified by:
shouldSelectCell in interface CellEditor
stopCellEditing
public boolean stopCellEditing()
- Specified by:
stopCellEditing in interface CellEditor
cancelCellEditing
public void cancelCellEditing()
- Specified by:
cancelCellEditing in interface CellEditor
addCellEditorListener
public void addCellEditorListener(CellEditorListener l)
- Specified by:
addCellEditorListener in interface CellEditor
removeCellEditorListener
public void removeCellEditorListener(CellEditorListener l)
- Specified by:
removeCellEditorListener in interface CellEditor
getDelegate
protected TableCellEditor getDelegate()
hasDelegate
protected boolean hasDelegate()
Copyright © 2008-2010 CodeLutin. All Rights Reserved.