org.netbeans.modules.jellytools.platform/3 3.13

org.netbeans.jellytools.nodes
Class UnrecognizedNode

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

public class UnrecognizedNode
extends Node

Node representing unrecognized file


Field Summary
 
Fields inherited from class org.netbeans.jellytools.nodes.Node
stringPath, treeOperator, treePath
 
Constructor Summary
UnrecognizedNode(org.netbeans.jemmy.operators.JTreeOperator treeOperator, String treePath)
          creates new UnrecognizedNode
UnrecognizedNode(org.netbeans.jemmy.operators.JTreeOperator treeOperator, TreePath path)
          creates new UnrecognizedNode
UnrecognizedNode(Node parent, String treeSubPath)
          creates new UnrecognizedNode
 
Method Summary
 void copy()
          performs CopyAction with this node
 void cut()
          performs CutAction with this node
 void delete()
          performs DeleteAction with this node
 void open()
          performs OpenAction 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 saveAsTemplate()
          performs SaveAsTemplateAction 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

UnrecognizedNode

public UnrecognizedNode(org.netbeans.jemmy.operators.JTreeOperator treeOperator,
                        String treePath)
creates new UnrecognizedNode

Parameters:
treeOperator - JTreeOperator tree
treePath - String tree path

UnrecognizedNode

public UnrecognizedNode(Node parent,
                        String treeSubPath)
creates new UnrecognizedNode

Parameters:
parent - parent Node
treeSubPath - String tree path from parent node

UnrecognizedNode

public UnrecognizedNode(org.netbeans.jemmy.operators.JTreeOperator treeOperator,
                        TreePath path)
creates new UnrecognizedNode

Parameters:
treeOperator - JTreeOperator tree
path - TreePath
Method Detail

verifyPopup

public void verifyPopup()
tests popup menu items for presence


open

public void open()
performs OpenAction with this node


cut

public void cut()
performs CutAction with this node


copy

public void copy()
performs CopyAction with this node


paste

public void paste()
performs PasteAction with this node


delete

public void delete()
performs DeleteAction with this node


rename

public void rename()
performs RenameAction with this node


saveAsTemplate

public void saveAsTemplate()
performs SaveAsTemplateAction with this node


properties

public void properties()
performs PropertiesAction with this node


org.netbeans.modules.jellytools.platform/3 3.13

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