Uses of Class
info.bioinfweb.treegraph.document.clipboard.ClipboardContentType

Packages that use ClipboardContentType
info.bioinfweb.treegraph.document.clipboard   
 

Uses of ClipboardContentType in info.bioinfweb.treegraph.document.clipboard
 

Methods in info.bioinfweb.treegraph.document.clipboard that return ClipboardContentType
 ClipboardContentType TreeClipboard.getContentType()
           
static ClipboardContentType ClipboardContentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ClipboardContentType[] ClipboardContentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.