Class AppletView
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----AppletView
- public class AppletView
- extends Frame
-
btnAddSphere
-
-
btnClear
-
-
btnClose
-
-
choItemType
-
-
choMessageLevel
-
-
choRoomType
-
-
controller
-
-
inited
-
-
lblBlueValue
-
-
lblDenseValue
-
-
lblElasticityValue
-
-
lblFrictionValue
-
-
lblGravityValue
-
-
lblGreenValue
-
-
lblPitchValue
-
-
lblRedValue
-
-
lblSizeValue
-
-
lblXPositionValue
-
-
lblXVelocityValue
-
-
lblYPositionValue
-
-
lblYVelocityValue
-
-
lblZPositionValue
-
-
lblZVelocityValue
-
-
model
-
-
scbBlueValue
-
-
scbDenseValue
-
-
scbElasticityValue
-
-
scbFrictionValue
-
-
scbGravityValue
-
-
scbGreenValue
-
-
scbPitchValue
-
-
scbRedValue
-
-
scbSizeValue
-
-
scbXPositionValue
-
-
scbXVelocityValue
-
-
scbYPositionValue
-
-
scbYVelocityValue
-
-
scbZPositionValue
-
-
scbZVelocityValue
-
-
AppletView()
-
-
conRem(GridBagConstraints)
-
-
conScb(GridBagConstraints)
-
-
handleEvent(Event)
-
-
init(Model, AppletController, String)
-
-
preferredSize()
-
model
Model model
controller
AppletController controller
inited
boolean inited
choItemType
Choice choItemType
lblSizeValue
DvNumTextField lblSizeValue
scbSizeValue
DvScrollbar scbSizeValue
lblDenseValue
DvNumLabel lblDenseValue
scbDenseValue
DvScrollbar scbDenseValue
lblElasticityValue
DvPercentLabel lblElasticityValue
scbElasticityValue
DvScrollbar scbElasticityValue
lblFrictionValue
DvNumLabel lblFrictionValue
scbFrictionValue
DvScrollbar scbFrictionValue
lblRedValue
DvPercentLabel lblRedValue
scbRedValue
DvScrollbar scbRedValue
lblGreenValue
DvPercentLabel lblGreenValue
scbGreenValue
DvScrollbar scbGreenValue
lblBlueValue
DvPercentLabel lblBlueValue
scbBlueValue
DvScrollbar scbBlueValue
lblPitchValue
DvNumLabel lblPitchValue
scbPitchValue
DvScrollbar scbPitchValue
lblXPositionValue
DvNumLabel lblXPositionValue
scbXPositionValue
DvScrollbar scbXPositionValue
lblYPositionValue
DvNumLabel lblYPositionValue
scbYPositionValue
DvScrollbar scbYPositionValue
lblZPositionValue
DvNumLabel lblZPositionValue
scbZPositionValue
DvScrollbar scbZPositionValue
lblXVelocityValue
DvNumLabel lblXVelocityValue
scbXVelocityValue
DvScrollbar scbXVelocityValue
lblYVelocityValue
DvNumLabel lblYVelocityValue
scbYVelocityValue
DvScrollbar scbYVelocityValue
lblZVelocityValue
DvNumLabel lblZVelocityValue
scbZVelocityValue
DvScrollbar scbZVelocityValue
choRoomType
Choice choRoomType
lblGravityValue
DvNumLabel lblGravityValue
scbGravityValue
DvScrollbar scbGravityValue
choMessageLevel
Choice choMessageLevel
btnAddSphere
Button btnAddSphere
btnClear
Button btnClear
btnClose
Button btnClose
AppletView
public AppletView()
conScb
private GridBagConstraints conScb(GridBagConstraints con)
conRem
private GridBagConstraints conRem(GridBagConstraints con)
init
public void init(Model model,
AppletController controller,
String title)
preferredSize
public synchronized Dimension preferredSize()
- Overrides:
- preferredSize in class Container
handleEvent
public boolean handleEvent(Event event)
- Overrides:
- handleEvent in class Component