Class ConfigSectionPluginsSWT.PluginListContext

    • Field Detail

      • COLUMN_HEADERS

        private static final java.lang.String[] COLUMN_HEADERS
      • COLUMN_SIZES

        private static final int[] COLUMN_SIZES
      • COLUMN_ALIGNS

        private static final int[] COLUMN_ALIGNS
      • table

        private org.eclipse.swt.widgets.Table table
      • imgRedLed

        private org.eclipse.swt.graphics.Image imgRedLed
      • imgGreenLed

        private org.eclipse.swt.graphics.Image imgGreenLed
    • Constructor Detail

      • PluginListContext

        public PluginListContext()
    • Method Detail

      • create

        public void create​(org.eclipse.swt.widgets.Composite infoGroup)
        Description copied from interface: UISWTParameterContext
        This method is invoked when the config section is going to be displayed in a SWT user interface.
        Specified by:
        create in interface UISWTParameterContext
        Parameters:
        infoGroup - The parent composite object which will contain the SWT object.
      • rebuildPluginIFs

        private java.util.List<PluginInterface> rebuildPluginIFs()
      • parameterChanged

        public void parameterChanged​(java.lang.String parameterName)
        Description copied from interface: ParameterListener
        Called, when a parameter has changed. The listener could only react if the parameter name is relevant. Or the listener can just read all parameters again.
        Specified by:
        parameterChanged in interface ParameterListener
        Parameters:
        parameterName - the name of the parameter that has changed