Module jEdit

Class ErrorsWidgetFactory

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

public class ErrorsWidgetFactory extends Object implements StatusWidgetFactory
This widget will show you in the status bar the last errors reported in jEdit.
Since:
jEdit 4.3pre15
Author:
Matthieu Casanova
  • Constructor Details

    • ErrorsWidgetFactory

      public ErrorsWidgetFactory()
  • 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