JIDE 3.5.15

com.jidesoft.treemap
Class DepthFactory

java.lang.Object
  extended by 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.
 
Method Summary
 void add(Depth entry)
           
 Depth get(String name)
           
 Depth getDefault()
           
 List<Depth> getDepths()
           
static DepthFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INFINITE

public static final Depth INFINITE
Indicates that no limit to the depth of the display.

Method Detail

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)

JIDE 3.5.15