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 class
FtpFileObject
Wrapper for remote FTP files.class
LocalFileObject
Wraps a local file and avoids costly API calls by caching values.class
SftpFileObject
Wrapper for remote SFTP files.class
SmbFileObject
Wrapper for remote SMB files.Methods in adams.core.io with parameters of type FileObject Modifier and Type Method Description int
FileObjectComparator. compare(FileObject o1, FileObject o2)
Compares the two file wrappers.int
FtpFileObject. compareTo(FileObject o)
Returns whether this file object is the same as the provided one.int
LocalFileObject. compareTo(FileObject o)
Returns whether this file object is the same as the provided one.int
SftpFileObject. compareTo(FileObject o)
Returns whether this file object is the same as the provided one.int
SmbFileObject. 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 FileObject
SortContainer. m_File
the file object to be sorted.Methods in adams.core.io.lister that return FileObject Modifier and Type Method Description FileObject
SortContainer. 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.FileObject
DirectoryLister. newDirectory(String dir)
Returns a new directory relative to the watch directory.FileObject
DirectoryLister. 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 FileObject
FilePanel.FileDoubleClickEvent. m_File
the 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_Files
the currently listed files.protected List<FileObject>
FileWrapperListModel. m_Files
the files.protected List<FileObject>
FileWrapperTableModel. m_Files
the files.Methods in adams.gui.core that return FileObject Modifier and Type Method Description FileObject
FilePanel.FileDoubleClickEvent. getFile()
Returns the file that got double-clicked.FileObject
FilePanel. getSelectedFileObject()
Returns the currently selected file object, if any.protected FileObject
FilePanel. getSelectedFileObject(boolean skipDotDot)
Returns the currently selected file wrapper, if any.FileObject[]
FilePanel. getSelectedFileObjects()
Returns the currently selected file objects, if any.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 void
FileCommanderDirectoryPanel. view(FileObject file)
Views the file.
-