com.atlassian.confluence.selenium.client
Enum TinyMce.Format
java.lang.Object
java.lang.Enum<TinyMce.Format>
com.atlassian.confluence.selenium.client.TinyMce.Format
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<TinyMce.Format>
- Enclosing class:
- TinyMce
public static enum TinyMce.Format
- extends java.lang.Enum<TinyMce.Format>
Method Summary |
java.lang.String |
getTitle()
|
static TinyMce.Format |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TinyMce.Format[] |
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 |
PARAGRAPH
public static final TinyMce.Format PARAGRAPH
HEADING1
public static final TinyMce.Format HEADING1
HEADING2
public static final TinyMce.Format HEADING2
HEADING3
public static final TinyMce.Format HEADING3
HEADING4
public static final TinyMce.Format HEADING4
HEADING5
public static final TinyMce.Format HEADING5
HEADING6
public static final TinyMce.Format HEADING6
BLOCKQUOTE
public static final TinyMce.Format BLOCKQUOTE
PREFORMATTED
public static final TinyMce.Format PREFORMATTED
PANEL
public static final TinyMce.Format PANEL
CODE
public static final TinyMce.Format CODE
values
public static TinyMce.Format[] 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 (TinyMce.Format c : TinyMce.Format.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static TinyMce.Format 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
getTitle
public java.lang.String getTitle()
Copyright © 2003-2010 Atlassian. All Rights Reserved.