Interface IOptionGroup

All Superinterfaces:
IBasicOptionGroup
All Known Implementing Classes:
AbstractOptions.GroupsEnumeration.GroupProxy

public interface IOptionGroup extends IBasicOptionGroup
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 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 Enumeration of the IOption
      See Also:
    • getSortedOptions

      Enumeration<IOption> getSortedOptions()
      Returns:
      the Enumeration of the IOption sorted in alpha-numerically ascending order.
      See Also: