|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jidesoft.treemap.NestingFactory
public class NestingFactory
Factory class for accessing predefined nesting schemes.
Field Summary | |
---|---|
static Nesting |
FIXED
Add fixed spacing between parent nodes. |
static Nesting |
NONE
No spacing between parent nodes. |
static Nesting |
PROPORTIONAL
Add proportional spacing between parent nodes. |
Method Summary | |
---|---|
void |
add(Nesting entry)
|
Nesting |
get(String name)
|
Nesting |
getDefault()
|
static NestingFactory |
getInstance()
|
List<Nesting> |
getNestings()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Nesting NONE
public static final Nesting FIXED
public static final Nesting PROPORTIONAL
Method Detail |
---|
public static NestingFactory getInstance()
public void add(Nesting entry)
public Nesting getDefault()
public List<Nesting> getNestings()
public Nesting get(String name)
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |