You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.ui.UIFactory

java.lang.Object
   |
   +----grendel.ui.UIFactory

public class  UIFactory
     extends java.lang.Object
{
          // Fields 7
     ImageIcon fConnectedIcon;
     ImageIcon fFolderIcon;
     ImageIcon fInboxIcon;
     static UIFactory fInstance;
     ImageIcon fLocalStoreIcon;
     ImageIcon fNewsgroupIcon;
     ImageIcon fRemoteStoreIcon;

          // Constructors 1
     private UIFactory();

          // Methods 6
     public static UIFactory Instance();
     public Icon getFolderIcon(ViewedFolder, boolean, boolean);
     public Image getFolderImage(ViewedFolder, boolean, boolean);
     ImageIcon getFolderImageIcon(ViewedFolder, boolean, boolean);
     public Icon getFolderOverlayIcon(ViewedFolder, boolean, boolean);
     ImageIcon getFolderOverlayImageIcon(ViewedFolder, boolean, boolean);
}



Fields


• fInstance

   static UIFactory fInstance


• fInboxIcon

   ImageIcon fInboxIcon


• fFolderIcon

   ImageIcon fFolderIcon


• fNewsgroupIcon

   ImageIcon fNewsgroupIcon


• fLocalStoreIcon

   ImageIcon fLocalStoreIcon


• fRemoteStoreIcon

   ImageIcon fRemoteStoreIcon


• fConnectedIcon

   ImageIcon fConnectedIcon



Constructors


• UIFactory

   private UIFactory() 



Methods


• Instance

   public static UIFactory Instance() 


• getFolderImageIcon

   ImageIcon getFolderImageIcon(ViewedFolder aFolder, 
                                boolean open, 
                                boolean large) 


• getFolderOverlayImageIcon

   ImageIcon getFolderOverlayImageIcon(ViewedFolder aFolder, 
                                       boolean open, 
                                       boolean large) 


• getFolderIcon

   public Icon getFolderIcon(ViewedFolder aFolder, 
                             boolean open, 
                             boolean large) 


• getFolderOverlayIcon

   public Icon getFolderOverlayIcon(ViewedFolder aFolder, 
                                    boolean open, 
                                    boolean large) 


• getFolderImage

   public Image getFolderImage(ViewedFolder aFolder, 
                               boolean open, 
                               boolean large) 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4