org.eclipse.corona.container.project.ui.builder.popup.actions
Class ProjectActionManager

java.lang.Object
  extended by org.eclipse.corona.container.project.ui.builder.popup.actions.ProjectActionManager

public class ProjectActionManager
extends java.lang.Object


Field Summary
static java.lang.String PROJECT_CONTAINER_URI
           
static java.lang.String QUALIFIER
           
 
Constructor Summary
ProjectActionManager()
           
 
Method Summary
 void addNature(org.eclipse.core.resources.IProject project, java.lang.String containerUri)
           
 java.lang.String getContainerUri(org.eclipse.core.resources.IProject project)
           
static ProjectActionManager getManager()
           
 void removeNature(org.eclipse.core.resources.IProject project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUALIFIER

public static java.lang.String QUALIFIER

PROJECT_CONTAINER_URI

public static java.lang.String PROJECT_CONTAINER_URI
Constructor Detail

ProjectActionManager

public ProjectActionManager()
Method Detail

getManager

public static ProjectActionManager getManager()

addNature

public void addNature(org.eclipse.core.resources.IProject project,
                      java.lang.String containerUri)
               throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException

removeNature

public void removeNature(org.eclipse.core.resources.IProject project)
                  throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException

getContainerUri

public java.lang.String getContainerUri(org.eclipse.core.resources.IProject project)
                                 throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException

Copyright 2006 IBM Corporation and others.
All Rights Reserved.