fable.gui.dialog
Class NewFeedDialogData

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

public class NewFeedDialogData
extends java.lang.Object

Return type of a new feed dialog box.

Author:
Wonsik Kim, Christopher Moh

Field Summary
 int cacheTime
          cache time of the feed
 FableComponent parent
          parent folder of the feed
 int refreshTime
          refresh time of the feed
 java.lang.String title
          title of the feed
 java.net.URL url
          url of the 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 folder of the feed


url

public final java.net.URL url
url of the feed


title

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


refreshTime

public final int refreshTime
refresh time of the feed


cacheTime

public final int cacheTime
cache time of the feed