Modifier and Type | Field and Description |
---|---|
boolean |
doExec |
boolean |
exitSystemOnClose |
FileChooserDemo |
fcd |
Constructor and Description |
---|
FileStoreBrowser(File file,
Class storeType,
boolean isModal,
long maxSize) |
FileStoreBrowser(FileStore store,
boolean isModal)
Create an EweFileBrowser that will automatically show itself.
|
Modifier and Type | Method and Description |
---|---|
void |
doRun() |
FileStoreEntryFile |
open(Class fileStoreClass,
FileStore openStore,
File f) |
void |
run() |
public boolean exitSystemOnClose
public boolean doExec
public FileChooserDemo fcd
public FileStoreBrowser(FileStore store, boolean isModal) throws IOException
IOException
public FileStoreBrowser(File file, Class storeType, boolean isModal, long maxSize) throws IOException
IOException
public FileStoreEntryFile open(Class fileStoreClass, FileStore openStore, File f) throws IOException, StoppedException
IOException
StoppedException
public void doRun()