JIDE 3.5.15

com.jidesoft.treemap
Class NestingFactory

java.lang.Object
  extended by com.jidesoft.treemap.NestingFactory

public class NestingFactory
extends Object

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

NONE

public static final Nesting NONE
No spacing between parent nodes.


FIXED

public static final Nesting FIXED
Add fixed spacing between parent nodes.


PROPORTIONAL

public static final Nesting PROPORTIONAL
Add proportional spacing between parent nodes.

Method Detail

getInstance

public static NestingFactory getInstance()

add

public void add(Nesting entry)

getDefault

public Nesting getDefault()

getNestings

public List<Nesting> getNestings()

get

public Nesting get(String name)

JIDE 3.5.15