org.herac.tuxguitar.gui.clipboard
Class ClipBoard

java.lang.Object
  extended by org.herac.tuxguitar.gui.clipboard.ClipBoard

public class ClipBoard
extends java.lang.Object


Constructor Summary
ClipBoard()
           
 
Method Summary
 void addTransferable(Transferable transferable)
           
 Transferable getTransferable()
           
 void insertTransfer()
           
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClipBoard

public ClipBoard()
Method Detail

addTransferable

public void addTransferable(Transferable transferable)

getTransferable

public Transferable getTransferable()

insertTransfer

public void insertTransfer()
                    throws CannotInsertTransferException
Throws:
CannotInsertTransferException

isEmpty

public boolean isEmpty()