|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ITreeNodeWalker in org.eclipse.actf.accservice.core |
---|
Classes in org.eclipse.actf.accservice.core that implement ITreeNodeWalker | |
---|---|
class |
AccessibleElementTreeWalker
implementation of TreeWalker for walking a tree of IAccessibleElement
|
Uses of ITreeNodeWalker in org.eclipse.actf.model |
---|
Fields in org.eclipse.actf.model declared as ITreeNodeWalker | |
---|---|
protected ITreeNodeWalker |
AbstractModel.treeNodeWalker
|
Methods in org.eclipse.actf.model that return ITreeNodeWalker | |
---|---|
ITreeNodeWalker |
AbstractModel.getTreeWalker()
retrieve the NodeWalker for traversing elements in this model |
ITreeNodeWalker |
IModel.getTreeWalker()
retrieve the NodeWalker for traversing elements in this model |
Uses of ITreeNodeWalker in org.eclipse.actf.model.dom.traverse |
---|
Classes in org.eclipse.actf.model.dom.traverse that implement ITreeNodeWalker | |
---|---|
class |
DomTreeNodeWalker
used to walk the nodes of a DomModel . |
Uses of ITreeNodeWalker in org.eclipse.actf.model.javapp |
---|
Methods in org.eclipse.actf.model.javapp that return ITreeNodeWalker | |
---|---|
ITreeNodeWalker |
SwingGuiModel.getTreeWalker()
retrieve the NodeWalker for traversing elements in this model |
ITreeNodeWalker |
SwtGuiModel.getTreeWalker()
retrieve the NodeWalker for traversing elements in this model |
Uses of ITreeNodeWalker in org.eclipse.actf.model.javapp.traverse |
---|
Classes in org.eclipse.actf.model.javapp.traverse that implement ITreeNodeWalker | |
---|---|
class |
ContainerTreeNodeWalker
implementation of a TreeWalker for the Java Swing GUI framework. |
class |
SwtTreeNodeWalker
used to walk a tree of org.eclipse.swt.widgets.Composite nodes. |
Uses of ITreeNodeWalker in org.eclipse.actf.model.traverse |
---|
Classes in org.eclipse.actf.model.traverse that implement ITreeNodeWalker | |
---|---|
class |
AbstractTreeNodeWalker
base implementation for any tree walker |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |