Uses of Class
com.sptci.echo2.Confirmation.Executor

Packages that use Confirmation.Executor
com.sptci.echo2 Package of reusable Echo2 application components. 
 

Uses of Confirmation.Executor in com.sptci.echo2
 

Fields in com.sptci.echo2 declared as Confirmation.Executor
private  Confirmation.Executor Confirmation.executor
          The executor instance to use to execute the action required after user confirmation.
 

Constructors in com.sptci.echo2 with parameters of type Confirmation.Executor
Confirmation(String title, String message, Confirmation.Executor executor)
          Construct a new pane with the specified title and message.