|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.eco.ecogui.spwcfg.AcceptSpwCfgComponent
public abstract class AcceptSpwCfgComponent
This class defines the AcceptSpwCfg Component of the EcoGUI. It
listens for applicable EcoGui events and makes any
necessary updates based upon them.
See the source: AcceptSpwCfgComponent
| Field Summary | |
|---|---|
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
private EcoButton |
myB
|
protected SimpilotManager |
spManager
|
| Constructor Summary | |
|---|---|
AcceptSpwCfgComponent(SimpilotManager sm,
SpLabLayoutDataModel spdm)
Construct a new AcceptSpwCfgComponent. |
|
| Method Summary | |
|---|---|
abstract void |
actionPerformed(java.awt.event.ActionEvent ae)
This class is needed to implement the ActionListener interface - children classes must define this method. |
abstract void |
handleSpMgrEvent(SimpilotManagerEvent se)
This class is needed to implement the EcoEventListener interface - children classes must define this method. |
EcoButton |
makeAcceptSpwCfgBtn(java.lang.String buttonName)
This method is used to create an Gui implementation of the component |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CVS_VERSION_ID
private EcoButton myB
protected SimpilotManager spManager
| Constructor Detail |
|---|
public AcceptSpwCfgComponent(SimpilotManager sm,
SpLabLayoutDataModel spdm)
ecoi - is the SimpilotManager to fire/listen for events on.spdm - is the sim pilot data model, the layout of
the lab.| Method Detail |
|---|
public EcoButton makeAcceptSpwCfgBtn(java.lang.String buttonName)
buttonName - the name for the button.public abstract void actionPerformed(java.awt.event.ActionEvent ae)
actionPerformed in interface java.awt.event.ActionListenerae - The ActionEvent to respond toActionListenerpublic abstract void handleSpMgrEvent(SimpilotManagerEvent se)
handleSpMgrEvent in interface SpMgrEventListeneree - The EcoEvent to handleEcoEventListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||