public class HTMLNode extends Node
stringPath, treeOperator, treePath| Constructor and Description |
|---|
HTMLNode(org.netbeans.jemmy.operators.JTreeOperator treeOperator,
String treePath)
creates new HTMLNode
|
HTMLNode(org.netbeans.jemmy.operators.JTreeOperator treeOperator,
TreePath path)
creates new HTMLNode
|
HTMLNode(Node parent,
String treeSubPath)
creates new HTMLNode
|
| 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
|
void |
view()
performs ViewAction with this node
|
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 HTMLNode(org.netbeans.jemmy.operators.JTreeOperator treeOperator, String treePath)
treeOperator - JTreeOperator treetreePath - String tree pathpublic HTMLNode(Node parent, String treeSubPath)
parent - parent NodetreeSubPath - String tree path from parent nodepublic HTMLNode(org.netbeans.jemmy.operators.JTreeOperator treeOperator, TreePath path)
treeOperator - JTreeOperator treepath - TreePathpublic void verifyPopup()
public void view()
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 16 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.