Uses of Interface
com.ezware.dialog.task.TaskDialog.Command

Packages that use TaskDialog.Command
com.ezware.dialog.task   
com.ezware.dialog.task.design   
 

Uses of TaskDialog.Command in com.ezware.dialog.task
 

Classes in com.ezware.dialog.task that implement TaskDialog.Command
static class TaskDialog.StandardCommand
          Set of standard task dialog commands
 

Methods in com.ezware.dialog.task that return TaskDialog.Command
 TaskDialog.Command TaskDialog.StandardCommand.derive(java.lang.String title)
          Creates a copy of the command with specified title
 TaskDialog.Command TaskDialog.getResult()
           
 TaskDialog.Command TaskDialog.show()
          Shows the dialog
 

Methods in com.ezware.dialog.task that return types with arguments of type TaskDialog.Command
 java.util.Collection<TaskDialog.Command> TaskDialog.getCommands()
           
 

Methods in com.ezware.dialog.task with parameters of type TaskDialog.Command
 void TaskDialog.setCommands(TaskDialog.Command... commands)
           
 void TaskDialog.setResult(TaskDialog.Command result)
           
 

Method parameters in com.ezware.dialog.task with type arguments of type TaskDialog.Command
 void TaskDialog.setCommands(java.util.Collection<TaskDialog.Command> commands)
           
 

Uses of TaskDialog.Command in com.ezware.dialog.task.design
 

Method parameters in com.ezware.dialog.task.design with type arguments of type TaskDialog.Command
 void TaskDialogContent.setCommands(java.util.Set<? extends TaskDialog.Command> commands, boolean lockButtonSize)
           
 



Copyright © 2010 ezware. All Rights Reserved.