Package org.gjt.sp.jedit.gui.statusbar
Class LastModifiedWidgetFactory.LastModifiedWidget
- java.lang.Object
-
- org.gjt.sp.jedit.gui.statusbar.LastModifiedWidgetFactory.LastModifiedWidget
-
- All Implemented Interfaces:
java.util.function.Predicate<StatusBarEventType>
,Widget
- Enclosing class:
- LastModifiedWidgetFactory
public static class LastModifiedWidgetFactory.LastModifiedWidget extends java.lang.Object implements Widget
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponent
getComponent()
Returns the component that will be inserted in the status barvoid
handleMessage(BufferUpdate message)
void
handleMessage(EditPaneUpdate message)
void
update()
A refresh is asked to the widget-
Methods 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, test
-
-
-
-
Method Detail
-
getComponent
public javax.swing.JComponent 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
-
handleMessage
public void handleMessage(EditPaneUpdate message)
-
handleMessage
public void handleMessage(BufferUpdate message)
-
-