|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cc.framework.ui.ExpansionMode
Enumeration for expansion types for the nodes of a tree.
The nodes of a tree can have the following states:
Field Summary | |
private static ExpansionMode[] |
ALL
Collection with all kinds of expansion types |
static ExpansionMode |
FULL
expansion mode: FULL |
static ExpansionMode |
MULTIPLE
expansion mode: MULTIPLE |
private static long |
serialVersionUID
Serial Version UID |
static ExpansionMode |
SINGLE
expansion mode: SINGLE |
private java.lang.String |
type
The internal type |
Constructor Summary | |
private |
ExpansionMode(java.lang.String type)
Constructor for ExpansionMode |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares this type to the specified object. |
int |
hashCode()
|
static ExpansionMode |
parse(java.lang.String code)
Creates for the argument an object of type ExpansionMode |
java.lang.String |
toString()
Returns the expansion mode |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final long serialVersionUID
public static final ExpansionMode FULL
public static final ExpansionMode SINGLE
public static final ExpansionMode MULTIPLE
private java.lang.String type
private static final ExpansionMode[] ALL
Constructor Detail |
private ExpansionMode(java.lang.String type)
type
- The expansion typeMethod Detail |
public java.lang.String toString()
public boolean equals(java.lang.Object obj)
obj
- The object to compare this ExpansionMode
object against.
true
if the internal types are equal;
false
otherwise.public int hashCode()
Object.hashCode()
public static ExpansionMode parse(java.lang.String code)
code
- String to parse
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |