public class SRemoteFileChooser
extends java.lang.Object
| Constructor and Description |
|---|
SRemoteFileChooser() |
| Modifier and Type | Method and Description |
|---|---|
static jadex.commons.future.IFuture<FileData> |
getCurrentDirectory(IExternalAccess access)
Get the current directory of the remote VM.
|
static jadex.commons.future.IFuture<FileData> |
getDefaultDirectory(IExternalAccess access)
Return the user's default starting directory for the file chooser.
|
static jadex.commons.future.IFuture<FileData[]> |
getFiles(IExternalAccess access,
FileData mydir,
boolean useFileHiding)
Gets the list of shown (i.e.
|
static jadex.commons.future.IFuture<FileData> |
getHomeDirectory(IExternalAccess access) |
static jadex.commons.future.IFuture<FileData> |
getParentDirectory(IExternalAccess access,
java.lang.String path)
Returns the parent directory of
dir. |
static jadex.commons.future.IFuture<FileData[]> |
getRoots(IExternalAccess access)
Returns all root partitions on this system.
|
static jadex.commons.future.IFuture<java.lang.Object[]> |
init(IExternalAccess access)
Initialize the remote file system view such that
home, default and current directory as well as roots
are available.
|
public static jadex.commons.future.IFuture<java.lang.Object[]> init(IExternalAccess access)
public static jadex.commons.future.IFuture<FileData[]> getRoots(IExternalAccess access)
public static jadex.commons.future.IFuture<FileData> getHomeDirectory(IExternalAccess access)
public static jadex.commons.future.IFuture<FileData> getCurrentDirectory(IExternalAccess access)
public static jadex.commons.future.IFuture<FileData> getDefaultDirectory(IExternalAccess access)
File object representing the default starting
folderpublic static jadex.commons.future.IFuture<FileData[]> getFiles(IExternalAccess access, FileData mydir, boolean useFileHiding)
public static jadex.commons.future.IFuture<FileData> getParentDirectory(IExternalAccess access, java.lang.String path)
dir.dir - the File being querieddir, or null if
dir is null