Uses of Interface
adams.core.io.fileoperations.FileOperations
-
Packages that use FileOperations Package Description adams.core.io.fileoperations adams.gui.chooser adams.gui.tools adams.gui.tools.filecommander -
-
Uses of FileOperations in adams.core.io.fileoperations
Subinterfaces of FileOperations in adams.core.io.fileoperations Modifier and Type Interface Description interfaceRemoteFileOperationsInterface for remote file operations.Classes in adams.core.io.fileoperations that implement FileOperations Modifier and Type Class Description classAbstractFileOperationsAncestor for file operation classes.classAbstractRemoteFileOperationsAncestor for remote file operation classes.classLocalFileOperationsLocal file operations.classRemoteToRemoteFileOperationsFile operations between two remote locations, using intermediate local files.classSftpFileOperationsSFTP file operations.classSmbFileOperationsSMB / Windows share file operations.Methods in adams.core.io.fileoperations that return FileOperations Modifier and Type Method Description FileOperationsFileOperationsHandler. getFileOperations()Returns the file operations. -
Uses of FileOperations in adams.gui.chooser
Methods in adams.gui.chooser that return FileOperations Modifier and Type Method Description FileOperationsDirectoryChooserPanel. getFileOperations()Returns the file operations.FileOperationsSftpDirectoryChooserPanel. getFileOperations()Returns the file operations.FileOperationsSmbDirectoryChooserPanel. getFileOperations()Returns the file operations. -
Uses of FileOperations in adams.gui.tools
Fields in adams.gui.tools declared as FileOperations Modifier and Type Field Description protected FileOperationsFileCommanderPanel. m_FileOperationsthe current file operations. -
Uses of FileOperations in adams.gui.tools.filecommander
Methods in adams.gui.tools.filecommander that return FileOperations Modifier and Type Method Description FileOperationsFileCommanderDirectoryPanel. getFileOperations()Returns the file operations.
-