Uses of Package
edu.cmu.sun.folds

Packages that use edu.cmu.sun.folds
edu.cmu.sun.controller The controller package is responsible for handling user actions. 
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.folds used by edu.cmu.sun.controller
IndexRange
          This represents a range of indexes.
LayoutComponent
          A portion of a folded scroll interface.
 

Classes in edu.cmu.sun.folds used by edu.cmu.sun.folds
IndexRange
          This represents a range of indexes.
IndexRange.Overlap
          An overlap describes the type and distance of overlap between two ranges.
IndexRange.Overlap.Type
           
Layout
          A Layout is a model representation of the contents of a Window.
LayoutComponent
          A portion of a folded scroll interface.
LayoutComponent.Type
           
LayoutMatcher.Mode
           
 

Classes in edu.cmu.sun.folds used by edu.cmu.sun.model
IndexRange
          This represents a range of indexes.
Layout
          A Layout is a model representation of the contents of a Window.
LayoutCreator
          Creates new Layouts from a set of constraints.
 

Classes in edu.cmu.sun.folds used by edu.cmu.sun.view
Layout
          A Layout is a model representation of the contents of a Window.
LayoutComponent
          A portion of a folded scroll interface.
LayoutTransitoner
          When the Folded Scrolling window changes, we need to make a smooth transition between scenes.