Class AppletView

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----AppletView

public class AppletView
extends Frame

Variable Index

 o btnAddSphere
 o btnClear
 o btnClose
 o choItemType
 o choMessageLevel
 o choRoomType
 o controller
 o inited
 o lblBlueValue
 o lblDenseValue
 o lblElasticityValue
 o lblFrictionValue
 o lblGravityValue
 o lblGreenValue
 o lblPitchValue
 o lblRedValue
 o lblSizeValue
 o lblXPositionValue
 o lblXVelocityValue
 o lblYPositionValue
 o lblYVelocityValue
 o lblZPositionValue
 o lblZVelocityValue
 o model
 o scbBlueValue
 o scbDenseValue
 o scbElasticityValue
 o scbFrictionValue
 o scbGravityValue
 o scbGreenValue
 o scbPitchValue
 o scbRedValue
 o scbSizeValue
 o scbXPositionValue
 o scbXVelocityValue
 o scbYPositionValue
 o scbYVelocityValue
 o scbZPositionValue
 o scbZVelocityValue

Constructor Index

 o AppletView()

Method Index

 o conRem(GridBagConstraints)
 o conScb(GridBagConstraints)
 o handleEvent(Event)
 o init(Model, AppletController, String)
 o preferredSize()

Variables

 o model
 Model model
 o controller
 AppletController controller
 o inited
 boolean inited
 o choItemType
 Choice choItemType
 o lblSizeValue
 DvNumTextField lblSizeValue
 o scbSizeValue
 DvScrollbar scbSizeValue
 o lblDenseValue
 DvNumLabel lblDenseValue
 o scbDenseValue
 DvScrollbar scbDenseValue
 o lblElasticityValue
 DvPercentLabel lblElasticityValue
 o scbElasticityValue
 DvScrollbar scbElasticityValue
 o lblFrictionValue
 DvNumLabel lblFrictionValue
 o scbFrictionValue
 DvScrollbar scbFrictionValue
 o lblRedValue
 DvPercentLabel lblRedValue
 o scbRedValue
 DvScrollbar scbRedValue
 o lblGreenValue
 DvPercentLabel lblGreenValue
 o scbGreenValue
 DvScrollbar scbGreenValue
 o lblBlueValue
 DvPercentLabel lblBlueValue
 o scbBlueValue
 DvScrollbar scbBlueValue
 o lblPitchValue
 DvNumLabel lblPitchValue
 o scbPitchValue
 DvScrollbar scbPitchValue
 o lblXPositionValue
 DvNumLabel lblXPositionValue
 o scbXPositionValue
 DvScrollbar scbXPositionValue
 o lblYPositionValue
 DvNumLabel lblYPositionValue
 o scbYPositionValue
 DvScrollbar scbYPositionValue
 o lblZPositionValue
 DvNumLabel lblZPositionValue
 o scbZPositionValue
 DvScrollbar scbZPositionValue
 o lblXVelocityValue
 DvNumLabel lblXVelocityValue
 o scbXVelocityValue
 DvScrollbar scbXVelocityValue
 o lblYVelocityValue
 DvNumLabel lblYVelocityValue
 o scbYVelocityValue
 DvScrollbar scbYVelocityValue
 o lblZVelocityValue
 DvNumLabel lblZVelocityValue
 o scbZVelocityValue
 DvScrollbar scbZVelocityValue
 o choRoomType
 Choice choRoomType
 o lblGravityValue
 DvNumLabel lblGravityValue
 o scbGravityValue
 DvScrollbar scbGravityValue
 o choMessageLevel
 Choice choMessageLevel
 o btnAddSphere
 Button btnAddSphere
 o btnClear
 Button btnClear
 o btnClose
 Button btnClose

Constructors

 o AppletView
 public AppletView()

Methods

 o conScb
 private GridBagConstraints conScb(GridBagConstraints con)
 o conRem
 private GridBagConstraints conRem(GridBagConstraints con)
 o init
 public void init(Model model,
                  AppletController controller,
                  String title)
 o preferredSize
 public synchronized Dimension preferredSize()
Overrides:
preferredSize in class Container
 o handleEvent
 public boolean handleEvent(Event event)
Overrides:
handleEvent in class Component