Widget
public static class SelectionLengthWidgetFactory.SelectionLengthWidget extends java.lang.Object implements Widget
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 |
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()
Widget
getComponent
in interface Widget
public void update()
Widget
public void propertiesChanged()
Widget
propertiesChanged
in interface Widget
public void handleViewUpdate(ViewUpdate viewUpdate)