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.FolderFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----com.sun.java.swing.JFrame
                                           |
                                           +----grendel.ui.GeneralFrame
                                                   |
                                                   +----grendel.ui.FolderFrame

public class  FolderFrame
     extends grendel.ui.GeneralFrame
{
          // Fields 4
     IUICmd[] actions;
     static Vector fFolderFrames;
     FolderPanel fFolderPanel;
     public static final String kID;

          // Constructors 1
     public FolderFrame(Folder);

          // Methods 4
     public static FolderFrame FindFolderFrame(Folder);
     public void dispose();
     public Folder getFolder();
     public void setFolder(Folder);

          // Inner Classes 1
     class MessageSelectionListener
}



Fields


fFolderFrames

   static Vector fFolderFrames


fFolderPanel

   FolderPanel fFolderPanel


kID

   public static final String kID

Identifying String


actions

   IUICmd[] actions



Constructors


FolderFrame

   public FolderFrame(Folder aFolder) 



Methods


dispose

   public void dispose() 
Overrides:
dispose in class GeneralFrame


getFolder

   public Folder getFolder() 


setFolder

   public void setFolder(Folder aFolder) 


FindFolderFrame

   public static FolderFrame FindFolderFrame(Folder aFolder) 


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