| org.eclipse.ui.activities.ActivitiesPreferencePage
ACTIVITY_NAME | final public static String ACTIVITY_NAME(Code) | | The name to use for the activities. Ie: "Capabilities".
|
ACTIVITY_PROMPT_BUTTON | final public static String ACTIVITY_PROMPT_BUTTON(Code) | | The label to be used for the prompt button. Ie: "&Prompt when enabling capabilities".
|
ACTIVITY_PROMPT_BUTTON_TOOLTIP | final public static String ACTIVITY_PROMPT_BUTTON_TOOLTIP(Code) | | The tooltip to be used for the prompt button. Ie: "Prompt when a feature is first used that requires enablement of capabilities".
|
createActivityPromptPref | protected void createActivityPromptPref(Composite composite)(Code) | | Create the prompt for activity enablement.
Parameters: composite - the parent |
createContents | protected Control createContents(Composite parent)(Code) | | |
performDefaults | protected void performDefaults()(Code) | | |
performOk | public boolean performOk()(Code) | | |
setInitializationData | public void setInitializationData(IConfigurationElement config, String propertyName, Object data)(Code) | | |
|
|