Module jEdit

Class IndentWidgetFactory

java.lang.Object
org.gjt.sp.jedit.gui.statusbar.IndentWidgetFactory
All Implemented Interfaces:
StatusWidgetFactory

public class IndentWidgetFactory extends Object implements StatusWidgetFactory
Since:
jEdit 5.0
Author:
Evan Wright
  • Constructor Details

    • IndentWidgetFactory

      public IndentWidgetFactory()
  • Method Details

    • 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