Uses of Class
adams.gui.sendto.AbstractSendToAction
-
Packages that use AbstractSendToAction Package Description adams.gui.sendto -
-
Uses of AbstractSendToAction in adams.gui.sendto
Subclasses of AbstractSendToAction in adams.gui.sendto Modifier and Type Class Description classClipboardAction for copying text/image to clipboard.classCopyTableAsImageAction for copying a table to the clipboard as image.classEmailRecipientAction for sending files as emails.classExportAsImageAction for exporting a graphical component as image.classExportAsSpreadsheetAction for exporting a table as spreadsheet.classExportTableAsImageAction for exporting a table as image.classPDFPrinterAction for sending PDF to the printer.classPrinterAction for sending text to the printer.classTextFileAction for saving text in a text file.Methods in adams.gui.sendto that return AbstractSendToAction Modifier and Type Method Description static AbstractSendToAction[]SendToActionUtils. getActions(SendToActionSupporter owner)Returns all the actions that can handle the specified class.Methods in adams.gui.sendto with parameters of type AbstractSendToAction Modifier and Type Method Description intAbstractSendToAction. compareTo(AbstractSendToAction o)Compares this object with the specified object for order.
-