| java.lang.Object org.eclipse.ui.activities.WorkbenchTriggerPointAdvisor
Field Summary | |
public static String | DONT_ASK The string to be used to label the "don't ask" button. | public static String | NO_DETAILS The string to be used when no activities are selected and Details are shown. | public static String | PROCEED_MULTI The string to be used when prompting to proceed with multiple activities. | public static String | PROCEED_SINGLE The string to be used when prompting to proceed with a single activity. |
DONT_ASK | public static String DONT_ASK(Code) | | The string to be used to label the "don't ask" button.
Ie: "&Always enable activities and don't ask me again"
|
NO_DETAILS | public static String NO_DETAILS(Code) | | The string to be used when no activities are selected and Details are shown.
Ie: "Select an activity to view its description."
|
PROCEED_MULTI | public static String PROCEED_MULTI(Code) | | The string to be used when prompting to proceed with multiple activities.
Ie: "Enable the selected activities?"
|
PROCEED_SINGLE | public static String PROCEED_SINGLE(Code) | | The string to be used when prompting to proceed with a single activity.
Ie: "Enable the required activity?"
|
WorkbenchTriggerPointAdvisor | public WorkbenchTriggerPointAdvisor()(Code) | | Create a new instance of this advisor.
|
setInitializationData | public void setInitializationData(IConfigurationElement config, String propertyName, Object data)(Code) | | |
|
|