com.jidesoft.treemap
Class DepthFactory
java.lang.Object
com.jidesoft.treemap.DepthFactory
public class DepthFactory
- extends Object
Factory class for accessing predefined depth schemes.
Field Summary |
static Depth |
INFINITE
Indicates that no limit to the depth of the display. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INFINITE
public static final Depth INFINITE
- Indicates that no limit to the depth of the display.
getInstance
public static DepthFactory getInstance()
add
public void add(Depth entry)
getDefault
public Depth getDefault()
getDepths
public List<Depth> getDepths()
get
public Depth get(String name)