Deprecated API

Deprecated Methods
projectviewer.config.AppLauncher.getAppName(File)
          Use getAppName(String) instead. 
projectviewer.PVActions.getCurrentProject(View)
          Use ProjectViewer.getActiveProject(View) instead. 
projectviewer.vpt.VPTProject.getFile(String)
          Use getChildNode(String) instead. 
projectviewer.vpt.VPTProject.getFiles()
          Use getOpenableNodes() instead. 
projectviewer.config.ProjectViewerConfig.getLastProject()
          Not used by PV anymore. Superseded by getLastNode(). 
projectviewer.vpt.VPTProject.isProjectFile(String)
          Use isInProject(String) instead. 
projectviewer.config.AppLauncher.launchApp(File, Component)
          Use launchApp(String, Component) instead. 
projectviewer.vpt.VPTContextMenu.registerAction(Action)
          Use the property system to add context menu actions. 
projectviewer.config.ProjectViewerConfig.setLastProject(String)
          Not used by PV anymore. Superseded by setLastNode(VPTNode). 
projectviewer.ProjectViewer.setProject(VPTProject)
          Use setRootNode(VPTNode) instead. 
projectviewer.vpt.VPTContextMenu.unregisterAction(Action)
          Use the property system to add context menu actions. 
 

Deprecated Constructors
projectviewer.vpt.VPTNode(String)
          Use VPTNode.VPTNode(String,boolean)