|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<ContentElement.Type>
oracle.javatools.ui.checklist.ContentElement.Type
public static enum ContentElement.Type
Specifies the type of ContentElement.
| Enum Constant Summary | |
|---|---|
ACTIONBUTTONThis represents ActionButton that triggers some action. |
|
HELPLINK_CUECARDThis represents a help link for cue cards. |
|
HELPLINK_CUSTOMHELPThis represents a custom help link. |
|
HELPLINK_DEVGUIDEThis represents a help link for developer guide. |
|
HELPLINK_HELPTOPICThis represents a help link for a particular help topic. |
|
HELPLINK_STEPBYSTEPThis represents a help link for step by step guide. |
|
HELPLINK_TUTORIALThis represents a help link for tutorials. |
|
HELPLINK_USERGUIDEThis represents a help link for user's guide. |
|
HELPLINK_WHATISEEThis represents a help link for what I see description. |
|
HYPERLINKThis 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_TUTORIAL
public static final ContentElement.Type HELPLINK_USERGUIDE
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 namejava.lang.NullPointerException - if the argument is null
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||