fable.gui.dialog
Class ExportNewCustomFeedDialogData

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

public class ExportNewCustomFeedDialogData
extends java.lang.Object

Data for Exporting new custom feeds

Author:
Christopher Moh

Field Summary
 FableComponent parent
          parent of the to-be-made custom feed.
 java.lang.String title
          title of the to-be-made custom feed.
 
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 of the to-be-made custom feed.


title

public final java.lang.String title
title of the to-be-made custom feed.