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
 

Classes in edu.rice.cs.drjava.ui that implement DisplayManager
private static class MainFrame.DJFileDisplayManager
          This manager is meant to retrieve the correct icons for the given filename.
private static class MainFrame.OddDisplayManager
          This class wraps the file display managers by superimposing any notification icons on top of the base file icon.
 

Fields in edu.rice.cs.drjava.ui declared as DisplayManager
(package private)  DisplayManager<OpenDefinitionsDocument> RecentDocFrame._displayManager
           
private  DisplayManager<INavigatorItem> MainFrame._navPaneDisplayManager
          This is what is given to the JTreeSortNavigator.
 

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

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

Fields in edu.rice.cs.util.docnavigation declared as DisplayManager
private  DisplayManager<? super ItemT> JTreeSortNavigator._displayManager
           
 

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.