|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--de.hunsicker.jalopy.plugin.jdeveloper.message.MessageTreeNode.Type
Used to distinguish between certain node types.
| Field Summary | |
static MessageTreeNode.Type |
FILE
Indicates the parent node for file based messages where several messages belongs to one parent message. |
static MessageTreeNode.Type |
MULTI_LINE
Indicates the parent node for multi-line messages where several single-line messages form a multi-line message. |
static MessageTreeNode.Type |
SINGLE_LINE
Indicates a single-line message. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final MessageTreeNode.Type FILE
public static final MessageTreeNode.Type MULTI_LINE
public static final MessageTreeNode.Type SINGLE_LINE
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||