Class | Description |
---|---|
AlertDialogSequence<D extends java.io.Serializable> |
This abstract class defines daemon thread routines that maintain a sequence of dialog
boxes (created by DirectoryDialogBuilder) that prompts user for input parameters that
customizes an instance of a BaseDirectory.
|
DirectoryChoiceDialogSequence |
An instance of the AlertDialogSequence, that prepends a choice directory dialog box before the directory
setup sequence of the user's choice.
|
DirectoryChosenListener<D extends java.io.Serializable> |
Listener class that embeds an action to be triggered when user has decided what directory to use.
|
LanSetupDialogSequence<D extends java.io.Serializable> |
An instance of the AlertDialogSequence, that prompts for user to setup a LANDirectory.
|
WifiDirectSetupDialogSequence<D extends java.io.Serializable> |
An instance of the AlertDialogSequence, that prompts for user to setup a WifiDirectDirectory.
|