|
org.netbeans.modules.jellytools.platform/3 3.13 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.jellytools.nodes.OutlineNode
public final class OutlineNode
Handles nodes of the Outline component. Warning: Do not use yet unless really necessary!! Incomplete, under development and most probably still buggy!
| Constructor Summary | |
|---|---|
OutlineNode(OutlineNode irParentNode,
String isPath)
|
|
OutlineNode(OutlineOperator irOutline,
String isPath)
|
|
OutlineNode(OutlineOperator irOutlineOp,
TreePath irTreePath)
|
|
| Method Summary | |
|---|---|
org.netbeans.jemmy.operators.JPopupMenuOperator |
callPopup()
Calls popup menu on this node. |
void |
expand()
Expands the node. |
OutlineOperator |
getOutline()
Gets the underlying OutlineOperator. |
TreePath |
getTreePath()
Gets tree path in the Outline tree. |
boolean |
isLeaf()
Tests whether the node is a leaf. |
void |
performAPIAction(String systemActionClass)
performs action on node through API menu |
void |
performAPIActionNoBlock(String systemActionClass)
performs action on node through API menu |
void |
performMenuAction(String menuPath)
performs action on node through main menu |
void |
performMenuActionNoBlock(String menuPath)
performs action on node through main menu |
void |
performPopupAction(String popupPath)
performs action on node through popup menu |
void |
performPopupActionNoBlock(String popupPath)
performs action on node through popup menu |
void |
select()
Selects the node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OutlineNode(OutlineOperator irOutlineOp,
TreePath irTreePath)
public OutlineNode(OutlineNode irParentNode,
String isPath)
public OutlineNode(OutlineOperator irOutline,
String isPath)
| Method Detail |
|---|
public OutlineOperator getOutline()
public TreePath getTreePath()
public org.netbeans.jemmy.operators.JPopupMenuOperator callPopup()
public void expand()
public void select()
public boolean isLeaf()
public void performMenuAction(String menuPath)
menuPath - main menu path of actionpublic void performPopupAction(String popupPath)
popupPath - popup menu path of actionpublic void performAPIAction(String systemActionClass)
systemActionClass - String class name of SystemAction (use null
value if API mode is not supported)public void performMenuActionNoBlock(String menuPath)
menuPath - main menu path of actionpublic void performPopupActionNoBlock(String popupPath)
popupPath - popup menu path of actionpublic void performAPIActionNoBlock(String systemActionClass)
systemActionClass - String class name of SystemAction (use null
value if API mode is not supported)
|
org.netbeans.modules.jellytools.platform/3 3.13 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||