Skip navigation links

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

E13403-06


oracle.javatools.ui.breadcrumbs
Enum AttributedBreadcrumb.Attribute

java.lang.Object
  extended by java.lang.Enum<AttributedBreadcrumb.Attribute>
      extended by oracle.javatools.ui.breadcrumbs.AttributedBreadcrumb.Attribute

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<AttributedBreadcrumb.Attribute>
Enclosing interface:
AttributedBreadcrumb

public static enum AttributedBreadcrumb.Attribute
extends java.lang.Enum<AttributedBreadcrumb.Attribute>

Enum Constant Summary
BACKGROUND_COLOR
          A color attribute representing the background color of the breadcrumb
FOREGROUND_COLOR
          A color attribute representing the foreground color of the breadcrumb

 

Method Summary
 java.lang.Class getType()
           
static AttributedBreadcrumb.Attribute valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AttributedBreadcrumb.Attribute[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Enum Constant Detail

BACKGROUND_COLOR

public static final AttributedBreadcrumb.Attribute BACKGROUND_COLOR
A color attribute representing the background color of the breadcrumb

FOREGROUND_COLOR

public static final AttributedBreadcrumb.Attribute FOREGROUND_COLOR
A color attribute representing the foreground color of the breadcrumb

Method Detail

values

public static AttributedBreadcrumb.Attribute[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (AttributedBreadcrumb.Attribute c : AttributedBreadcrumb.Attribute.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static AttributedBreadcrumb.Attribute valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getType

public java.lang.Class getType()
Returns:
the type of the object returned by the getAttribute(Attribute) method.

Skip navigation links

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

E13403-06


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