|
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.modules.db.nodes.DriverNode
public class DriverNode
Node representing "Databases > Drivers > ${driver}" node in Runtime tab.
Usage:
DriverNode driver = DriversNode.invoke("Oracle");
driver.connectUsing();
....
driver.delete();
| Field Summary |
|---|
| Fields inherited from class org.netbeans.jellytools.nodes.Node |
|---|
stringPath, treeOperator, treePath |
| Constructor Summary | |
|---|---|
DriverNode(String name)
creates new DriverNode |
|
| Method Summary | |
|---|---|
void |
connectUsing()
performs ConnectUsingAction with this node |
void |
customize()
performs ConnectUsingAction with this node |
void |
delete()
performs DeleteAction with this node |
static DriverNode |
invoke(String name)
Finds "Databases > Drivers > ${driver}" 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 |
| Constructor Detail |
|---|
public DriverNode(String name)
name - DriverNode display name| Method Detail |
|---|
public static DriverNode invoke(String name)
public void connectUsing()
public void customize()
public void delete()
|
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 | |||||||||