Uses of Interface
edu.rice.cs.util.swing.DisplayManager

Packages that use DisplayManager
edu.rice.cs.drjava.ui The ui package contains classes for the default user interface for DrJava. 
edu.rice.cs.util.docnavigation   
edu.rice.cs.util.swing Some utility classes for working in Swing. 
 

Uses of DisplayManager in edu.rice.cs.drjava.ui
 

Methods in edu.rice.cs.drjava.ui that return DisplayManager
 DisplayManager<INavigatorItem> MainFrame.getNavPaneDisplayManager()
           
 

Uses of DisplayManager in edu.rice.cs.util.docnavigation
 

Methods in edu.rice.cs.util.docnavigation with parameters of type DisplayManager
 void JTreeSortNavigator.setDisplayManager(DisplayManager<? super ItemT> manager)
          Sets the display manager that is used to select icons for the leaves of the tree.
 

Constructors in edu.rice.cs.util.docnavigation with parameters of type DisplayManager
JTreeSortNavigator(String projRoot, DisplayManager<? super ItemT> dm)
          Alternate constructor specifying the display manager that provides icons for the navigator.
 

Uses of DisplayManager in edu.rice.cs.util.swing
 

Subinterfaces of DisplayManager in edu.rice.cs.util.swing
 interface FileDisplayManager
          FileIconManagers choose the icons to use when displaying file using their icons in lists or trees.
 

Classes in edu.rice.cs.util.swing that implement DisplayManager
 class DefaultFileDisplayManager
          This FileDisplayManager uses the same icons and naming schemes as the JFileChooser offered by swing.