Klasse InteractiveConfirmationProvider
java.lang.Object
org.eclipse.net4j.util.ui.confirmation.InteractiveConfirmationProvider
- Alle implementierten Schnittstellen:
IConfirmationProvider
- Seit:
- 3.4
- Autor:
- Christian W. Damus (CEA LIST)
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.net4j.util.confirmation.IConfirmationProvider
IConfirmationProvider.Provider
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungconfirm
(String subject, String message, Set<Confirmation> acceptable, Confirmation suggestion) Requests confirmation of some action/operation/consequence pertaining to asubject
and described by amessage
.boolean
-
Konstruktordetails
-
InteractiveConfirmationProvider
public InteractiveConfirmationProvider()
-
-
Methodendetails
-
isInteractive
public boolean isInteractive()- Angegeben von:
isInteractive
in SchnittstelleIConfirmationProvider
-
confirm
public Confirmation confirm(String subject, String message, Set<Confirmation> acceptable, Confirmation suggestion) Beschreibung aus Schnittstelle kopiert:IConfirmationProvider
Requests confirmation of some action/operation/consequence pertaining to asubject
and described by amessage
. Any of the non-empty set ofacceptable
responses may be returned, and the requester may optionally provide asuggestion
of a suitable/safe default answer.- Angegeben von:
confirm
in SchnittstelleIConfirmationProvider
-