Package jmri.swing

Class EditableList.CellEditorRemover

  • All Implemented Interfaces:
    java.beans.PropertyChangeListener, java.util.EventListener
    Enclosing class:
    EditableList<E>

    class EditableList.CellEditorRemover
    extends java.lang.Object
    implements java.beans.PropertyChangeListener
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.awt.KeyboardFocusManager focusManager  
    • Constructor Summary

      Constructors 
      Constructor Description
      CellEditorRemover​(java.awt.KeyboardFocusManager fm)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void propertyChange​(java.beans.PropertyChangeEvent ev)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Constructor Detail

    • Method Detail

      • propertyChange

        public void propertyChange​(java.beans.PropertyChangeEvent ev)
        Specified by:
        propertyChange in interface java.beans.PropertyChangeListener