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_LocalFilesActions
the 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 class
CopyFileTo
Copies the file(s) to a location the user specifies.class
DeleteFiles
Deletes the selected files.class
DeleteStar
Deletes all files with the same prefix as the selected file.class
OpenFile
Opens a file with the associated application.class
PrintFile
Prints a file with the associated application.
-