public static class SelectionLengthWidgetFactory.SelectionLengthWidget extends java.lang.Object implements Widget
| Modifier and Type | Method and Description | 
|---|---|
| javax.swing.JComponent | getComponent()Returns the component that will be inserted in the status bar | 
| void | handleViewUpdate(ViewUpdate viewUpdate) | 
| void | propertiesChanged()a callback telling that the properties have been changed, the widget
 can update itself if needed | 
| void | update()A refresh is asked to the widget | 
public javax.swing.JComponent getComponent()
WidgetgetComponent in interface Widgetpublic void update()
Widgetpublic void propertiesChanged()
WidgetpropertiesChanged in interface Widgetpublic void handleViewUpdate(ViewUpdate viewUpdate)