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_Actions
the available actions. -
Uses of AbstractFileCommanderAction in adams.gui.tools.filecommander
Subclasses of AbstractFileCommanderAction in adams.gui.tools.filecommander Modifier and Type Class Description class
Actions
Dummy action to keep the button enabled.class
Bzip2
Compresses a single file using Bzip2.class
Gzip
Compresses a single file using GZIP.class
Lzf
Compresses a single file using Lzf.class
Lzma
Compresses a single file using LZMA.class
Tar
Creates a Tar file from the selected files.class
Xz
Compresses a single file using XZ.class
Zip
Creates a ZIP file from the selected files.class
Zstd
Compresses a single file using Zstd.
-