Verwendungen von Enum-Klasse
org.eclipse.net4j.util.confirmation.Confirmation
Packages, die Confirmation verwenden
Package
Beschreibung
A framework for providing confirmation from users.
Confirmation dialogs.
-
Verwendungen von Confirmation in org.eclipse.net4j.util.confirmation
Methoden in org.eclipse.net4j.util.confirmation, die Confirmation zurückgebenModifizierer und TypMethodeBeschreibungIConfirmationProvider.confirm(String subject, String message, Set<Confirmation> acceptable, Confirmation suggestion) Requests confirmation of some action/operation/consequence pertaining to asubjectand described by amessage.static ConfirmationGibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.static Confirmation[]Confirmation.values()Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.Methoden in org.eclipse.net4j.util.confirmation mit Parametern vom Typ ConfirmationModifizierer und TypMethodeBeschreibungIConfirmationProvider.confirm(String subject, String message, Set<Confirmation> acceptable, Confirmation suggestion) Requests confirmation of some action/operation/consequence pertaining to asubjectand described by amessage.Methodenparameter in org.eclipse.net4j.util.confirmation mit Typargumenten vom Typ ConfirmationModifizierer und TypMethodeBeschreibungIConfirmationProvider.confirm(String subject, String message, Set<Confirmation> acceptable, Confirmation suggestion) Requests confirmation of some action/operation/consequence pertaining to asubjectand described by amessage. -
Verwendungen von Confirmation in org.eclipse.net4j.util.ui.confirmation
Methoden in org.eclipse.net4j.util.ui.confirmation, die Confirmation zurückgebenModifizierer und TypMethodeBeschreibungInteractiveConfirmationProvider.confirm(String subject, String message, Set<Confirmation> acceptable, Confirmation suggestion) static ConfirmationConfirmationDialog.openConfirm(Shell shell, String title, String message, Set<Confirmation> acceptableResponses, Confirmation suggestedResponse) Methoden in org.eclipse.net4j.util.ui.confirmation mit Parametern vom Typ ConfirmationModifizierer und TypMethodeBeschreibungInteractiveConfirmationProvider.confirm(String subject, String message, Set<Confirmation> acceptable, Confirmation suggestion) static ConfirmationConfirmationDialog.openConfirm(Shell shell, String title, String message, Set<Confirmation> acceptableResponses, Confirmation suggestedResponse) Methodenparameter in org.eclipse.net4j.util.ui.confirmation mit Typargumenten vom Typ ConfirmationModifizierer und TypMethodeBeschreibungInteractiveConfirmationProvider.confirm(String subject, String message, Set<Confirmation> acceptable, Confirmation suggestion) static ConfirmationConfirmationDialog.openConfirm(Shell shell, String title, String message, Set<Confirmation> acceptableResponses, Confirmation suggestedResponse) Konstruktoren in org.eclipse.net4j.util.ui.confirmation mit Parametern vom Typ ConfirmationModifiziererKonstruktorBeschreibungConfirmationDialog(Shell shell, String title, String message, Set<Confirmation> acceptableResponses, Confirmation suggestedResponse) Konstruktorparameter in org.eclipse.net4j.util.ui.confirmation mit Typargumenten vom Typ ConfirmationModifiziererKonstruktorBeschreibungConfirmationDialog(Shell shell, String title, String message, Set<Confirmation> acceptableResponses, Confirmation suggestedResponse)