Package | Description |
---|---|
org.eclipse.m2e.profiles.core.internal | |
org.eclipse.m2e.profiles.ui.internal.dialog |
Modifier and Type | Field and Description |
---|---|
private ProfileState |
ProfileData.activationState |
Modifier and Type | Method and Description |
---|---|
ProfileState |
ProfileData.getActivationState() |
static ProfileState |
ProfileState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProfileState[] |
ProfileState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ProfileData.setActivationState(ProfileState activationState) |
Modifier and Type | Field and Description |
---|---|
private ProfileState |
ProfileSelection.activationState |
private ProfileState |
SelectProfilesDialog.ChangeProfileStateAction.state |
Modifier and Type | Method and Description |
---|---|
ProfileState |
ProfileSelection.getActivationState() |
Modifier and Type | Method and Description |
---|---|
private org.eclipse.swt.widgets.Button |
SelectProfilesDialog.addActivationButton(org.eclipse.swt.widgets.Composite container,
java.lang.String label,
ProfileState state) |
private void |
SelectProfilesDialog.setActivationState(org.eclipse.jface.viewers.IStructuredSelection sel,
ProfileState state) |
void |
ProfileSelection.setActivationState(ProfileState activationState) |
Constructor and Description |
---|
ChangeProfileStateAction(ProfileState state) |