|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectComposite
fable.gui.AbstractFeedView
fable.gui.FeedView
public class FeedView
FeedView class fully functional with message handling behavior.
| Constructor Summary | |
|---|---|
FeedView(Composite parent,
int style,
FableManager fbm)
Construct a new FeedView object with its parent and style. |
|
| Method Summary | |
|---|---|
void |
censorshipChanged(CensorshipChangedEvent e)
Do appropriate action according to the event. |
void |
feedDeleted(FeedDeletedEvent fde)
Clear the Feed View and Article View when the selected feed is deleted |
void |
feedSelected(FeedSelectedEvent fse)
Show the selected feed in this FeedView. |
void |
folderDeleted(FolderDeletedEvent fde)
Clear the Feed View and Article View when the selected folder is deleted |
void |
folderSelected(FolderSelectedEvent fse)
Show the folder or print out message for the selected folder in this FeedView. |
void |
structureChanged(StructuralChangeEvent sce)
Add articles to feedview as the thread updates them |
| Methods inherited from class fable.gui.AbstractFeedView |
|---|
clearArticleView, clearFeedView, currentArticle, getFeedName, showArticle, showFeed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FeedView(Composite parent,
int style,
FableManager fbm)
parent - Composite parent of this FeedListTree.style - SWT stylefbm - Overall FableManager| Method Detail |
|---|
public void feedSelected(FeedSelectedEvent fse)
feedSelected in interface FeedSelectedListenerfse - the event object that should be handled.public void folderSelected(FolderSelectedEvent fse)
folderSelected in interface FolderSelectedListenerfse - the event object that should be handled.public void censorshipChanged(CensorshipChangedEvent e)
CensorshipChangedListener
censorshipChanged in interface CensorshipChangedListenere - an event object contains relevant information about the event.public void feedDeleted(FeedDeletedEvent fde)
feedDeleted in interface FeedDeletedListenerfde - the event object that should be handled.public void folderDeleted(FolderDeletedEvent fde)
folderDeleted in interface FolderDeletedListenerfde - the event object that should be handled.public void structureChanged(StructuralChangeEvent sce)
structureChanged in interface StructuralChangeListenersce - The structural change event to be handled
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||