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 class
Clipboard
Action for copying text/image to clipboard.class
CopyTableAsImage
Action for copying a table to the clipboard as image.class
EmailRecipient
Action for sending files as emails.class
ExportAsImage
Action for exporting a graphical component as image.class
ExportAsSpreadsheet
Action for exporting a table as spreadsheet.class
ExportTableAsImage
Action for exporting a table as image.class
PDFPrinter
Action for sending PDF to the printer.class
Printer
Action for sending text to the printer.class
TextFile
Action 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 int
AbstractSendToAction. compareTo(AbstractSendToAction o)
Compares this object with the specified object for order.
-