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.JComponentgetComponent()Returns the component that will be inserted in the status barvoidhandleMessage(BufferUpdate message)voidhandleMessage(EditPaneUpdate message)voidupdate()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:WidgetReturns the component that will be inserted in the status bar- Specified by:
getComponentin interfaceWidget- Returns:
- a JComponent
-
update
public void update()
Description copied from interface:WidgetA refresh is asked to the widget
-
handleMessage
public void handleMessage(EditPaneUpdate message)
-
handleMessage
public void handleMessage(BufferUpdate message)
-
-