The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Development
Roadmap
Module Owners
Blue Sky
Projects
Status
Tools
Products
Source Code
Binaries
Documentation
License Terms
Bug Reports
Search
Feedback


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 The Mozilla Organization.