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

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

java.lang.Object
  extended by org.netbeans.jellytools.nodes.Node
      extended by org.netbeans.jellytools.modules.db.nodes.DatabasesNode

public class DatabasesNode
extends Node

Node representing "Databases" node in Services tab.

Usage:

      DatabasesNode databases = DatabasesNode.invoke();
      databases.enableDebug();
      ....
 


Field Summary
 
Fields inherited from class org.netbeans.jellytools.nodes.Node
stringPath, treeOperator, treePath
 
Constructor Summary
DatabasesNode()
           
 
Method Summary
 void disableDebug()
          performs DisableDebugAction with this node
 void enableDebug()
          performs EnableDebugAction with this node
static DatabasesNode invoke()
          Finds "Databases" node in Runtime tab
 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

DatabasesNode

public DatabasesNode()
Method Detail

invoke

public static DatabasesNode invoke()
Finds "Databases" node in Runtime tab


enableDebug

public void enableDebug()
performs EnableDebugAction with this node


disableDebug

public void disableDebug()
performs DisableDebugAction with this node


verifyPopup

public void verifyPopup()
tests popup menu items for presence


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

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