|
Faceted Project Framework Version 1.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IFacetedProject.Action.Type | |
---|---|
org.eclipse.wst.common.project.facet.core | |
org.eclipse.wst.common.project.facet.ui |
Uses of IFacetedProject.Action.Type in org.eclipse.wst.common.project.facet.core |
---|
Fields in org.eclipse.wst.common.project.facet.core declared as IFacetedProject.Action.Type | |
---|---|
static IFacetedProject.Action.Type |
IFacetedProject.Action.Type.INSTALL
|
static IFacetedProject.Action.Type |
IFacetedProject.Action.Type.UNINSTALL
|
static IFacetedProject.Action.Type |
IFacetedProject.Action.Type.VERSION_CHANGE
|
Methods in org.eclipse.wst.common.project.facet.core that return IFacetedProject.Action.Type | |
---|---|
IFacetedProject.Action.Type |
IActionDefinition.getActionType()
Returns the action type, such as INSTALL , UNINSTALL ,
or VERSION_CHANGE . |
IFacetedProject.Action.Type |
IFacetedProject.Action.getType()
Returns the action type |
static IFacetedProject.Action.Type |
IFacetedProject.Action.Type.valueOf(String name)
|
Methods in org.eclipse.wst.common.project.facet.core with parameters of type IFacetedProject.Action.Type | |
---|---|
Object |
IProjectFacetVersion.createActionConfig(IFacetedProject.Action.Type type,
String pjname)
Deprecated. this method will not behave correctly in presence of multiple action definitions of the same type as can be the case with VERSION_CHANGE actions; instead use IActionDefinition.createConfigObject() |
IActionDefinition |
IProjectFacetVersion.getActionDefinition(Set<IProjectFacetVersion> base,
IFacetedProject.Action.Type type)
Returns the action definition corresponding to a particular action type over this project facet version. |
Set<IActionDefinition> |
IProjectFacetVersion.getActionDefinitions(IFacetedProject.Action.Type type)
Returns the action definitions corresponding to a particular action type over this project facet version. |
boolean |
IProjectFacetVersion.isSameActionConfig(IFacetedProject.Action.Type type,
IProjectFacetVersion fv)
Deprecated. this method will not behave correctly in presence of multiple action definitions of the same type as can be the case with VERSION_CHANGE actions; instead compare appropriate IActionDefinition objects directly |
boolean |
IProjectFacetVersion.supports(IFacetedProject.Action.Type type)
Deprecated. use IProjectFacetVersion.supports( Set, IFacetedProject.Action.Type) instead |
boolean |
IProjectFacetVersion.supports(Set<IProjectFacetVersion> base,
IFacetedProject.Action.Type type)
Determines whether this project facet version supports a particular action type. |
Constructors in org.eclipse.wst.common.project.facet.core with parameters of type IFacetedProject.Action.Type | |
---|---|
IFacetedProject.Action(IFacetedProject.Action.Type type,
IProjectFacetVersion fv,
Object config)
Creates a new action. |
Uses of IFacetedProject.Action.Type in org.eclipse.wst.common.project.facet.ui |
---|
Methods in org.eclipse.wst.common.project.facet.ui with parameters of type IFacetedProject.Action.Type | |
---|---|
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. |
Object |
IWizardContext.getConfig(IProjectFacetVersion fv,
IFacetedProject.Action.Type type,
String pjname)
Do not use! This method is internal and will be removed. |
static List |
ProjectFacetsUiManager.getWizardPages(IFacetedProject.Action.Type actionType,
IProjectFacetVersion f)
Deprecated. |
|
Faceted Project Framework Version 1.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |