public class LocalFileSystemContext extends AbstractContext implements ILocalFileSystemContext
Runner.| Constructor and Description |
|---|
LocalFileSystemContext(ApplicationRegistry registry)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
IFile |
browseLocalFileInOpenMode(String[] fileTypes,
boolean allowAll,
IFile currentDir,
FileSelectionType fileSelectionType,
Window frame) |
IFile |
browseLocalFileInSaveMode(String[] fileTypes,
boolean allowAll,
String defaultName,
IFile currentDir,
Window frame) |
IFile[] |
browseMultipleLocalFilesInOpenMode(String[] fileTypes,
boolean allowAll,
IFile currentDir,
FileSelectionType fileSelectionType,
Window frame) |
IFile |
createLocalFile(String[] path,
String name,
boolean isDir) |
IFile |
getLocalFile(String[] path) |
boolean |
removeLocalFile(String[] path) |
contextActivated, contextDeactivated, isActive, onContextActivate, onContextDeactivateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisActive, onContextActivate, onContextDeactivatepublic LocalFileSystemContext(ApplicationRegistry registry)
registry - registro da aplicação.public IFile getLocalFile(String[] path) throws LocalFileSystemException
getLocalFile in interface ILocalFileSystemContextLocalFileSystemExceptionpublic IFile createLocalFile(String[] path, String name, boolean isDir) throws LocalFileSystemException
createLocalFile in interface ILocalFileSystemContextLocalFileSystemExceptionpublic IFile browseLocalFileInOpenMode(String[] fileTypes, boolean allowAll, IFile currentDir, FileSelectionType fileSelectionType, Window frame) throws LocalFileSystemException
browseLocalFileInOpenMode in interface ILocalFileSystemContextLocalFileSystemExceptionpublic IFile[] browseMultipleLocalFilesInOpenMode(String[] fileTypes, boolean allowAll, IFile currentDir, FileSelectionType fileSelectionType, Window frame) throws LocalFileSystemException
browseMultipleLocalFilesInOpenMode in interface ILocalFileSystemContextLocalFileSystemExceptionpublic IFile browseLocalFileInSaveMode(String[] fileTypes, boolean allowAll, String defaultName, IFile currentDir, Window frame) throws LocalFileSystemException
browseLocalFileInSaveMode in interface ILocalFileSystemContextLocalFileSystemExceptionpublic boolean removeLocalFile(String[] path)
removeLocalFile in interface ILocalFileSystemContextCopyright © 2013–2015 Tecgraf/PUC-Rio. All rights reserved.