Class JXTable.CellEditorRemover

java.lang.Object
org.jdesktop.swingx.JXTable.CellEditorRemover
All Implemented Interfaces:
PropertyChangeListener, EventListener
Enclosing class:
JXTable

class JXTable.CellEditorRemover extends Object implements PropertyChangeListener
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 Details

  • Constructor Details

    • CellEditorRemover

      public CellEditorRemover()
  • Method Details

    • install

      private void install()
    • uninstall

      public void uninstall()
      remove all listener registrations.
    • propertyChange

      public void propertyChange(PropertyChangeEvent ev)
      Specified by:
      propertyChange in interface PropertyChangeListener
    • permanentFocusOwnerChange

      private void permanentFocusOwnerChange()