public class URLNode extends Node
stringPath, treeOperator, treePath
Constructor and Description |
---|
URLNode(org.netbeans.jemmy.operators.JTreeOperator treeOperator,
String treePath)
creates new URLNode
|
URLNode(org.netbeans.jemmy.operators.JTreeOperator treeOperator,
TreePath path)
creates new URLNode
|
URLNode(Node parent,
String treeSubPath)
creates new URLNode
|
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, waitNotPresent
public URLNode(org.netbeans.jemmy.operators.JTreeOperator treeOperator, String treePath)
treeOperator
- JTreeOperator treetreePath
- String tree pathpublic URLNode(Node parent, String treeSubPath)
parent
- parent NodetreeSubPath
- String tree path from parent nodepublic URLNode(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()