java.lang.Object
org.gjt.sp.jedit.gui.statusbar.IndentWidgetFactory
- All Implemented Interfaces:
StatusWidgetFactory
- Since:
- jEdit 5.0
- Author:
- Evan Wright
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
IndentWidgetFactory
public IndentWidgetFactory()
-
-
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
-