|
org.netbeans.modules.jellytools.ide/3 3.14.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.jellytools.nodes.Node
org.netbeans.jellytools.nodes.PropertiesNode
public class PropertiesNode
Node representing Properties file
| Field Summary |
|---|
| Fields inherited from class org.netbeans.jellytools.nodes.Node |
|---|
stringPath, treeOperator, treePath |
| Constructor Summary | |
|---|---|
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 |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class org.netbeans.jellytools.nodes.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, waitNotPresent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertiesNode(org.netbeans.jemmy.operators.JTreeOperator treeOperator,
String treePath)
treeOperator - JTreeOperator treetreePath - String tree path
public PropertiesNode(Node parent,
String treeSubPath)
parent - parent NodetreeSubPath - String tree path from parent node
public PropertiesNode(org.netbeans.jemmy.operators.JTreeOperator treeOperator,
TreePath path)
treeOperator - JTreeOperator treepath - TreePath| Method Detail |
|---|
public 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()
|
org.netbeans.modules.jellytools.ide/3 3.14.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||