public class PropertiesNode extends Node
stringPath, treeOperator, treePath
Constructor and Description |
---|
PropertiesNode(org.netbeans.jemmy.operators.JTreeOperator treeOperator,
String treePath)
creates new PropertiesNode
|
PropertiesNode(org.netbeans.jemmy.operators.JTreeOperator treeOperator,
TreePath path)
creates new PropertiesNode
|
PropertiesNode(Node parent,
String treeSubPath)
creates new PropertiesNode
|
Modifier and Type | Method and Description |
---|---|
void |
addLocale()
performs AddLocaleAction with this node
|
void |
copy()
performs CopyAction with this node
|
void |
customize()
performs CustomizeAction with this node
|
void |
cut()
performs CutAction with this node
|
void |
delete()
performs DeleteAction with this node
|
void |
edit()
performs EditAction 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 PropertiesNode(org.netbeans.jemmy.operators.JTreeOperator treeOperator, String treePath)
treeOperator
- JTreeOperator treetreePath
- String tree pathpublic PropertiesNode(Node parent, String treeSubPath)
parent
- parent NodetreeSubPath
- String tree path from parent nodepublic PropertiesNode(org.netbeans.jemmy.operators.JTreeOperator treeOperator, TreePath path)
treeOperator
- JTreeOperator treepath
- TreePathpublic void verifyPopup()
public void open()
public void edit()
public void customize()
public void cut()
public void copy()
public void paste()
public void addLocale()
public void delete()
public void rename()
public void saveAsTemplate()
public void properties()