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(java.lang.String subject,
java.lang.String message,
java.util.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(java.lang.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(java.lang.String subject,
java.lang.String message,
java.util.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(java.lang.String subject,
java.lang.String message,
java.util.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(java.lang.String subject,
java.lang.String message,
java.util.Set<Confirmation> acceptable,
Confirmation suggestion) |
static Confirmation |
ConfirmationDialog.openConfirm(Shell shell,
java.lang.String title,
java.lang.String message,
java.util.Set<Confirmation> acceptableResponses,
Confirmation suggestedResponse) |
Modifier and Type | Method and Description |
---|---|
Confirmation |
InteractiveConfirmationProvider.confirm(java.lang.String subject,
java.lang.String message,
java.util.Set<Confirmation> acceptable,
Confirmation suggestion) |
static Confirmation |
ConfirmationDialog.openConfirm(Shell shell,
java.lang.String title,
java.lang.String message,
java.util.Set<Confirmation> acceptableResponses,
Confirmation suggestedResponse) |
Modifier and Type | Method and Description |
---|---|
Confirmation |
InteractiveConfirmationProvider.confirm(java.lang.String subject,
java.lang.String message,
java.util.Set<Confirmation> acceptable,
Confirmation suggestion) |
static Confirmation |
ConfirmationDialog.openConfirm(Shell shell,
java.lang.String title,
java.lang.String message,
java.util.Set<Confirmation> acceptableResponses,
Confirmation suggestedResponse) |
Constructor and Description |
---|
ConfirmationDialog(Shell shell,
java.lang.String title,
java.lang.String message,
java.util.Set<Confirmation> acceptableResponses,
Confirmation suggestedResponse) |
Constructor and Description |
---|
ConfirmationDialog(Shell shell,
java.lang.String title,
java.lang.String message,
java.util.Set<Confirmation> acceptableResponses,
Confirmation suggestedResponse) |
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html