Faceted Project Framework
Version 1.3

Uses of Class
org.eclipse.wst.common.project.facet.core.IFacetedProject.Action

Packages that use IFacetedProject.Action
org.eclipse.wst.common.project.facet.core   
org.eclipse.wst.common.project.facet.ui   
 

Uses of IFacetedProject.Action in org.eclipse.wst.common.project.facet.core
 

Methods in org.eclipse.wst.common.project.facet.core that return IFacetedProject.Action
 IFacetedProject.Action IFacetedProjectWorkingCopy.getProjectFacetAction(IProjectFacet facet)
           
 

Methods in org.eclipse.wst.common.project.facet.core that return types with arguments of type IFacetedProject.Action
 Set<IFacetedProject.Action> IFacetedProjectWorkingCopy.getProjectFacetActions()
           
 

Method parameters in org.eclipse.wst.common.project.facet.core with type arguments of type IFacetedProject.Action
static IStatus ProjectFacetsManager.check(Set<IProjectFacetVersion> base, Set<IFacetedProject.Action> actions)
          Checks the validity of applying the specified set of actions to the specified set of base project facets.
 void IFacetedProject.modify(Set<IFacetedProject.Action> actions, IProgressMonitor monitor)
          Modifies the set of project facets installed on this project by performing a series of actions such as install and uninstall.
static void ProjectFacetsManager.sort(Set<IProjectFacetVersion> base, List<IFacetedProject.Action> actions)
          Sorts actions in the order that they should be applied to a project such that project facet constraints are not violated.
 

Uses of IFacetedProject.Action in org.eclipse.wst.common.project.facet.ui
 

Methods in org.eclipse.wst.common.project.facet.ui that return IFacetedProject.Action
 IFacetedProject.Action IWizardContext.getAction(IFacetedProject.Action.Type type, IProjectFacetVersion fv)
          Finds the action of specified type that applies to the specified facet, if such action exists.
 


Faceted Project Framework
Version 1.3

Copyright (c) 2008 BEA Systems, Inc. and others. All rights reserved.