fable.gui.dialog
Class ImportOPMLDialogData

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

public class ImportOPMLDialogData
extends java.lang.Object

This class represents all information gathered in ImportOPMLDialogData.

Author:
Wonsik Kim

Field Summary
 java.util.List<Feed> feeds
          feeds to be added.
 Folder parent
          parent folder which all feeds will be added.
 
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 Folder parent
parent folder which all feeds will be added.


feeds

public final java.util.List<Feed> feeds
feeds to be added.