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

Packages that use ClipboardContentType
info.bioinfweb.treegraph.document.clipboard Classes in this package implement the clipboard of TreeGraph 2 used to copy document elements (subtrees, labels, legends, ...) between and inside tree documents. 
 

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.