Uses of Class
org.gjt.sp.jedit.OptionGroup
Packages that use OptionGroup
Package
Description
-
Uses of OptionGroup in org.gjt.sp.jedit
Methods in org.gjt.sp.jedit with parameters of type OptionGroup -
Uses of OptionGroup in org.gjt.sp.jedit.gui
Methods in org.gjt.sp.jedit.gui that return OptionGroupMethods in org.gjt.sp.jedit.gui with parameters of type OptionGroupConstructors in org.gjt.sp.jedit.gui with parameters of type OptionGroup -
Uses of OptionGroup in org.gjt.sp.jedit.options
Methods in org.gjt.sp.jedit.options that return OptionGroupModifier and TypeMethodDescriptionprotected OptionGroup
GlobalOptions.getDefaultGroup()
protected OptionGroup
PluginOptions.getDefaultGroup()
-
Uses of OptionGroup in org.jedit.options
Subclasses of OptionGroup in org.jedit.optionsModifier and TypeClassDescriptionclass
A model for all of the Global Options.class
Refactored from PluginOptions.java - this class contains only the OptionGroup and none of the GUI code.Methods in org.jedit.options with parameters of type OptionGroupConstructors in org.jedit.options with parameters of type OptionGroupModifierConstructorDescriptionGlobalOptionGroup
(OptionGroup rootGroup) OptionGroupPane
(OptionGroup group) OptionTreeModel
(OptionGroup root)