oracle.ide.explorer
Class ExplorerContextUtil.ExpandInfo
java.lang.Object
oracle.ide.explorer.ExplorerContextUtil.ExpandInfo
- Enclosing class:
- ExplorerContextUtil
- public static class ExplorerContextUtil.ExpandInfo
- extends java.lang.Object
The ExpandInfo class stores the tree path of a node is string form.
The tree path is converted to a string form using the method
convertTreePathToString().
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_url
public java.net.URL _url
_nodePath
public java.lang.String _nodePath
ExplorerContextUtil.ExpandInfo
public ExplorerContextUtil.ExpandInfo()
ExplorerContextUtil.ExpandInfo
public ExplorerContextUtil.ExpandInfo(java.lang.String nodePath)
ExplorerContextUtil.ExpandInfo
public ExplorerContextUtil.ExpandInfo(java.lang.String nodePath,
java.net.URL url)
Copyright © 1997, 2004, Oracle. All rights reserved.