|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.eco.ecogui.spwcfg.AbstractLabLayout
public abstract class AbstractLabLayout
This object defines the required methods needed to build an object which represents the phyiscal layout of a sim pilot workstation lab. Child objects should define how they will represent the lab, and what EcoEvents to listen for.See the source AbstractLabLayout.java
| Field Summary | |
|---|---|
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
protected int |
numColumns
|
protected int |
numRows
|
protected SimpilotManager |
simpilotManager
|
protected SpLabLayoutDataModel |
spdm
|
| Constructor Summary | |
|---|---|
AbstractLabLayout(SimpilotManager spMgr,
SpLabLayoutDataModel spdm)
|
|
| Method Summary | |
|---|---|
abstract void |
handleSpMgrEvent(SimpilotManagerEvent se)
This method is needed to implement the EcoEventListener interface. |
abstract javax.swing.JComponent |
makeBlankSpace()
Thie method should be defined in the extending classes. |
javax.swing.JPanel |
makePrimaryPanel(java.lang.Class ale)
Child classes should define how they will build this representation (of the simpilot lab layout) in a JPanel format. |
| 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
protected int numRows
protected int numColumns
protected SpLabLayoutDataModel spdm
protected SimpilotManager simpilotManager
| Constructor Detail |
|---|
public AbstractLabLayout(SimpilotManager spMgr,
SpLabLayoutDataModel spdm)
| Method Detail |
|---|
public javax.swing.JPanel makePrimaryPanel(java.lang.Class ale)
public abstract javax.swing.JComponent makeBlankSpace()
public abstract void handleSpMgrEvent(SimpilotManagerEvent se)
handleSpMgrEvent in interface SpMgrEventListeneree - is the EcoEvent to handle.EcoEventListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||