- All Known Implementing Classes:
BufferSetWidgetFactory,ClockWidgetFactory,EncodingWidgetFactory,ErrorsWidgetFactory,FoldWidgetFactory,IndentWidgetFactory,LastModifiedWidgetFactory,LineSepWidgetFactory,LockedWidgetFactory,MemoryStatusWidgetFactory,ModeWidgetFactory,MultiSelectWidgetFactory,OverwriteWidgetFactory,RectSelectWidgetFactory,SelectionLengthWidgetFactory,TaskMonitorWidgetFactory,WrapWidgetFactory
public interface StatusWidgetFactory
A widget factory for the status bar.
Implement this interface and register via
services.xml to add another status bar widget.
- Since:
- jEdit 4.3pre14
- Author:
- Matthieu Casanova
-
Method Summary
-
Method Details
-
getWidget
returns an instance of Widget for the given view- Parameters:
view- the view to which the created widget will belong- Returns:
- a widget instance
-