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 IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4