Uses of Class
edu.cmu.sun.model.SceneModel

Packages that use SceneModel
edu.cmu.sun.exe   
edu.cmu.sun.model All of the back-end logic that determines the nested structure and visual layout of the screen. 
edu.cmu.sun.view Component3D objects that update the scene graph from the models and dispatch mouse events to controllers. 
 

Uses of SceneModel in edu.cmu.sun.exe
 

Fields in edu.cmu.sun.exe declared as SceneModel
(package private)  SceneModel LaunchDemo.sceneModel
           
 

Uses of SceneModel in edu.cmu.sun.model
 

Fields in edu.cmu.sun.model declared as SceneModel
(package private)  SceneModel ColumnModel.sceneModel
           
 

Methods in edu.cmu.sun.model that return SceneModel
 SceneModel ColumnModel.getSceneModel()
           
 

Methods in edu.cmu.sun.model with parameters of type SceneModel
 void ColumnModel.setSceneModel(SceneModel sceneModel)
           
 

Uses of SceneModel in edu.cmu.sun.view
 

Fields in edu.cmu.sun.view declared as SceneModel
(package private)  SceneModel SceneView.model
           
 

Methods in edu.cmu.sun.view that return SceneModel
 SceneModel SceneView.getModel()
           
 

Constructors in edu.cmu.sun.view with parameters of type SceneModel
SceneView(SceneModel model)