Uses of Interface
adams.core.io.FileObject
-
Packages that use FileObject Package Description adams.core.io adams.core.io.lister adams.gui.core adams.gui.tools.filecommander -
-
Uses of FileObject in adams.core.io
Classes in adams.core.io that implement FileObject Modifier and Type Class Description classLocalFileObjectWraps a local file and avoids costly API calls by caching values.classSftpFileObjectWrapper for remote SFTP files.classSmbFileObjectWrapper for remote SMB files.Methods in adams.core.io that return FileObject Modifier and Type Method Description FileObjectFileObject. getParent()Returns the parent, if available.FileObjectLocalFileObject. getParent()Returns the parent, if available.FileObjectSftpFileObject. getParent()Returns the parent, if available.FileObjectSmbFileObject. getParent()Returns the parent, if available.Methods in adams.core.io with parameters of type FileObject Modifier and Type Method Description intFileObjectComparator. compare(FileObject o1, FileObject o2)Compares the two file wrappers.intLocalFileObject. compareTo(FileObject o)Returns whether this file object is the same as the provided one.intSftpFileObject. compareTo(FileObject o)Returns whether this file object is the same as the provided one.intSmbFileObject. compareTo(FileObject o)Returns whether this file object is the same as the provided one. -
Uses of FileObject in adams.core.io.lister
Fields in adams.core.io.lister declared as FileObject Modifier and Type Field Description protected FileObjectSortContainer. m_Filethe file object to be sorted.Methods in adams.core.io.lister that return FileObject Modifier and Type Method Description FileObjectSortContainer. getFile()Returns the stored file.FileObject[]DirectoryLister. listObjects()Returns the list of files/directories in the watched directory.FileObject[]LocalDirectoryLister. listObjects()Returns the list of files/directories in the watched directory.FileObjectDirectoryLister. newDirectory(String dir)Returns a new directory relative to the watch directory.FileObjectDirectoryLister. newDirectory(String parent, String dir)Returns a new directory generated from parent and sub-directory.Constructors in adams.core.io.lister with parameters of type FileObject Constructor Description SortContainer(FileObject file, Sorting sorting)Initializes the sort container. -
Uses of FileObject in adams.gui.core
Fields in adams.gui.core declared as FileObject Modifier and Type Field Description protected FileObjectFilePanel.FileDoubleClickEvent. m_Filethe file that got double clicked.Fields in adams.gui.core with type parameters of type FileObject Modifier and Type Field Description protected List<FileObject>FilePanel. m_Filesthe currently listed files.protected List<FileObject>FileWrapperListModel. m_Filesthe files.protected List<FileObject>FileWrapperTableModel. m_Filesthe files.Methods in adams.gui.core that return FileObject Modifier and Type Method Description protected FileObjectFilePanel. fixDir(FileObject dir)Fixes .. paths.FileObjectFilePanel.FileDoubleClickEvent. getFile()Returns the file that got double-clicked.FileObjectFilePanel. getSelectedFileObject()Returns the currently selected file object, if any.protected FileObjectFilePanel. getSelectedFileObject(boolean skipDotDot)Returns the currently selected file wrapper, if any.FileObject[]FilePanel. getSelectedFileObjects()Returns the currently selected file objects, if any.Methods in adams.gui.core that return types with arguments of type FileObject Modifier and Type Method Description List<FileObject>FilePanel. listDir()Lists the files/dirs in the current directory.List<FileObject>FilePanel. listDir(String dir)Lists the files/dirs in the specified directory.Methods in adams.gui.core with parameters of type FileObject Modifier and Type Method Description protected FileObjectFilePanel. fixDir(FileObject dir)Fixes .. paths.voidFilePanel. setSelectedFile(FileObject file)Selects the specified file.voidFilePanel. setSelectedFiles(FileObject[] files)Selects the specified files.Constructors in adams.gui.core with parameters of type FileObject Constructor Description FileDoubleClickEvent(FilePanel source, FileObject file)Initializes the event.Constructor parameters in adams.gui.core with type arguments of type FileObject Constructor Description FileWrapperListModel(List<FileObject> files, boolean showParentDirs)Initializes the model.FileWrapperTableModel(List<FileObject> files, boolean showParentDirs)Initializes the model. -
Uses of FileObject in adams.gui.tools.filecommander
Methods in adams.gui.tools.filecommander with parameters of type FileObject Modifier and Type Method Description voidFileCommanderDirectoryPanel. view(FileObject file)Views the file.
-