java.lang.Object
org.gjt.sp.jedit.gui.statusbar.LastModifiedWidgetFactory
- All Implemented Interfaces:
StatusWidgetFactory
A Statusbar widget that show the time of last save of the current buffer.
- Since:
- jEdit 4.5pre1
- Author:
- Matthieu Casanova
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
LastModifiedWidgetFactory
public LastModifiedWidgetFactory()
-
-
Method Details
-
getWidget
Description copied from interface:StatusWidgetFactory
returns an instance of Widget for the given view- Specified by:
getWidget
in interfaceStatusWidgetFactory
- Parameters:
view
- the view to which the created widget will belong- Returns:
- a widget instance
-