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

org.netbeans.jellytools.nodes
Class ProjectRootNode

java.lang.Object
  extended by org.netbeans.jellytools.nodes.Node
      extended by org.netbeans.jellytools.nodes.ProjectRootNode

public class ProjectRootNode
extends Node

Project root node class. It represents root node of a project in Projects view.

See Also:
ProjectsTabOperator

Field Summary
 
Fields inherited from class org.netbeans.jellytools.nodes.Node
stringPath, treeOperator, treePath
 
Constructor Summary
ProjectRootNode(org.netbeans.jemmy.operators.JTreeOperator treeOperator, String projectName)
          creates new ProjectRootNode instance
 
Method Summary
 void debug()
          debug project
 void find()
          opens Search Filesystems dialog
 void properties()
          opens properties of project
 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

ProjectRootNode

public ProjectRootNode(org.netbeans.jemmy.operators.JTreeOperator treeOperator,
                       String projectName)
creates new ProjectRootNode instance

Parameters:
treeOperator - treeOperator JTreeOperator of tree with Filesystems repository
projectName - display name of project
Method Detail

verifyPopup

public void verifyPopup()
tests popup menu items for presence


find

public void find()
opens Search Filesystems dialog


properties

public void properties()
opens properties of project


debug

public void debug()
debug project


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

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