Module jEdit
Package org.gjt.sp.jedit.gui.statusbar
Class LastModifiedWidgetFactory.LastModifiedWidget
java.lang.Object
org.gjt.sp.jedit.gui.statusbar.LastModifiedWidgetFactory.LastModifiedWidget
- All Implemented Interfaces:
Widget
- Enclosing class:
- LastModifiedWidgetFactory
-
Method Summary
Modifier and TypeMethodDescriptionReturns the component that will be inserted in the status barvoid
handleMessage
(BufferUpdate message) void
handleMessage
(EditPaneUpdate message) void
a callback telling that the properties have been changed, the widget can update itself if neededvoid
update()
A refresh is asked to the widget
-
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 -
propertiesChanged
public void propertiesChanged()Description copied from interface:Widget
a callback telling that the properties have been changed, the widget can update itself if needed- Specified by:
propertiesChanged
in interfaceWidget
-
handleMessage
-
handleMessage
-