org.netbeans.jellytools.modules.db.nodes
Class DriversNode
java.lang.Object
org.netbeans.jellytools.nodes.Node
org.netbeans.jellytools.modules.db.nodes.DriversNode
public class DriversNode
- extends Node
Node representing "Databases > Drivers" node in Services tab.
Usage:
DriversNode drivers = DriversNode.invoke();
drivers.addDriver();
....
|
Constructor Summary |
DriversNode()
Creates new DriversNode |
|
Method Summary |
void |
addDriver()
performs AddDriverAction with this node |
static DriversNode |
invoke()
Finds "Databases > Drivers" node |
| 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 |
DriversNode
public DriversNode()
- Creates new DriversNode
invoke
public static DriversNode invoke()
- Finds "Databases > Drivers" node
addDriver
public void addDriver()
- performs AddDriverAction with this node