Uses of Package
edu.cmu.sun.model

Packages that use edu.cmu.sun.model
edu.cmu.sun.controller The controller package is responsible for handling user actions. 
edu.cmu.sun.exe   
edu.cmu.sun.folds Handles all of the logic level work for the folded scrolling interaction. 
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. 
 

Classes in edu.cmu.sun.model used by edu.cmu.sun.controller
ItemModel
          An state model of an item in a list that represents a file or directory.
WindowModel
          A state model of the windows (, or panels,) seen in the interface.
 

Classes in edu.cmu.sun.model used by edu.cmu.sun.exe
ColumnModel
          Model for the state of a column of windows.
SceneModel
          A state model of the available screen space and column order.
WindowModel
          A state model of the windows (, or panels,) seen in the interface.
 

Classes in edu.cmu.sun.model used by edu.cmu.sun.folds
ItemModel
          An state model of an item in a list that represents a file or directory.
ListModel
          A state model of a list of items that each represent a file in the filesystem.
WindowModel
          A state model of the windows (, or panels,) seen in the interface.
 

Classes in edu.cmu.sun.model used by edu.cmu.sun.model
ColumnModel
          Model for the state of a column of windows.
ColumnModel.Stacked
           
FileNodeModel
          Abstracted model of the underlying filesystem.
FileNodeModel.Filetype
           
ItemModel
          An state model of an item in a list that represents a file or directory.
ListModel
          A state model of a list of items that each represent a file in the filesystem.
ListModel.Order
           
Model
          A basic Observer pattern that holds off update notification.
ModelListener
          Interface for any object that wishes to listen to changes in models.
SceneModel
          A state model of the available screen space and column order.
WindowModel
          A state model of the windows (, or panels,) seen in the interface.
 

Classes in edu.cmu.sun.model used by edu.cmu.sun.view
ColumnModel
          Model for the state of a column of windows.
ColumnModel.Stacked
           
FileNodeModel
          Abstracted model of the underlying filesystem.
ItemModel
          An state model of an item in a list that represents a file or directory.
Model
          A basic Observer pattern that holds off update notification.
ModelListener
          Interface for any object that wishes to listen to changes in models.
SceneModel
          A state model of the available screen space and column order.
WindowModel
          A state model of the windows (, or panels,) seen in the interface.