org.jurvis.swing
Class JvAbstractCellEditor
java.lang.Object
org.jurvis.swing.JvAbstractCellEditor
- All Implemented Interfaces:
- CellEditor
public class JvAbstractCellEditor
- extends Object
- implements CellEditor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
listenerList
protected EventListenerList listenerList
JvAbstractCellEditor
public JvAbstractCellEditor()
getCellEditorValue
public Object getCellEditorValue()
- Specified by:
getCellEditorValue in interface CellEditor
isCellEditable
public boolean isCellEditable(EventObject e)
- 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
fireEditingStopped
protected void fireEditingStopped()
fireEditingCanceled
protected void fireEditingCanceled()
Copyright © 1999-2004 Neil W. Weber. All Rights Reserved.