|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DirectorySelector
An interface to give GlobalModel a directory for various operations.
Method Summary | |
---|---|
boolean |
askUser(String message,
String title)
Asks the user a yes/no question. |
File |
getDirectory(File start)
Gets a directory. |
boolean |
isRecursive()
Returns true if the user wants the directory to include all subdirectories. |
void |
warnUser(String message,
String title)
Warns the user about an error condition. |
Method Detail |
---|
File getDirectory(File start) throws OperationCanceledException
start
- a file to start the search from, or null to allow implementation to determine
OperationCanceledException
- if the selection request is canceledboolean askUser(String message, String title)
void warnUser(String message, String title)
boolean isRecursive()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |