Uses of Class
net.charlesames.utility.entity.Clipboard

Packages that use Clipboard
net.charlesames.music.ensemble Classes in package music.ensemble define the structure of scores. 
net.charlesames.music.score Classes in the {code net.charlesames.music.score} package represent musical scores and the components which comprise musical scores. 
 

Uses of Clipboard in net.charlesames.music.ensemble
 

Methods in net.charlesames.music.ensemble with parameters of type Clipboard
 void EnsembleEntity.copyToClipboard(Clipboard clipboard)
          Convert this component into its XML data representation and post the result to the clipboard.
 

Uses of Clipboard in net.charlesames.music.score
 

Methods in net.charlesames.music.score with parameters of type Clipboard
 void ScoreEntity.copyToClipboard(Clipboard clipboard)
          Convert this component into its XML data representation and post the result to the clipboard.