Package com.hp.lft.sdk.oracle
Interface TreeView
- All Superinterfaces:
- Clickable,- EnabledProvider,- LocationInfoProvider,- TestObject,- TestObjectDescriber,- UiObjectBase,- WaitUntilEnabledProvider
An Oracle Tree test object
- 
Method SummaryModifier and TypeMethodDescriptionvoidactivate(int item) Activates the specified item in the tree.voidactivate(TreeViewNode item) Activates the specified item in the tree.voidActivates the specified item in the tree.buildNodePath(String... nodePathParts) Returns the path of a node in the tree.Returns the caption of the object.The Oracle class hierarchy of the object's Oracle class.getNode(int node) Returns the the specified node.Returns the the specified node.Indicates accessibility description of the object as specified by the server.Indicates internal name of the object supplied by the application server.Returns the value of the selected item.Indicates the text displayed in the object's tooltip.voidselect(int item) Selects the specified item in the tree.voidselect(TreeViewNode item) Selects the specified item in the tree.voidSelects the specified item in the tree.Methods inherited from interface com.hp.lft.sdk.EnabledProviderisEnabledMethods inherited from interface com.hp.lft.sdk.LocationInfoProvidergetAbsoluteLocation, getLocation, getSizeMethods inherited from interface com.hp.lft.sdk.TestObjectcallFTMethod, callFTMethod, exists, exists, findChildren, getDescription, getDisplayName, getParent, getSnapshot, getTextLocations, getTextLocations, getVisibleText, getVisibleText, highlight, highlightMatches, setDescription, setDisplayName, verifyImageExists, verifyImageExists, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, waitUntilExists, waitUntilExistsMethods inherited from interface com.hp.lft.sdk.TestObjectDescriberdescribeMethods inherited from interface com.hp.lft.sdk.oracle.UiObjectBasegetObjectType, selectFromPopupMenu, selectFromPopupMenu, sendKeyMethods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProviderwaitUntilEnabled, waitUntilEnabled
- 
Method Details- 
getSelectedItemReturns the value of the selected item.- Returns:
- the value of the selected item.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getCaptionReturns the caption of the object.- Returns:
- the caption of the object.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getClassPathThe Oracle class hierarchy of the object's Oracle class.- Returns:
- the class hierarchy of the object's.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getObjectDescriptionIndicates accessibility description of the object as specified by the server.- Returns:
- the accessibility description of the object.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getObjectNameIndicates internal name of the object supplied by the application server.- Returns:
- the internal name of the object.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getTooltipTextIndicates the text displayed in the object's tooltip.- Returns:
- the text displayed in the object's tooltip.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getNodeReturns the the specified node.- Parameters:
- node- The full path of the node to return within the tree.
- Returns:
- the the specified node.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getNodeReturns the the specified node.- Parameters:
- node- The index of the node.
- Returns:
- the the specified node.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectSelects the specified item in the tree.- Parameters:
- item- the item to be selected.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectSelects the specified item in the tree.- Parameters:
- item- the item to be selected (0-based).
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectSelects the specified item in the tree.- Parameters:
- item- the item to be selected from- TreeViewNode.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
activateActivates the specified item in the tree.- Parameters:
- item- the item to be selected.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
activateActivates the specified item in the tree.- Parameters:
- item- the item to be selected (0-based).
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
activateActivates the specified item in the tree.- Parameters:
- item- the item to be selected from- TreeViewNode.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
buildNodePathReturns the path of a node in the tree.- Parameters:
- nodePathParts- the tree node parts can be: full path(string). For a full path, separate items by- ->string.
- Returns:
- the path constructed from the path parts.
 
 
-