|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.visitor.WalkerFactory
public final class WalkerFactory
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
Walker |
newWalker(Object a_requestor)
Constructs a new instance of a Walker. |
Walker |
newWalker(Object a_requestor,
String a_walkerType,
String a_nodeExpanderType)
Constructs a new instance of a Walker. |
Walker |
newWalker(Object a_requestor,
String a_walkerType,
String a_nodeExpanderType,
String a_visitorType)
Constructs a new instance of a Walker. |
Walker |
newWalker(Object a_requestor,
String a_walkerType,
String a_nodeExpanderType,
String[] a_visitorTypes)
Constructs a new instance of a Walker. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Walker newWalker(Object a_requestor)
throws WTPropertyVetoException
a_requestor -
WTPropertyVetoException
public Walker newWalker(Object a_requestor,
String a_walkerType,
String a_nodeExpanderType)
throws WTPropertyVetoException
a_requestor - a_walkerType - a_nodeExpanderType -
WTPropertyVetoException
public Walker newWalker(Object a_requestor,
String a_walkerType,
String a_nodeExpanderType,
String a_visitorType)
throws WTPropertyVetoException
a_requestor - a_walkerType - a_nodeExpanderType - a_visitorType -
WTPropertyVetoException
public Walker newWalker(Object a_requestor,
String a_walkerType,
String a_nodeExpanderType,
String[] a_visitorTypes)
throws WTPropertyVetoException
a_requestor - a_walkerType - a_nodeExpanderType - a_visitorTypes -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||