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 asubjectand described by amessage.boolean
-
Konstruktordetails
-
InteractiveConfirmationProvider
public InteractiveConfirmationProvider()
-
-
Methodendetails
-
isInteractive
public boolean isInteractive()- Angegeben von:
isInteractivein SchnittstelleIConfirmationProvider
-
confirm
public Confirmation confirm(String subject, String message, Set<Confirmation> acceptable, Confirmation suggestion) Beschreibung aus Schnittstelle kopiert:IConfirmationProviderRequests confirmation of some action/operation/consequence pertaining to asubjectand described by amessage. Any of the non-empty set ofacceptableresponses may be returned, and the requester may optionally provide asuggestionof a suitable/safe default answer.- Angegeben von:
confirmin SchnittstelleIConfirmationProvider
-