Module jEdit

Class SelectionLengthWidgetFactory.SelectionLengthWidget

java.lang.Object
org.gjt.sp.jedit.gui.statusbar.SelectionLengthWidgetFactory.SelectionLengthWidget
All Implemented Interfaces:
Widget
Enclosing class:
SelectionLengthWidgetFactory

public static class SelectionLengthWidgetFactory.SelectionLengthWidget extends Object implements Widget
  • Method Details

    • getComponent

      public 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)