|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.ide.explorer.ExplorerContext
public final class ExplorerContext
The ExplorerContext class is a utility class that can be used to get at the extra data the ExplorerWindow stores in the the Context.
This class also contains helpful methods to store and restore the expansion state of nodes in a tree explorer.
| Nested Class Summary | |
|---|---|
static class |
ExplorerContext.ExpandInfoThe ExpandInfo class stores the tree path of a node is string form. |
| Method Summary | |
|---|---|
static TNode |
findDescendentWithLongLabel(TNode node, java.lang.String longLabel)Deprecated. since 11.1.1 with no replacement. |
static javax.swing.tree.TreePath |
findNewPath(TNode currentRoot, javax.swing.tree.TreePath oldPath, boolean matchFullPath) |
static java.lang.Class |
getExplorerType(Context context)Returns the explorer type set in the context, if any. |
static TNode |
getFirstTNode(Context context)Returns the first selected TNode from the specified Context if there is at least one Element selected in the Context and that Element has a corresponding TNode. |
static TNode |
getSingleTNode(Context context)Returns the selected TNode from the specified Context if there is only one Element selected in the Context and that Element has a corresponding TNode. |
static TNode[] |
getTNodes(Context context)Returns the array of selected TNode objects from the specified Context if there are one or more Element objects selected in the Context and those Element objects have corresponding TNode objects. |
static boolean |
hasNonSiblingTNodes(Context context)Asks whether the specified Context has a selection that represents non-sibling TNode objects. |
static void |
restoreExpansionState(TNode tnode, TreeExplorer explorer, java.util.List expandDataList) |
static void |
restoreSelectionState(TreeExplorer explorer, java.util.List selectionData)Attempts to restore the tree node selections represented by a list of TreePaths previously obtained by calling storeSelectionState. |
static void |
setExplorerType(Context context, java.lang.Class explorerType)Sets the explorer type set in the context. |
static void |
setTNodes(Context context, TNode[] tnodes)Sets the specified array of TNodes into the specified Context. |
static java.util.List |
storeExpansionState(TNode root, TreeExplorer explorer)Returns a list containing the paths of all expanded nodes that are descendant of the specified root node. |
static java.util.List |
storeSelectionState(TreeExplorer explorer)Returns a list containing the paths of all selected nodes in the explorer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static TNode[] getTNodes(Context context)
TNode objects from the specified Context if there are one or more Element objects selected in the Context and those Element objects have corresponding TNode objects.
public static void setTNodes(Context context,
TNode[] tnodes)
TNodes into the specified Context.public static java.lang.Class getExplorerType(Context context)
public static void setExplorerType(Context context,
java.lang.Class explorerType)
public static TNode getSingleTNode(Context context)
TNode from the specified Context if there is only one Element selected in the Context and that Element has a corresponding TNode.public static TNode getFirstTNode(Context context)
TNode from the specified Context if there is at least one Element selected in the Context and that Element has a corresponding TNode.public static boolean hasNonSiblingTNodes(Context context)
Context has a selection that represents non-sibling TNode objects.
public static java.util.List storeExpansionState(TNode root,
TreeExplorer explorer)
ExplorerContext.ExpandInfo.
public static void restoreExpansionState(TNode tnode,
TreeExplorer explorer,
java.util.List expandDataList)
public static java.util.List storeSelectionState(TreeExplorer explorer)
TreePath.
public static void restoreSelectionState(TreeExplorer explorer,
java.util.List selectionData)
public static javax.swing.tree.TreePath findNewPath(TNode currentRoot,
javax.swing.tree.TreePath oldPath,
boolean matchFullPath)
public static TNode findDescendentWithLongLabel(TNode node,
java.lang.String longLabel)
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||