public class UnrecognizedNode extends Node
stringPath, treeOperator, treePath| Constructor and Description |
|---|
UnrecognizedNode(org.netbeans.jemmy.operators.JTreeOperator treeOperator,
String treePath)
creates new UnrecognizedNode
|
UnrecognizedNode(org.netbeans.jemmy.operators.JTreeOperator treeOperator,
TreePath path)
creates new UnrecognizedNode
|
UnrecognizedNode(Node parent,
String treeSubPath)
creates new UnrecognizedNode
|
| Modifier and Type | Method and Description |
|---|---|
void |
copy()
performs CopyAction with this node
|
void |
cut()
performs CutAction with this node
|
void |
delete()
performs DeleteAction with this node
|
void |
open()
performs OpenAction with this node
|
void |
paste()
performs PasteAction with this node
|
void |
properties()
performs PropertiesAction with this node
|
void |
rename()
performs RenameAction with this node
|
void |
saveAsTemplate()
performs SaveAsTemplateAction with this node
|
void |
verifyPopup()
tests popup menu items for presence
|
addSelectionPath, callPopup, collapse, expand, getChildren, getComparator, getOpenideNode, getParentPath, getPath, getText, getTreePath, isChildPresent, isCollapsed, isExpanded, isLeaf, isLink, isPresent, performAPIAction, performAPIActionNoBlock, performMenuAction, performMenuActionNoBlock, performPopupAction, performPopupActionNoBlock, select, setComparator, tree, verifyPopup, verifyPopup, verifyPopup, waitChildNotPresent, waitCollapsed, waitExpanded, waitNotPresentpublic UnrecognizedNode(org.netbeans.jemmy.operators.JTreeOperator treeOperator, String treePath)
treeOperator - JTreeOperator treetreePath - String tree pathpublic UnrecognizedNode(Node parent, String treeSubPath)
parent - parent NodetreeSubPath - String tree path from parent nodepublic UnrecognizedNode(org.netbeans.jemmy.operators.JTreeOperator treeOperator, TreePath path)
treeOperator - JTreeOperator treepath - TreePathpublic void verifyPopup()
public void open()
public void cut()
public void copy()
public void paste()
public void delete()
public void rename()
public void saveAsTemplate()
public void properties()
Built on May 21 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.