public interface APrintNGVirtualBookFrame
Modifier and Type | Method and Description |
---|---|
Instrument |
getCurrentInstrument()
Return the current instrument
|
java.lang.Object |
getOwnerForDialog()
Get the owner for dialog
|
JVirtualBookScrollableComponent |
getPianoRoll()
Return the pianoroll component, this gives access to the book component
|
VirtualBook |
getVirtualBook()
Return the reference of the virtualbook associated to the frame
|
IAPrintWait |
getWaitInterface()
Get the frame wait interface, permitting to freeze the screen during large operations
|
void |
play()
start play the virtual book
|
void |
stop()
Stop play the virtual book
|
VirtualBook getVirtualBook()
JVirtualBookScrollableComponent getPianoRoll()
Instrument getCurrentInstrument()
void play() throws java.lang.Exception
java.lang.Exception
void stop() throws java.lang.Exception
java.lang.Exception
IAPrintWait getWaitInterface()
java.lang.Object getOwnerForDialog()