Uses of Class
adams.gui.tools.previewbrowser.localfiles.AbstractLocalFilesAction
-
Packages that use AbstractLocalFilesAction Package Description adams.gui.tools adams.gui.tools.previewbrowser.localfiles -
-
Uses of AbstractLocalFilesAction in adams.gui.tools
Fields in adams.gui.tools with type parameters of type AbstractLocalFilesAction Modifier and Type Field Description protected List<AbstractLocalFilesAction>PreviewBrowserPanel. m_LocalFilesActionsthe actions for local files. -
Uses of AbstractLocalFilesAction in adams.gui.tools.previewbrowser.localfiles
Subclasses of AbstractLocalFilesAction in adams.gui.tools.previewbrowser.localfiles Modifier and Type Class Description classCopyFileToCopies the file(s) to a location the user specifies.classDeleteFilesDeletes the selected files.classDeleteStarDeletes all files with the same prefix as the selected file.classOpenFileOpens a file with the associated application.classPrintFilePrints a file with the associated application.
-