public abstract class AbstractStoragePolicy extends java.lang.Object implements StoragePolicy
Constructor and Description |
---|
AbstractStoragePolicy() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDirectory()
Return a reasonable directory for file choosers to use.
|
void |
setDirectory(java.io.File file)
Set the current browsed directory to that given in the file.
|
void |
setDirectory(java.lang.String directory)
Set the current browsed directory to that given directory.
|
public java.lang.String getDirectory()
public void setDirectory(java.io.File file)
public void setDirectory(java.lang.String directory)