oracle.ide.controls
Class AbstractCellEditor
java.lang.Object
  
oracle.ide.controls.AbstractCellEditor
- All Implemented Interfaces: 
 - javax.swing.CellEditor
 
- Direct Known Subclasses: 
 - JFastTreeTable.TreeTableCellEditor, JTreeTable.TreeTableCellEditor
 
public class AbstractCellEditor
- extends java.lang.Object
- implements javax.swing.CellEditor
  
The code in this class is derived from the source from the JTreeTable
  article that can be found at:  http://java.sun.com/products/jfc/tsc/articles/treetable2/index.html.
| 
Field Summary | 
protected  javax.swing.event.EventListenerList | 
listenerList
 
            | 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
listenerList
protected javax.swing.event.EventListenerList listenerList
AbstractCellEditor
public AbstractCellEditor()
getCellEditorValue
public java.lang.Object getCellEditorValue()
- Specified by:
 getCellEditorValue in interface javax.swing.CellEditor
 
 
isCellEditable
public boolean isCellEditable(java.util.EventObject e)
- Specified by:
 isCellEditable in interface javax.swing.CellEditor
 
 
shouldSelectCell
public boolean shouldSelectCell(java.util.EventObject anEvent)
- Specified by:
 shouldSelectCell in interface javax.swing.CellEditor
 
 
stopCellEditing
public boolean stopCellEditing()
- Specified by:
 stopCellEditing in interface javax.swing.CellEditor
 
 
cancelCellEditing
public void cancelCellEditing()
- Specified by:
 cancelCellEditing in interface javax.swing.CellEditor
 
 
addCellEditorListener
public void addCellEditorListener(javax.swing.event.CellEditorListener l)
- Specified by:
 addCellEditorListener in interface javax.swing.CellEditor
 
 
removeCellEditorListener
public void removeCellEditorListener(javax.swing.event.CellEditorListener l)
- Specified by:
 removeCellEditorListener in interface javax.swing.CellEditor
 
 
fireEditingStopped
protected void fireEditingStopped()
 
 
fireEditingCanceled
protected void fireEditingCanceled()
 
 
Copyright © 1997, 2009, Oracle. All rights reserved.