Package | Description |
---|---|
org.eclipse.nebula.widgets.opal.dialog |
Modifier and Type | Method | Description |
---|---|---|
ChoiceItem |
ChoiceWidget.getChoiceItem() |
Modifier and Type | Method | Description |
---|---|---|
MessageArea |
MessageArea.addChoice(int defaultSelection,
ChoiceItem... items) |
Add a choice
|
static int |
Dialog.choice(java.lang.String title,
java.lang.String text,
int defaultSelection,
ChoiceItem... items) |
Create a dialog box with a choice
|
static int |
Dialog.choice(org.eclipse.swt.widgets.Shell shell,
java.lang.String title,
java.lang.String text,
int defaultSelection,
ChoiceItem... items) |
Create a dialog box with a choice
|
void |
ChoiceWidget.setChoiceItem(ChoiceItem choiceItem) |