|
Faceted Project Framework Version 1.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWizardContext
The interface exposed to the facet action wizard pages that allows them to gather information about the wizard state.
Method Summary | |
---|---|
IFacetedProject.Action |
getAction(IFacetedProject.Action.Type type,
IProjectFacetVersion fv)
Finds the action of specified type that applies to the specified facet, if such action exists. |
Set |
getActions()
Returns the set of actions currently specified by the user. |
Object |
getConfig(IProjectFacetVersion fv,
IFacetedProject.Action.Type type,
String pjname)
Do not use! This method is internal and will be removed. |
String |
getProjectName()
Returns the name of the project that the wizard is operating on. |
Set |
getSelectedProjectFacets()
Returns the set of facets currently selected in the wizard. |
boolean |
isProjectFacetSelected(IProjectFacetVersion fv)
Determines whether the specified facet is currently selected in the wizard. |
Method Detail |
---|
String getProjectName()
Set getSelectedProjectFacets()
IProjectFacetVersion
)boolean isProjectFacetSelected(IProjectFacetVersion fv)
getSelectedProjectFacets()
for more information.
fv
- the project facet version object
true
if an only if the provided project facet is
currently selected in the wizardSet getActions()
IFacetedProject.Action getAction(IFacetedProject.Action.Type type, IProjectFacetVersion fv)
type
- the action typefv
- the project facet version object
null
Object getConfig(IProjectFacetVersion fv, IFacetedProject.Action.Type type, String pjname) throws CoreException
CoreException
|
Faceted Project Framework Version 1.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |