|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Model | |
|---|---|
| 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 Model in edu.cmu.sun.model |
|---|
| Subclasses of Model in edu.cmu.sun.model | |
|---|---|
class |
ColumnModel
Model for the state of a column of windows. |
static class |
ColumnModel.Stacked
|
class |
ItemModel
An state model of an item in a list that represents a file or directory. |
class |
SceneModel
A state model of the available screen space and column order. |
class |
WindowModel
A state model of the windows (, or panels,) seen in the interface. |
| Fields in edu.cmu.sun.model with type parameters of type Model | |
|---|---|
private static java.util.List<Model> |
Model.allModels
Pointers to every Model object created in the system. |
| Methods in edu.cmu.sun.model with parameters of type Model | |
|---|---|
void |
ModelListener.modelChanged(Model m)
|
| Uses of Model in edu.cmu.sun.view |
|---|
| Methods in edu.cmu.sun.view with parameters of type Model | |
|---|---|
void |
WindowView.modelChanged(Model m)
|
void |
WindowBarView.modelChanged(Model m)
|
void |
SceneView.modelChanged(Model m)
|
void |
ItemView.modelChanged(Model m)
|
void |
GlueView.modelChanged(Model m)
|
void |
ColumnView.modelChanged(Model m)
|
void |
ColumnGlueView.modelChanged(Model m)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||