|
Faceted Project Framework Version 1.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<IFacetedProjectEvent.Type>
org.eclipse.wst.common.project.facet.core.events.IFacetedProjectEvent.Type
public static enum IFacetedProjectEvent.Type
Enum Constant Summary | |
---|---|
AVAILABLE_FACETS_CHANGED
|
|
AVAILABLE_PRESETS_CHANGED
|
|
AVAILABLE_RUNTIMES_CHANGED
|
|
FIXED_FACETS_CHANGED
Type of the event that gets triggered when project's fixed facets are changed. |
|
POST_INSTALL
Type of the event that gets triggered right after a facet is installed. |
|
POST_UNINSTALL
Type of the event that gets triggered right after a facet is uninstalled. |
|
POST_VERSION_CHANGE
Type of the event that gets triggered right after a facet version is changed. |
|
PRE_INSTALL
Type of the event that gets triggered right before a facet is installed. |
|
PRE_UNINSTALL
Type of the event that gets triggered right before a facet is uninstalled. |
|
PRE_VERSION_CHANGE
Type of the event that gets triggered right before a facet version is changed. |
|
PRIMARY_RUNTIME_CHANGED
Type of the event that gets triggered when the primary targeted runtime of the project is changed. |
|
PROJECT_FACETS_CHANGED
|
|
PROJECT_MODIFIED
Type of the event that gets triggered when faceted project metadata is modified in any way. |
|
PROJECT_NAME_CHANGED
|
|
SELECTED_PRESET_CHANGED
|
|
TARGETABLE_RUNTIMES_CHANGED
|
|
TARGETED_RUNTIMES_CHANGED
Type of the event that gets triggered when the set of runtimes that the project targets is changed. |
|
VALIDATION_PROBLEMS_CHANGED
|
Method Summary | |
---|---|
static IFacetedProjectEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IFacetedProjectEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IFacetedProjectEvent.Type PROJECT_MODIFIED
public static final IFacetedProjectEvent.Type PRE_INSTALL
IProjectFacetActionEvent
interface to get additional details
about the change.
public static final IFacetedProjectEvent.Type POST_INSTALL
IProjectFacetActionEvent
interface to get additional details
about the change.
public static final IFacetedProjectEvent.Type PRE_UNINSTALL
IProjectFacetActionEvent
interface to get additional details
about the change.
public static final IFacetedProjectEvent.Type POST_UNINSTALL
IProjectFacetActionEvent
interface to get additional details
about the change.
public static final IFacetedProjectEvent.Type PRE_VERSION_CHANGE
IProjectFacetActionEvent
interface to get additional
details about the change.
public static final IFacetedProjectEvent.Type POST_VERSION_CHANGE
IProjectFacetActionEvent
interface to get additional
details about the change.
public static final IFacetedProjectEvent.Type FIXED_FACETS_CHANGED
IFixedFacetsChangedEvent
interface to get additional
details about the change.
public static final IFacetedProjectEvent.Type TARGETED_RUNTIMES_CHANGED
ITargetedRuntimesChangedEvent
interface to get additional details about the change.
public static final IFacetedProjectEvent.Type PRIMARY_RUNTIME_CHANGED
IPrimaryRuntimeChangedEvent
interface to get additional details about the change.
public static final IFacetedProjectEvent.Type PROJECT_NAME_CHANGED
public static final IFacetedProjectEvent.Type PROJECT_FACETS_CHANGED
public static final IFacetedProjectEvent.Type AVAILABLE_FACETS_CHANGED
public static final IFacetedProjectEvent.Type AVAILABLE_PRESETS_CHANGED
public static final IFacetedProjectEvent.Type SELECTED_PRESET_CHANGED
public static final IFacetedProjectEvent.Type AVAILABLE_RUNTIMES_CHANGED
public static final IFacetedProjectEvent.Type TARGETABLE_RUNTIMES_CHANGED
public static final IFacetedProjectEvent.Type VALIDATION_PROBLEMS_CHANGED
Method Detail |
---|
public static final IFacetedProjectEvent.Type[] values()
for(IFacetedProjectEvent.Type c : IFacetedProjectEvent.Type.values()) System.out.println(c);
public static IFacetedProjectEvent.Type valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
|
Faceted Project Framework Version 1.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |