Uses of Class
adams.gui.tools.filecommander.AbstractFileCommanderAction
-
Packages that use AbstractFileCommanderAction Package Description adams.gui.tools adams.gui.tools.filecommander -
-
Uses of AbstractFileCommanderAction in adams.gui.tools
Fields in adams.gui.tools with type parameters of type AbstractFileCommanderAction Modifier and Type Field Description protected List<AbstractFileCommanderAction>FileCommanderPanel. m_Actionsthe available actions. -
Uses of AbstractFileCommanderAction in adams.gui.tools.filecommander
Subclasses of AbstractFileCommanderAction in adams.gui.tools.filecommander Modifier and Type Class Description classActionsDummy action to keep the button enabled.classBzip2Compresses a single file using Bzip2.classGzipCompresses a single file using GZIP.classLzfCompresses a single file using Lzf.classLzmaCompresses a single file using LZMA.classTarCreates a Tar file from the selected files.classTerminalOpens a terminal in the active directory.classXzCompresses a single file using XZ.classZipCreates a ZIP file from the selected files.classZstdCompresses a single file using Zstd.
-