Package org.jdesktop.swingx
Class JXTable.CellEditorRemover
java.lang.Object
org.jdesktop.swingx.JXTable.CellEditorRemover
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
- Enclosing class:
JXTable
This 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
install()
private void
void
void
remove all listener registrations.
-
Field Details
-
focusManager
KeyboardFocusManager focusManager
-
-
Constructor Details
-
CellEditorRemover
public CellEditorRemover()
-
-
Method Details
-
install
private void install() -
uninstall
public void uninstall()remove all listener registrations. -
propertyChange
- Specified by:
propertyChange
in interfacePropertyChangeListener
-
permanentFocusOwnerChange
private void permanentFocusOwnerChange()
-