com.ezware.dialog.task
Interface TaskDialog.Command

All Known Implementing Classes:
TaskDialog.StandardCommand
Enclosing class:
TaskDialog

public static interface TaskDialog.Command

Task Dialog Command


Method Summary
 java.lang.String getDescription()
           
 TaskDialog.CommandTag getTag()
           
 java.lang.String getTitle()
           
 boolean isClosing()
           
 

Method Detail

getTitle

java.lang.String getTitle()

getTag

TaskDialog.CommandTag getTag()

getDescription

java.lang.String getDescription()

isClosing

boolean isClosing()


Copyright © 2010 ezware. All Rights Reserved.