Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


oracle.javatools.ui
Class Colors

java.lang.Object
  extended by oracle.javatools.ui.Colors


public final class Colors
extends java.lang.Object

Provides access to standard colors.


Field Summary
static java.awt.Color BLAF_TOOLBAR_BACKGROUND
           
static java.awt.Color BLAF_TOOLBAR_POPUP_1
           
static java.awt.Color FIELD_ERROR_INNER
          The standard color for the inner border of a text field showing error validation.
static java.awt.Color FIELD_ERROR_OUTER
          The standard color for the outer border of a text field showing error validation.
static java.awt.Color FIELD_WARNING_INNER
          The standard color for the inner border of a text field showing warning validation.
static java.awt.Color FIELD_WARNING_OUTER
          The standard color for the outer border of a text field showing warning validation.
static java.awt.Color FLAT_EDITOR_BORDER
           
static java.awt.Color GRADIENT_SELECTION_DARK
           
static java.awt.Color GRADIENT_SELECTION_LIGHT
           
static java.awt.Color HINT_TEXT
          The standard color for hint text.
static java.awt.Color TAB_PANE_BACKGROUND
           

 

Method Summary
static java.awt.Color hintText()
          Deprecated. since 11.1.1. Use HINT_TEXT.
static boolean isFusionBlueLAF()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

HINT_TEXT

public static final java.awt.Color HINT_TEXT
The standard color for hint text.

TAB_PANE_BACKGROUND

public static final java.awt.Color TAB_PANE_BACKGROUND

FLAT_EDITOR_BORDER

public static final java.awt.Color FLAT_EDITOR_BORDER

FIELD_ERROR_INNER

public static final java.awt.Color FIELD_ERROR_INNER
The standard color for the inner border of a text field showing error validation.

FIELD_ERROR_OUTER

public static final java.awt.Color FIELD_ERROR_OUTER
The standard color for the outer border of a text field showing error validation.

FIELD_WARNING_INNER

public static final java.awt.Color FIELD_WARNING_INNER
The standard color for the inner border of a text field showing warning validation.

FIELD_WARNING_OUTER

public static final java.awt.Color FIELD_WARNING_OUTER
The standard color for the outer border of a text field showing warning validation.

BLAF_TOOLBAR_POPUP_1

public static final java.awt.Color BLAF_TOOLBAR_POPUP_1

BLAF_TOOLBAR_BACKGROUND

public static final java.awt.Color BLAF_TOOLBAR_BACKGROUND

GRADIENT_SELECTION_LIGHT

public static final java.awt.Color GRADIENT_SELECTION_LIGHT

GRADIENT_SELECTION_DARK

public static final java.awt.Color GRADIENT_SELECTION_DARK

Method Detail

hintText

public static final java.awt.Color hintText()
Deprecated. since 11.1.1. Use HINT_TEXT.

isFusionBlueLAF

public static boolean isFusionBlueLAF()
Returns:
true if the current LAF is the OracleLookAndFeel running the fusion-blue theme.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


Copyright © 1997, 2015, Oracle. All rights reserved.