Class SingleControl

    • Constructor Detail

      • SingleControl

        public SingleControl()
        Deprecated.
    • Method Detail

      • handleValidation

        @Deprecated
        public void handleValidation​(org.eclipse.emf.common.util.Diagnostic diagnostic)
        Deprecated.
        Handle live validation.
        Overrides:
        handleValidation in class ECPAbstractControl
        Parameters:
        diagnostic - of type Diagnostic
      • updateValidationColor

        protected void updateValidationColor​(org.eclipse.swt.graphics.Color color)
        Deprecated.
        Allows controls to supply a second visual effect for controls on validation. The color to set is provided as the parameter.
        Parameters:
        color - the color to set, null if the default background color should be set
      • addControlDecoration

        protected void addControlDecoration​(org.eclipse.swt.widgets.Control control)
        Deprecated.
      • dispose

        public void dispose()
        Deprecated.
        Disposes the control. A control which needs specific dispose handling must still call super.dispose.
        Overrides:
        dispose in class SWTControl
      • showLabel

        @Deprecated
        public boolean showLabel()
        Deprecated.
        Whether a label should be shown for this control.
        Overrides:
        showLabel in class ECPAbstractControl
        Returns:
        true if a label should be created, false otherwise