fable.gui.dialog
Class NewFolderDialogData

java.lang.Object
  extended by fable.gui.dialog.NewFolderDialogData

public class NewFolderDialogData
extends java.lang.Object

Return type of new folder dialog box.

Author:
Wonsik Kim

Field Summary
 FableComponent parent
          parent folder of the folder.
 java.lang.String title
          title of the folder.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

public final FableComponent parent
parent folder of the folder.


title

public final java.lang.String title
title of the folder.