| org.eclipse.ui.internal.activities.ws.EnablementDialog
EnablementDialog | public class EnablementDialog extends Dialog (Code) | | Dialog that will prompt the user and confirm that they wish to activate a set
of activities.
since: 3.0 |
showDetails | boolean showDetails(Code) | | |
EnablementDialog | public EnablementDialog(Shell parentShell, Collection activityIds, Properties strings)(Code) | | Create a new instance of the reciever.
Parameters: parentShell - the parent shell Parameters: activityIds - the candidate activities Parameters: strings - string overrides |
buttonPressed | protected void buttonPressed(int buttonId)(Code) | | |
configureShell | protected void configureShell(Shell newShell)(Code) | | |
createButtonsForButtonBar | protected void createButtonsForButtonBar(Composite parent)(Code) | | |
createDialogArea | protected Control createDialogArea(Composite parent)(Code) | | |
getActivitiesToEnable | public Set getActivitiesToEnable()(Code) | | Returns the activities to enable |
getDontAsk | public boolean getDontAsk()(Code) | | Returns whether the user has declared that there is to be no further prompting for the supplied activities |
okPressed | protected void okPressed()(Code) | | |
setDetailHints | protected void setDetailHints()(Code) | | |
setDetails | protected void setDetails()(Code) | | Set the text of the detail label and text area.
|
|
|