Class InteractiveConfirmationProvider
- java.lang.Object
- 
- org.eclipse.net4j.util.ui.confirmation.InteractiveConfirmationProvider
 
- 
- All Implemented Interfaces:
- IConfirmationProvider
 
 public class InteractiveConfirmationProvider extends java.lang.Object implements IConfirmationProvider - Since:
- 3.4
- Author:
- Christian W. Damus (CEA LIST)
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classInteractiveConfirmationProvider.Factory- 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.confirmation.IConfirmationProviderIConfirmationProvider.Provider
 
- 
 - 
Constructor SummaryConstructors Constructor Description InteractiveConfirmationProvider()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Confirmationconfirm(java.lang.String subject, java.lang.String message, java.util.Set<Confirmation> acceptable, Confirmation suggestion)Requests confirmation of some action/operation/consequence pertaining to asubjectand described by amessage.booleanisInteractive()
 
- 
- 
- 
Method Detail- 
isInteractivepublic boolean isInteractive() - Specified by:
- isInteractivein interface- IConfirmationProvider
 
 - 
confirmpublic Confirmation confirm(java.lang.String subject, java.lang.String message, java.util.Set<Confirmation> acceptable, Confirmation suggestion) Description copied from interface: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.- Specified by:
- confirmin interface- IConfirmationProvider
 
 
- 
 
-