|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.geeboss.view.statusline.StatusLine
public class StatusLine
The status line at the bottom of Geeboss that shows the status of MIDI connections.
| Constructor Summary | |
|---|---|
StatusLine(org.eclipse.swt.widgets.Display display,
org.eclipse.swt.widgets.Shell shell,
MainView geebossGui)
Instantiate a new StatusLine |
|
| Method Summary | |
|---|---|
void |
addEntireLoad(int loadcount)
Add a number to the entireLoad value. |
void |
finishJob(MidiJob midiJob)
The given Job has finished normally and was not interrupted by the user. |
void |
insertJob(MidiJob midiJob)
This tells the status line that a new Job has been started. |
boolean |
isBusy()
Check if Geeboss is currently busy with midi. |
void |
updateFonts()
|
void |
updateI18N()
|
void |
updateStatusText()
Update status text according to current midi job title |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatusLine(org.eclipse.swt.widgets.Display display,
org.eclipse.swt.widgets.Shell shell,
MainView geebossGui)
display - The displayshell - The ShellgeebossGui - The Main controller| Method Detail |
|---|
public void addEntireLoad(int loadcount)
loadcount - The number of jobs that will start.public void finishJob(MidiJob midiJob)
midiJob - The job that has finishedpublic void insertJob(MidiJob midiJob)
midiJob - The job that has been startedpublic boolean isBusy()
public void updateFonts()
public void updateI18N()
Translatable.updateI18N()public void updateStatusText()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||