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 - ÜbersichtVerschachtelte KlassenVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.net4j.util.confirmation.IConfirmationProviderIConfirmationProvider.Provider
- 
KonstruktorübersichtKonstruktoren
- 
MethodenübersichtModifizierer 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- 
InteractiveConfirmationProviderpublic InteractiveConfirmationProvider()
 
- 
- 
Methodendetails- 
isInteractivepublic boolean isInteractive()- Angegeben von:
- isInteractivein Schnittstelle- IConfirmationProvider
 
- 
confirmpublic 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 Schnittstelle- IConfirmationProvider
 
 
-