org.netbeans.modules.jellytools.ide/3 3.14.0

org.netbeans.jellytools.modules.db.nodes
Class DriversNode

java.lang.Object
  extended by org.netbeans.jellytools.nodes.Node
      extended by 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();
      ....
 


Field Summary
 
Fields inherited from class org.netbeans.jellytools.nodes.Node
stringPath, treeOperator, treePath
 
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
 

Constructor Detail

DriversNode

public DriversNode()
Creates new DriversNode

Method Detail

invoke

public static DriversNode invoke()
Finds "Databases > Drivers" node


addDriver

public void addDriver()
performs AddDriverAction with this node


org.netbeans.modules.jellytools.ide/3 3.14.0

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.