Interface IPreferenceGroupProvider

    • Method Detail

      • addOption

        void addOption​(IOption<?> option)
        Adds option to the group
        Parameters:
        option - The option to be added to the group, cannot be null
      • createContent

        void createContent​(org.eclipse.swt.widgets.Composite parent,
                           String groupName)
        Builds UI representation of this Group on the given parent with given name
        Parameters:
        parent - The composite parent of this Group representation, cannot be null
        groupName - The name of the group, cannot be null