The Mozilla
Organization
At A Glance
Feedback
Get Involved
Newsgroups
License Terms
Newsbot
Developer Docs
Roadmap
Projects
Ports
Module Owners
Hacking
Get the Source
Build It
Testing
Download
Bugzilla
Bug Writing
Tools
View Source
Tree Status
New Checkins
Submit A Bug
FAQ
Search
Class grendel.ui.NewFolderDialog
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
Copyright © 1998-1999 The Mozilla Organization.
Last modified December 25, 1998.