|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ContentElement.Type>
oracle.javatools.ui.checklist.ContentElement.Type
public static enum ContentElement.Type
Specifies the type of ContentElement.
| Enum Constant Summary | |
|---|---|
ACTIONBUTTON
This represents ActionButton that triggers some action. |
|
HELPLINK_CUECARD
This represents a help link for cue cards. |
|
HELPLINK_CUSTOMHELP
This represents a custom help link. |
|
HELPLINK_DEVGUIDE
This represents a help link for developer guide. |
|
HELPLINK_HELPTOPIC
This represents a help link for a particular help topic. |
|
HELPLINK_STEPBYSTEP
This represents a help link for step by step guide. |
|
HELPLINK_WHATISEE
This represents a help link for what I see description. |
|
HYPERLINK
This represents all simple links inside the StepContent. |
|
| Method Summary | |
|---|---|
static ContentElement.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ContentElement.Type[] |
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 |
|---|
public static final ContentElement.Type ACTIONBUTTON
public static final ContentElement.Type HYPERLINK
public static final ContentElement.Type HELPLINK_DEVGUIDE
public static final ContentElement.Type HELPLINK_STEPBYSTEP
public static final ContentElement.Type HELPLINK_HELPTOPIC
public static final ContentElement.Type HELPLINK_WHATISEE
public static final ContentElement.Type HELPLINK_CUECARD
public static final ContentElement.Type HELPLINK_CUSTOMHELP
| Method Detail |
|---|
public static ContentElement.Type[] values()
for (ContentElement.Type c : ContentElement.Type.values()) System.out.println(c);
public static ContentElement.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||