Class SelectionLengthWidgetFactory.SelectionLengthWidget

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.JComponent getComponent()
      Returns the component that will be inserted in the status bar
      void handleViewUpdate​(ViewUpdate viewUpdate)  
      void update()
      A refresh is asked to the widget
      • Methods inherited from class java.lang.Object

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

      • getComponent

        public javax.swing.JComponent getComponent()
        Description copied from interface: Widget
        Returns the component that will be inserted in the status bar
        Specified by:
        getComponent in interface Widget
        Returns:
        a JComponent
      • update

        public void update()
        Description copied from interface: Widget
        A refresh is asked to the widget
        Specified by:
        update in interface Widget
      • handleViewUpdate

        public void handleViewUpdate​(ViewUpdate viewUpdate)