Module jEdit
Package org.gjt.sp.jedit.gui.statusbar
Class SelectionLengthWidgetFactory.SelectionLengthWidget
java.lang.Object
org.gjt.sp.jedit.gui.statusbar.SelectionLengthWidgetFactory.SelectionLengthWidget
- All Implemented Interfaces:
Widget
- Enclosing class:
- SelectionLengthWidgetFactory
-
Method Summary
Modifier and TypeMethodDescriptionReturns the component that will be inserted in the status barvoid
handleViewUpdate
(ViewUpdate viewUpdate) void
update()
A refresh is asked to the widgetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.gjt.sp.jedit.gui.statusbar.Widget
propertiesChanged
-
Method Details
-
getComponent
Description copied from interface:Widget
Returns the component that will be inserted in the status bar- Specified by:
getComponent
in interfaceWidget
- Returns:
- a JComponent
-
update
public void update()Description copied from interface:Widget
A refresh is asked to the widget -
handleViewUpdate
-