| Package | Description |
|---|---|
| org.eclipse.net4j.util.confirmation |
A framework for providing confirmation from users.
|
| org.eclipse.net4j.util.ui.confirmation |
Confirmation dialogs.
|
| Modifier and Type | Method and Description |
|---|---|
Confirmation |
IConfirmationProvider.confirm(String subject,
String message,
Set<Confirmation> acceptable,
Confirmation suggestion)
Requests confirmation of some action/operation/consequence pertaining to a
subject and described by a message. |
static Confirmation |
Confirmation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Confirmation[] |
Confirmation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Confirmation |
IConfirmationProvider.confirm(String subject,
String message,
Set<Confirmation> acceptable,
Confirmation suggestion)
Requests confirmation of some action/operation/consequence pertaining to a
subject and described by a message. |
| Modifier and Type | Method and Description |
|---|---|
Confirmation |
IConfirmationProvider.confirm(String subject,
String message,
Set<Confirmation> acceptable,
Confirmation suggestion)
Requests confirmation of some action/operation/consequence pertaining to a
subject and described by a message. |
| Modifier and Type | Method and Description |
|---|---|
Confirmation |
InteractiveConfirmationProvider.confirm(String subject,
String message,
Set<Confirmation> acceptable,
Confirmation suggestion) |
static Confirmation |
ConfirmationDialog.openConfirm(Shell shell,
String title,
String message,
Set<Confirmation> acceptableResponses,
Confirmation suggestedResponse) |
| Modifier and Type | Method and Description |
|---|---|
Confirmation |
InteractiveConfirmationProvider.confirm(String subject,
String message,
Set<Confirmation> acceptable,
Confirmation suggestion) |
static Confirmation |
ConfirmationDialog.openConfirm(Shell shell,
String title,
String message,
Set<Confirmation> acceptableResponses,
Confirmation suggestedResponse) |
| Modifier and Type | Method and Description |
|---|---|
Confirmation |
InteractiveConfirmationProvider.confirm(String subject,
String message,
Set<Confirmation> acceptable,
Confirmation suggestion) |
static Confirmation |
ConfirmationDialog.openConfirm(Shell shell,
String title,
String message,
Set<Confirmation> acceptableResponses,
Confirmation suggestedResponse) |
| Constructor and Description |
|---|
ConfirmationDialog(Shell shell,
String title,
String message,
Set<Confirmation> acceptableResponses,
Confirmation suggestedResponse) |
| Constructor and Description |
|---|
ConfirmationDialog(Shell shell,
String title,
String message,
Set<Confirmation> acceptableResponses,
Confirmation suggestedResponse) |
Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.