Class LastModifiedWidgetFactory

  • All Implemented Interfaces:
    StatusWidgetFactory

    public class LastModifiedWidgetFactory
    extends java.lang.Object
    implements StatusWidgetFactory
    A Statusbar widget that show the time of last save of the current buffer.
    Since:
    jEdit 4.5pre1
    • Constructor Detail

      • LastModifiedWidgetFactory

        public LastModifiedWidgetFactory()
    • Method Detail

      • getWidget

        public Widget getWidget​(View view)
        Description copied from interface: StatusWidgetFactory
        returns an instance of Widget for the given view
        Specified by:
        getWidget in interface StatusWidgetFactory
        Parameters:
        view - the view to which the created widget will belong
        Returns:
        a widget instance