Package megamek.common.options
Interface IOptionGroup
- All Superinterfaces:
IBasicOptionGroup
- All Known Implementing Classes:
AbstractOptions.GroupsEnumeration.GroupProxy
Public interface for the group of the options. It extends the
IBasicOptionGroup and adds the ability to query the options
that belongs to this group. Instances of this interface are ONLY returned as the members of the
Enumeration returned by the AbstractOptions#getGroups()- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the user-friendly NLS dependent name suitable for displaying in the options editor dialogs etc.Methods inherited from interface megamek.common.options.IBasicOptionGroup
getKey, getName, getOptionNames
-
Method Details
-
getDisplayableName
String getDisplayableName()Returns the user-friendly NLS dependent name suitable for displaying in the options editor dialogs etc.- Returns:
- displayable name
-
getOptions
Enumeration<IOption> getOptions()- Returns:
- the
Enumerationof theIOption - See Also:
-
getSortedOptions
Enumeration<IOption> getSortedOptions()- Returns:
- the
Enumerationof theIOptionsorted in alpha-numerically ascending order. - See Also:
-