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 OptionGroupGlobalOptions.getDefaultGroup()protected OptionGroupPluginOptions.getDefaultGroup() -
Uses of OptionGroup in org.jedit.options
Subclasses of OptionGroup in org.jedit.optionsModifier and TypeClassDescriptionclassA model for all of the Global Options.classRefactored 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)