Class ColorInput

  • All Implemented Interfaces:
    Input, Part

    public class ColorInput
    extends ButtonInput
    Eingabefeld, zur Auswahl einer Farbe.
    Author:
    willuhn
    • Constructor Detail

      • ColorInput

        public ColorInput​(org.eclipse.swt.graphics.Color color,
                          boolean foreground)
        Erzeugt ein neues ColorInput mit der angegebenen Farbe.
        Parameters:
        color - initial anzuzeigende Farbe.
        foreground - true, wenn es sich um eine Vordergrundfarbe handelt.