|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DocumentBuilder.BlockType>
org.eclipse.mylyn.wikitext.core.parser.DocumentBuilder.BlockType
public static enum DocumentBuilder.BlockType
Enum Constant Summary | |
---|---|
BULLETED_LIST
|
|
CODE
|
|
DEFINITION_ITEM
|
|
DEFINITION_LIST
|
|
DEFINITION_TERM
|
|
DIV
a content delimiter with no meaning |
|
FOOTNOTE
|
|
INFORMATION
A text box that contains information |
|
LIST_ITEM
|
|
NOTE
A text box that contains a note |
|
NUMERIC_LIST
|
|
PANEL
A text box |
|
PARAGRAPH
|
|
PREFORMATTED
|
|
QUOTE
|
|
TABLE
|
|
TABLE_CELL_HEADER
|
|
TABLE_CELL_NORMAL
|
|
TABLE_ROW
|
|
TIP
A text box that contains a helpful tip |
|
WARNING
A text box that contains a warning |
Method Summary | |
---|---|
static DocumentBuilder.BlockType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DocumentBuilder.BlockType[] |
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 DocumentBuilder.BlockType PARAGRAPH
public static final DocumentBuilder.BlockType TIP
public static final DocumentBuilder.BlockType WARNING
public static final DocumentBuilder.BlockType INFORMATION
public static final DocumentBuilder.BlockType NOTE
public static final DocumentBuilder.BlockType PANEL
public static final DocumentBuilder.BlockType DIV
public static final DocumentBuilder.BlockType FOOTNOTE
public static final DocumentBuilder.BlockType QUOTE
public static final DocumentBuilder.BlockType CODE
public static final DocumentBuilder.BlockType PREFORMATTED
public static final DocumentBuilder.BlockType NUMERIC_LIST
public static final DocumentBuilder.BlockType BULLETED_LIST
public static final DocumentBuilder.BlockType LIST_ITEM
public static final DocumentBuilder.BlockType TABLE
public static final DocumentBuilder.BlockType TABLE_ROW
public static final DocumentBuilder.BlockType TABLE_CELL_HEADER
public static final DocumentBuilder.BlockType TABLE_CELL_NORMAL
public static final DocumentBuilder.BlockType DEFINITION_LIST
public static final DocumentBuilder.BlockType DEFINITION_TERM
public static final DocumentBuilder.BlockType DEFINITION_ITEM
Method Detail |
---|
public static DocumentBuilder.BlockType[] values()
for (DocumentBuilder.BlockType c : DocumentBuilder.BlockType.values()) System.out.println(c);
public static DocumentBuilder.BlockType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |