| org.eclipse.ui.internal.ide.FeatureSelectionDialog
FeatureSelectionDialog | public class FeatureSelectionDialog extends SelectionDialog (Code) | | Dialog to allow the user to select a feature from a list.
|
FeatureSelectionDialog | public FeatureSelectionDialog(Shell shell, AboutInfo[] features, String primaryFeatureId, String shellTitle, String shellMessage, String helpContextId)(Code) | | Creates an instance of this dialog to display
the given features.
There must be at least one feature.
Parameters: shell - the parent shell Parameters: features - the features to display Parameters: primaryFeatureId - the id of the primary feature or null if none Parameters: shellTitle - shell title Parameters: shellMessage - shell message Parameters: helpContextId - help context id |
configureShell | protected void configureShell(Shell newShell)(Code) | | |
createDialogArea | protected Control createDialogArea(Composite parent)(Code) | | |
okPressed | protected void okPressed()(Code) | | |
|
|