|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.thestump.ghronos.mediate.Registrar
Registration facility for Mediator colleagues.
| Field Summary | |
protected Clock |
bottomClock
|
protected HardButton |
hardButton
|
protected Ghronos |
mainWin
|
protected Menubar |
menuBar
|
protected StateLabel |
stateLabel
|
protected TimingStyle |
timingStyle
|
protected Clock |
topClock
|
| Constructor Summary | |
Registrar()
|
|
| Method Summary | |
TimingStyle |
getTimingStyle()
Gets the current timing style |
void |
registerClocks(Clock tClock,
Clock bClock)
Registers the application's clocks with the Registrar |
void |
registerHardButton(HardButton hardb)
Registers the application's HardButton with the Registrar |
void |
registerMainWindow(Ghronos ghronos)
Registers the application's MainWindow with the Registrar |
void |
registerMenubar(Menubar mbar)
Registers the application's Menubar with the Registrar |
void |
registerState(StateLabel state)
Registers the application's StateButton with the Registrar |
void |
registerTimingStyle(TimingStyle tStyle)
Registers the application's current timing style with the Registrar |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Ghronos mainWin
protected Menubar menuBar
protected HardButton hardButton
protected TimingStyle timingStyle
protected StateLabel stateLabel
protected Clock topClock
protected Clock bottomClock
| Constructor Detail |
public Registrar()
| Method Detail |
public void registerHardButton(HardButton hardb)
hardb - The application's HardButtonpublic void registerState(StateLabel state)
state - The application's StateLabelpublic void registerMenubar(Menubar mbar)
mbar - The application's Menubarpublic void registerMainWindow(Ghronos ghronos)
ghronos - The application's MainWindowpublic TimingStyle getTimingStyle()
public void registerClocks(Clock tClock,
Clock bClock)
tClock - The application's top ClockbClock - The application's bottom Clockpublic void registerTimingStyle(TimingStyle tStyle)
tStyle - The application's current timing style
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||