All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class oplan.acp3.MainFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----oplan.acp3.MainFrame

public class MainFrame
extends Frame
implements ProcessViewer

Variable Index

 o FROZEN_SCREEN
 o info
 o infoHeight
 o infoLabel
 o infoWidth
 o infoXPosn
 o infoYPosn
 o m_hitNode
 o mfHeight
 o mfLabel
 o mfMenuGraphCOA
 o mfWidth
 o mfXPosn
 o mfYPosn
 o model
 o MONITOR_SCREEN
 o monitorButton
 o myDimension
 o ScreenNumber
 o vg
 o vm

Constructor Index

 o MainFrame()

Method Index

 o action(Event, Object)
 o destroy()
 o handleEvent(Event)
 o handleMonitorButton()
Switch to showing the state from the process model.
 o minimumSize()
 o preferredSize()
 o processGeometryParameters()
 o setProcessModel(ProcessModel)
 o statusUpdate(ProcessStatusUpdate)
Handle the changes sent from the ProcessModel.

Variables

 o vm
 ViewMatrix vm
 o vg
 ViewGraph vg
 o info
 InfoFrame info
 o model
 protected ProcessModel model
 o m_hitNode
 public Node m_hitNode
 o myDimension
 private Dimension myDimension
 o ScreenNumber
 int ScreenNumber
 o MONITOR_SCREEN
 private static final int MONITOR_SCREEN
 o FROZEN_SCREEN
 private static final int FROZEN_SCREEN
 o mfLabel
 private static final String mfLabel
 o infoLabel
 private static final String infoLabel
 o mfWidth
 private static int mfWidth
 o mfHeight
 private static int mfHeight
 o mfXPosn
 private static int mfXPosn
 o mfYPosn
 private static int mfYPosn
 o infoWidth
 private static int infoWidth
 o infoHeight
 private static int infoHeight
 o infoXPosn
 private static int infoXPosn
 o infoYPosn
 private static int infoYPosn
 o monitorButton
 Button monitorButton
 o mfMenuGraphCOA
 COAMenu mfMenuGraphCOA

Constructors

 o MainFrame
 public MainFrame()

Methods

 o setProcessModel
 public void setProcessModel(ProcessModel model)
 o minimumSize
 public Dimension minimumSize()
Overrides:
minimumSize in class Container
 o preferredSize
 public Dimension preferredSize()
Overrides:
preferredSize in class Container
 o processGeometryParameters
 private static void processGeometryParameters()
 o handleEvent
 public boolean handleEvent(Event ev)
Overrides:
handleEvent in class Component
 o action
 public boolean action(Event ev,
                       Object arg)
Overrides:
action in class Component
 o destroy
 public void destroy()
 o handleMonitorButton
 private void handleMonitorButton()
Switch to showing the state from the process model.

 o statusUpdate
 public void statusUpdate(ProcessStatusUpdate up)
Handle the changes sent from the ProcessModel.


All Packages  Class Hierarchy  This Package  Previous  Next  Index