| java.lang.Object org.eclipse.ui.internal.ide.IDEWorkbenchActivityHelper
IDEWorkbenchActivityHelper | public class IDEWorkbenchActivityHelper (Code) | | Utility class that manages promotion of activites in response to workspace changes.
since: 3.0 |
getInstance | public static IDEWorkbenchActivityHelper getInstance()(Code) | | Get the singleton instance of this class.
the singleton instance of this class. since: 3.0 |
loadNatures | public void loadNatures()(Code) | | For dynamic UI. Clears the cache of known natures and recreates it.
|
processProject | protected void processProject(IProject project, IWorkbenchActivitySupport workbenchActivitySupport) throws CoreException(Code) | | Handle natures for the given project.
Parameters: project - the project Parameters: workbenchActivitySupport - the activity support |
shutdown | public void shutdown()(Code) | | Unhooks the IResourceChangeListener .
|
|
|