Uses of Class
net.sf.jguiraffe.gui.builder.components.Color
-
Packages that use Color Package Description net.sf.jguiraffe.gui.builder.components This package defines the part of the builder that deals with components.net.sf.jguiraffe.gui.builder.components.model In this package interfaces for specialized component handlers can be found.net.sf.jguiraffe.gui.builder.components.tags A package with tag handler classes for creating GUI components.net.sf.jguiraffe.gui.builder.components.tags.table A package with tag handler classes for creating table components.net.sf.jguiraffe.gui.builder.window.ctrl This package contains classes and interfaces for the implementation of form controllers. -
-
Uses of Color in net.sf.jguiraffe.gui.builder.components
Fields in net.sf.jguiraffe.gui.builder.components declared as Color Modifier and Type Field Description static ColorColor. UNDEFINEDConstant for an undefined color.Methods in net.sf.jguiraffe.gui.builder.components that return Color Modifier and Type Method Description ColorRadioGroupWidgetHandler. getBackgroundColor()Returns the background color of the underlying widget.ColorWidgetHandler. getBackgroundColor()Returns the background color of the underlying widget.ColorColorHelper.NamedColor. getColor()Returns the associatedColorobject.ColorRadioGroupWidgetHandler. getForegroundColor()Returns the foreground color of the underlying widget.ColorWidgetHandler. getForegroundColor()Returns the foreground color of the underlying widget.static ColorColorHelper. getPredefinedColor(String name)Returns the predefined color with the given name.static ColorColor. newInstance(int r, int g, int b)Deprecated.UsenewRGBInstance()instead.static ColorColor. newLogicInstance(String coldef)Creates a new instance ofColorbased on a logic, text-based color definition.static ColorColor. newRGBInstance(int r, int g, int b)Creates a new instance ofColorand initializes it with the given components for the red, green, and blue part.static ColorColorHelper. resolveColor(String c)The main method for resolving a color definition.Methods in net.sf.jguiraffe.gui.builder.components with parameters of type Color Modifier and Type Method Description voidRadioGroupWidgetHandler. setBackgroundColor(Color c)Sets the background color of the underlying widget.voidWidgetHandler. setBackgroundColor(Color c)Sets the background color of the underlying widget.voidRadioGroupWidgetHandler. setForegroundColor(Color c)Sets the foreground color of the underlying widget.voidWidgetHandler. setForegroundColor(Color c)Sets the foreground color of the underlying widget. -
Uses of Color in net.sf.jguiraffe.gui.builder.components.model
Methods in net.sf.jguiraffe.gui.builder.components.model that return Color Modifier and Type Method Description ColorTableHandler. getSelectionBackground()Returns the current background color of the selection.ColorTableHandler. getSelectionForeground()Returns the current foreground color of the selection.Methods in net.sf.jguiraffe.gui.builder.components.model with parameters of type Color Modifier and Type Method Description voidTableHandler. setSelectionBackground(Color c)Sets the background color for the selection.voidTableHandler. setSelectionForeground(Color c)Sets the foreground color for the selection. -
Uses of Color in net.sf.jguiraffe.gui.builder.components.tags
Methods in net.sf.jguiraffe.gui.builder.components.tags that return Color Modifier and Type Method Description ColorComponentBaseTag. getBackgroundColor()Returns the background color of this component as a color object.ColorPanelTag. getColor()Returns the color for the title text.ColorComponentBaseTag. getForegroundColor()Returns the foreground color of this component as a color object. -
Uses of Color in net.sf.jguiraffe.gui.builder.components.tags.table
Methods in net.sf.jguiraffe.gui.builder.components.tags.table that return Color Modifier and Type Method Description ColorTableTag. getSelectionBackgroundColor()Returns the selection background color asColorobject.ColorTableTag. getSelectionForegroundColor()Returns the selection foreground color asColorobject. -
Uses of Color in net.sf.jguiraffe.gui.builder.window.ctrl
Methods in net.sf.jguiraffe.gui.builder.window.ctrl that return Color Modifier and Type Method Description ColorColorFieldMarker. getBackgroundColor(FieldValidationStatus status)Returns the background color for fields with the specifiedFieldValidationStatus.ColorColorFieldMarker. getForegroundColor(FieldValidationStatus status)Returns the foreground color for fields with the specifiedFieldValidationStatus.ColorColorFieldMarker. getInvalidBackground()Returns the background color to be set for invalid input fields.ColorColorFieldMarker. getInvalidForeground()Returns the foreground color to be set for invalid input fields.ColorColorFieldMarker. getNotVisitedInvalidBackground()Returns the background color to be set for input fields in the state not visited, invalid.ColorColorFieldMarker. getNotVisitedInvalidForeground()Returns the foreground color to be set for input fields in the state not visited, invalid.ColorColorFieldMarker. getNotVisitedWarningBackground()Returns the background color for input fields in the state not visited, warning.ColorColorFieldMarker. getNotVisitedWarningForeground()Returns the foreground color for input fields in the state not visited, warning.ColorColorFieldMarker. getWarningBackground()Returns the background color for input fields in the state warning.ColorColorFieldMarker. getWarningForeground()Returns the foreground color for input fields in the state warning.protected ColorColorFieldMarker. getWidgetBackgroundColor(FormController controller, String field)Returns the default background color of the specified widget.protected ColorColorFieldMarker. getWidgetForegroundColor(FormController controller, String field)Returns the default foreground color of the specified widget.Methods in net.sf.jguiraffe.gui.builder.window.ctrl with parameters of type Color Modifier and Type Method Description voidColorFieldMarker. setBackgroundColor(FieldValidationStatus status, Color c)Sets the background color for fields with the specifiedFieldValidationStatus.voidColorFieldMarker. setForegroundColor(FieldValidationStatus status, Color c)Sets the foreground color for fields with the specifiedFieldValidationStatus.voidColorFieldMarker. setInvalidBackground(Color invalidBackground)Sets the background color for invalid input fields.voidColorFieldMarker. setInvalidForeground(Color invalidForeground)Sets the foreground color for invalid input fields.voidColorFieldMarker. setNotVisitedInvalidBackground(Color c)Sets the background color for input fields in the state not visited, invalid.voidColorFieldMarker. setNotVisitedInvalidForeground(Color c)Sets the foreground color for input fields in the state not visited, invalid.voidColorFieldMarker. setNotVisitedWarningBackground(Color c)Sets the background color for input fields in the state not visited, warning.voidColorFieldMarker. setNotVisitedWarningForeground(Color c)Sets the foreground color for input fields in the state not visited, warning.voidColorFieldMarker. setWarningBackground(Color c)Sets the background color for input fields in the state warning.voidColorFieldMarker. setWarningForeground(Color c)Sets the foreground color for input fields in the state warning.
-