|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.geeboss.view.properties.MidiPropertyPage
public abstract class MidiPropertyPage
A Midi property page holds components to set Midi properties in Geeboss
Field Summary | |
---|---|
protected org.eclipse.swt.widgets.Composite |
mComposite
Holds the Property Page |
protected org.eclipse.swt.graphics.Font |
mDialogFont
Font to use for the components |
protected org.eclipse.swt.custom.CLabel |
mErrorMessageLabel
Label to display a warning or warning |
protected org.eclipse.swt.widgets.Composite |
mParent
Parent of the composite |
Constructor Summary | |
---|---|
protected |
MidiPropertyPage(org.eclipse.swt.widgets.Composite parent)
Instantiates a new MidiPropertyPage |
Method Summary | |
---|---|
protected void |
createComposite()
Create the composite that holds the PropertyPage |
void |
dispose()
Dispose the composite that holds the property page |
protected abstract void |
initComponents()
Init all components |
protected void |
setErrorMessage(java.lang.String errorMessage)
Set / unset the warning message on the dialog |
protected void |
setWarningMessage(java.lang.String warningMessage)
Set / unset the warning message on the dialog |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.eclipse.swt.widgets.Composite mComposite
protected org.eclipse.swt.graphics.Font mDialogFont
protected org.eclipse.swt.custom.CLabel mErrorMessageLabel
protected org.eclipse.swt.widgets.Composite mParent
Constructor Detail |
---|
protected MidiPropertyPage(org.eclipse.swt.widgets.Composite parent)
parent
- Composite's parentMethod Detail |
---|
public void dispose()
protected void createComposite()
protected abstract void initComponents()
protected void setErrorMessage(java.lang.String errorMessage)
errorMessage
- The warning message or NULL for no warningprotected void setWarningMessage(java.lang.String warningMessage)
warningMessage
- The warning message or NULL for no warning
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |