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

Packages that use ListModel
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. 
 

Uses of ListModel in edu.cmu.sun.folds
 

Fields in edu.cmu.sun.folds declared as ListModel
(package private)  ListModel LayoutCreator.listModel
          The underlying List model (From the WindowModel) that this object will create Layouts for.
(package private)  ListModel LayoutComponent.model
          The model that underlies this component.
 

Methods in edu.cmu.sun.folds that return ListModel
 ListModel LayoutComponent.getModel()
           
 

Methods in edu.cmu.sun.folds with parameters of type ListModel
private  void LayoutTransitoner.addPlanComponent(LayoutComponent.Type type, ListModel model, IndexRange range, IndexRange nextRange)
           
 

Constructors in edu.cmu.sun.folds with parameters of type ListModel
LayoutComponent(ListModel model, IndexRange range)
          Create a new LayoutComponent that is backed by a model, and represents a range.
LayoutComponent(ListModel model, IndexRange range, LayoutComponent.Type type)
          Create a new LayoutComponent that is backed by a model, and represents a range.
 

Uses of ListModel in edu.cmu.sun.model
 

Fields in edu.cmu.sun.model declared as ListModel
(package private)  ListModel WindowModel.listModel
           
(package private)  ListModel ItemModel.parentList
           
 

Methods in edu.cmu.sun.model that return ListModel
 ListModel WindowModel.getListModel()
           
 ListModel ItemModel.getParentListModel()
           
 

Constructors in edu.cmu.sun.model with parameters of type ListModel
ItemModel(FileNodeModel file, ListModel parentList)
           
WindowModel(ListModel listModel)