org.beanfabrics.swing.customizer.path
Class PathContext

java.lang.Object
  extended by org.beanfabrics.swing.customizer.path.PathContext

public class PathContext
extends java.lang.Object


Field Summary
 TypeInfo requiredModelTypeInfo
           
 PathNode root
           
 
Constructor Summary
PathContext(PathNode rootPathNode, TypeInfo requiredModelTypeInfo)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

root

public final PathNode root

requiredModelTypeInfo

public final TypeInfo requiredModelTypeInfo
Constructor Detail

PathContext

public PathContext(PathNode rootPathNode,
                   TypeInfo requiredModelTypeInfo)