de.kleopatra.support
Class CellEditorSupport
java.lang.Object
de.kleopatra.support.CellEditorSupport
- All Implemented Interfaces:
- java.io.Serializable
- public class CellEditorSupport
- extends java.lang.Object
- implements java.io.Serializable
Support for handling listener notification for CellEditors.
- Version:
- $Revision: 1.1.1.1 $ - $Date: 2003/12/02 14:45:40 $
- Author:
- (C) Jeanette Winzenburg, Berlin
- See Also:
- Serialized Form
Field Summary |
protected javax.swing.event.ChangeEvent |
changeEvent
|
protected javax.swing.event.EventListenerList |
listenerList
|
protected java.lang.Object |
source
|
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
changeEvent
protected transient javax.swing.event.ChangeEvent changeEvent
source
protected java.lang.Object source
CellEditorSupport
public CellEditorSupport(java.lang.Object editor)
addCellEditorListener
public void addCellEditorListener(javax.swing.event.CellEditorListener l)
- Adds a
CellEditorListener
to the listener list.
- Parameters:
l
- the new listener to be added
removeCellEditorListener
public void removeCellEditorListener(javax.swing.event.CellEditorListener l)
- Removes a
CellEditorListener
from the listener list.
- Parameters:
l
- the listener to be removed
fireEditingStopped
public void fireEditingStopped()
fireEditingCanceled
public void fireEditingCanceled()
Copyright © 2003, 2004 SwingEmpire Jeanette Winzenburg. All Rights Reserved.