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

org.netbeans.jellytools.nodes
Class FolderNode

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

public class FolderNode
extends Node

Node representing Folder


Field Summary
 
Fields inherited from class org.netbeans.jellytools.nodes.Node
stringPath, treeOperator, treePath
 
Constructor Summary
FolderNode(org.netbeans.jemmy.operators.JTreeOperator tree, String treePath)
          creates new FolderNode
FolderNode(org.netbeans.jemmy.operators.JTreeOperator tree, TreePath treePath)
          creates new FolderNode
FolderNode(Node parent, String treePath)
          creates new FolderNode
 
Method Summary
 void compile()
          performs CompileAction with this node
 void copy()
          performs CopyAction with this node
 void cut()
          performs CutAction with this node
 void delete()
          performs DeleteAction with this node
 void exploreFromHere()
          performs ExploreFromHereAction with this node
 void find()
          performs FindAction with this node
 void newFile()
          performs NewFileAction with this node
 void newFile(String templateName)
          performs NewFileAction with this node
 void paste()
          performs PasteAction with this node
 void properties()
          performs PropertiesAction with this node
 void rename()
          performs RenameAction with this node
 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

FolderNode

public FolderNode(org.netbeans.jemmy.operators.JTreeOperator tree,
                  String treePath)
creates new FolderNode

Parameters:
tree - JTreeOperator of tree
treePath - String tree path

FolderNode

public FolderNode(org.netbeans.jemmy.operators.JTreeOperator tree,
                  TreePath treePath)
creates new FolderNode

Parameters:
tree - JTreeOperator of tree
treePath - TreePath of node

FolderNode

public FolderNode(Node parent,
                  String treePath)
creates new FolderNode

Parameters:
parent - parent Node
treePath - String tree path from parent Node
Method Detail

verifyPopup

public void verifyPopup()
tests popup menu items for presence


exploreFromHere

public void exploreFromHere()
performs ExploreFromHereAction with this node


find

public void find()
performs FindAction with this node


compile

public void compile()
performs CompileAction with this node


copy

public void copy()
performs CopyAction with this node


paste

public void paste()
performs PasteAction with this node


cut

public void cut()
performs CutAction with this node


delete

public void delete()
performs DeleteAction with this node


rename

public void rename()
performs RenameAction with this node


properties

public void properties()
performs PropertiesAction with this node


newFile

public void newFile()
performs NewFileAction with this node


newFile

public void newFile(String templateName)
performs NewFileAction with this node

Parameters:
templateName - template name from sub menu

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

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