|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
com.groovemanager.app.mc909se.OnlyMessagePage
com.groovemanager.app.mc909se.PlaySequencePage
This class is used for the wizard page that is displayed at the end of the ExportRhythmSetWizard
| Field Summary | |
|---|---|
(package private) float |
bpm
The tempo in which to play the sequence |
(package private) static java.lang.String |
INVISIBLE_TEXT
Text to display when the play button is visible |
(package private) javax.sound.midi.MidiDevice |
output
The output device to use |
(package private) org.eclipse.swt.widgets.Button |
play
play button |
(package private) javax.sound.midi.Sequence |
seq
The sequence to play |
(package private) javax.sound.midi.Sequencer |
sequencer
The sequencer to be used for playing the sequence |
(package private) boolean |
visible
Indicates whether the play button should be visible or not |
(package private) static java.lang.String |
VISIBLE_TEXT
Text to display when the play button is visible |
| Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
|---|
ERROR, INFORMATION, NONE, WARNING |
| Constructor Summary | |
|---|---|
PlaySequencePage(java.lang.String pageName)
Create a new PlaySequencePage |
|
PlaySequencePage(java.lang.String pageName,
java.lang.String title,
org.eclipse.jface.resource.ImageDescriptor titleImage)
Create a new PlaySequencePage |
|
| Method Summary | |
|---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
|
(package private) void |
play()
Play the sequence |
void |
setPlayVisible(boolean visible)
Set the visibility of the play button |
| Methods inherited from class com.groovemanager.app.mc909se.OnlyMessagePage |
|---|
setImage, setMessageText |
| Methods inherited from class org.eclipse.jface.wizard.WizardPage |
|---|
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString |
| Methods inherited from class org.eclipse.jface.dialogs.DialogPage |
|---|
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
|---|
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible |
| Field Detail |
|---|
float bpm
static final java.lang.String INVISIBLE_TEXT
javax.sound.midi.MidiDevice output
org.eclipse.swt.widgets.Button play
javax.sound.midi.Sequence seq
javax.sound.midi.Sequencer sequencer
boolean visible
static final java.lang.String VISIBLE_TEXT
| Constructor Detail |
|---|
public PlaySequencePage(java.lang.String pageName)
pageName - The page´s name
public PlaySequencePage(java.lang.String pageName,
java.lang.String title,
org.eclipse.jface.resource.ImageDescriptor titleImage)
pageName - The page´s nametitle - The page titletitleImage - The title image| Method Detail |
|---|
public void createControl(org.eclipse.swt.widgets.Composite parent)
createControl in interface org.eclipse.jface.dialogs.IDialogPagecreateControl in class OnlyMessagePagevoid play()
public void setPlayVisible(boolean visible)
visible - The visibility of the play button
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||