| |
|
| java.lang.Object org.netbeans.modules.vmd.api.inspector.InspectorFolderPath
InspectorFolderPath | final public class InspectorFolderPath (Code) | | This class keep tracking status of of the Mobility Visual Designer Navigator structure tree.
|
createInspectorPath | public static InspectorFolderPath createInspectorPath()(Code) | | DO NOT USE THIS METHOD.This method is only accessible from InspectorWrapperTree.class
|
getLastElement | public InspectorFolder getLastElement()(Code) | | Returns last element of the current path of the Mobility Visual Designer Navigator as InspectorFolder
returns last element od path as InspectorFolder |
getPath | public List<InspectorFolder> getPath()(Code) | | Returns current path of the Mobility Visual Designer Navigator as a List
returns current path as List |
remove | public void remove(InspectorFolder pathElement)(Code) | | DO NOT USE THIS METHOD.This method is only accessible from InspectorWrapperTree.class
|
|
|
|