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

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----com.sun.java.swing.JDialog
                                           |
                                           +----grendel.ui.GeneralDialog
                                                   |
                                                   +----grendel.ui.NewFolderDialog

public class  NewFolderDialog
     extends grendel.ui.GeneralDialog
{
          // Fields 6
     ViewedFolder fFolder;
     PageUI fPanel;
     FolderCombo fParentCombo;
     Hashtable fValues;
     private static final String kFolderComboKey;
     private static final String kNameKey;

          // Constructors 2
     public NewFolderDialog(Frame);
     public NewFolderDialog(Frame, ViewedFolder);

          // Methods 1
     boolean createFolder();

          // Inner Classes 2
     class NewFolderModel
     class OptionListener
}



Fields


fPanel

   PageUI fPanel


fFolder

   ViewedFolder fFolder


fParentCombo

   FolderCombo fParentCombo


fValues

   Hashtable fValues


kFolderComboKey

   private static final String kFolderComboKey


kNameKey

   private static final String kNameKey



Constructors


NewFolderDialog

   public NewFolderDialog(Frame aParent, 
                          ViewedFolder aFolder) 


NewFolderDialog

   public NewFolderDialog(Frame aParent) 



Methods


createFolder

   boolean createFolder() 


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