Uses of Class
org.gjt.sp.jedit.gui.statusbar.StatusBarEventType
-
Packages that use StatusBarEventType Package Description org.gjt.sp.jedit.gui Various GUI controls and dialog boxes.org.gjt.sp.jedit.gui.statusbar Widget Factory classes for Status Bar Widgets -
-
Uses of StatusBarEventType in org.gjt.sp.jedit.gui
Methods in org.gjt.sp.jedit.gui with parameters of type StatusBarEventType Modifier and Type Method Description void
StatusBar. updateEvent(StatusBarEventType statusBarEventType)
Update the widgets that are interested in the given event type -
Uses of StatusBarEventType in org.gjt.sp.jedit.gui.statusbar
Methods in org.gjt.sp.jedit.gui.statusbar that return StatusBarEventType Modifier and Type Method Description static StatusBarEventType
StatusBarEventType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StatusBarEventType[]
StatusBarEventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gjt.sp.jedit.gui.statusbar with parameters of type StatusBarEventType Modifier and Type Method Description default boolean
Widget. test(StatusBarEventType statusBarEventType)
Returns true if the widget must be updated fore the given eventvoid
StatsBarWidgetPanel. updateEvent(StatusBarEventType statusBarEventType)
Update the widgets that are interested in the given event type
-