Class PropertiesDialog.RemoveHiddenSelection

  • All Implemented Interfaces:
    java.util.EventListener, javax.swing.event.ListSelectionListener, javax.swing.event.RowSorterListener
    Enclosing class:
    PropertiesDialog

    private final class PropertiesDialog.RemoveHiddenSelection
    extends java.lang.Object
    implements javax.swing.event.ListSelectionListener, javax.swing.event.RowSorterListener
    Clears the row selection when it is filtered away by the row sorter.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void removeHiddenSelection()  
      void sorterChanged​(javax.swing.event.RowSorterEvent e)  
      void valueChanged​(javax.swing.event.ListSelectionEvent event)  
      • Methods inherited from class java.lang.Object

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

      • valueChanged

        public void valueChanged​(javax.swing.event.ListSelectionEvent event)
        Specified by:
        valueChanged in interface javax.swing.event.ListSelectionListener
      • sorterChanged

        public void sorterChanged​(javax.swing.event.RowSorterEvent e)
        Specified by:
        sorterChanged in interface javax.swing.event.RowSorterListener