Class SelectionListDialog.TitleUpdater

  • All Implemented Interfaces:
    java.util.EventListener, javax.swing.event.ListDataListener
    Enclosing class:
    SelectionListDialog

    class SelectionListDialog.TitleUpdater
    extends java.lang.Object
    implements javax.swing.event.ListDataListener
    Updates the dialog title with a summary of the current JOSM selection
    • Constructor Summary

      Constructors 
      Constructor Description
      TitleUpdater()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void contentsChanged​(javax.swing.event.ListDataEvent e)  
      void intervalAdded​(javax.swing.event.ListDataEvent e)  
      void intervalRemoved​(javax.swing.event.ListDataEvent e)  
      protected void updateTitle()  
      • Methods inherited from class java.lang.Object

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

      • contentsChanged

        public void contentsChanged​(javax.swing.event.ListDataEvent e)
        Specified by:
        contentsChanged in interface javax.swing.event.ListDataListener
      • intervalAdded

        public void intervalAdded​(javax.swing.event.ListDataEvent e)
        Specified by:
        intervalAdded in interface javax.swing.event.ListDataListener
      • intervalRemoved

        public void intervalRemoved​(javax.swing.event.ListDataEvent e)
        Specified by:
        intervalRemoved in interface javax.swing.event.ListDataListener