org.herac.tuxguitar.gui.clipboard
Class MeasureTransferable
java.lang.Object
org.herac.tuxguitar.gui.clipboard.MeasureTransferable
- All Implemented Interfaces:
- Transferable
public class MeasureTransferable
- extends java.lang.Object
- implements Transferable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TRANSFER_TYPE_REPLACE
public static final int TRANSFER_TYPE_REPLACE
- See Also:
- Constant Field Values
TRANSFER_TYPE_INSERT
public static final int TRANSFER_TYPE_INSERT
- See Also:
- Constant Field Values
MeasureTransferable
public MeasureTransferable(TablatureEditor tablatureEditor,
int p1,
int p2,
boolean allTracks)
insertTransfer
public void insertTransfer()
throws CannotInsertTransferException
- Specified by:
insertTransfer
in interface Transferable
- Throws:
CannotInsertTransferException
insertMeasures
public void insertMeasures()
throws CannotInsertTransferException
- Throws:
CannotInsertTransferException
replaceMeasures
public void replaceMeasures()
throws CannotInsertTransferException
- Throws:
CannotInsertTransferException
setTransferType
public void setTransferType(int transferType)