Class AbstractPreferenceGroupProvider

    • Constructor Detail

      • AbstractPreferenceGroupProvider

        public AbstractPreferenceGroupProvider()
    • Method Detail

      • createContent

        public void createContent​(org.eclipse.swt.widgets.Composite parent,
                                  String name)
        Description copied from interface: IPreferenceGroupProvider
        Builds UI representation of this Group on the given parent with given name
        Specified by:
        createContent in interface IPreferenceGroupProvider
        Parameters:
        parent - The composite parent of this Group representation, cannot be null
        name - The name of the group, cannot be null
      • createGroup

        protected abstract org.eclipse.swt.widgets.Composite createGroup​(org.eclipse.swt.widgets.Composite parent,
                                                                         String name)
        Creates UI representation of this instance
        Parameters:
        parent - The composite parent of UI element that shall be created, cannot be null
        name - The name of the group, cannot be null
        Returns:
        Created UI element, cannot be null