Uses of Class
edu.cmu.sun.view.ItemView

Packages that use ItemView
edu.cmu.sun.view Component3D objects that update the scene graph from the models and dispatch mouse events to controllers. 
 

Uses of ItemView in edu.cmu.sun.view
 

Fields in edu.cmu.sun.view with type parameters of type ItemView
(package private)  java.util.List<ItemView> ListView.itemViews
          a set of itemViews so that we can access them later.
 

Methods in edu.cmu.sun.view that return ItemView
 ItemView WindowView.getItemViewMatchingModel(ItemModel itemModel)
           
 ItemView WindowContentView.getItemViewMatchingModel(ItemModel itemModel)
           
 ItemView ListView.getItemViewMatchingModel(ItemModel itemModel)
           
 ItemView ColumnView.getItemViewMatchingModel(ItemModel itemModel)
           
 

Methods in edu.cmu.sun.view with parameters of type ItemView
private  void ColumnGlueView.createGlueView(WindowView windowView, ItemView itemView, ItemModel itemModel)