Uses of Class
jdbreport.model.clipboard.ReportTransferable.TypeFlavor

Packages that use ReportTransferable.TypeFlavor
jdbreport.model.clipboard   
 

Uses of ReportTransferable.TypeFlavor in jdbreport.model.clipboard
 

Methods in jdbreport.model.clipboard that return ReportTransferable.TypeFlavor
static ReportTransferable.TypeFlavor ReportTransferable.TypeFlavor.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReportTransferable.TypeFlavor[] ReportTransferable.TypeFlavor.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in jdbreport.model.clipboard with parameters of type ReportTransferable.TypeFlavor
 void ReportTransferable.addCopyData(Object copyData, ReportTransferable.TypeFlavor type)