Package org.jdesktop.swingx
Class JXTable.CellEditorRemover
- java.lang.Object
-
- org.jdesktop.swingx.JXTable.CellEditorRemover
-
- All Implemented Interfaces:
java.beans.PropertyChangeListener,java.util.EventListener
- Enclosing class:
- JXTable
class JXTable.CellEditorRemover extends java.lang.Object implements java.beans.PropertyChangeListenerThis class tracks changes in the keyboard focus state. It is used when the JTable is editing to determine when to cancel the edit. If focus switches to a component outside of the jtable, but in the same window, this will cancel editing.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.awt.KeyboardFocusManagerfocusManager
-
Constructor Summary
Constructors Constructor Description CellEditorRemover()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidinstall()private voidpermanentFocusOwnerChange()voidpropertyChange(java.beans.PropertyChangeEvent ev)voiduninstall()remove all listener registrations.
-
-
-
Method Detail
-
install
private void install()
-
uninstall
public void uninstall()
remove all listener registrations.
-
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent ev)
- Specified by:
propertyChangein interfacejava.beans.PropertyChangeListener
-
permanentFocusOwnerChange
private void permanentFocusOwnerChange()
-
-