|
|||||||||
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 FableManagerMethod Detail |
---|
public void feedSelected(FeedSelectedEvent fse)
feedSelected
in interface FeedSelectedListener
fse
- the event object that should be handled.public void folderSelected(FolderSelectedEvent fse)
folderSelected
in interface FolderSelectedListener
fse
- the event object that should be handled.public void censorshipChanged(CensorshipChangedEvent e)
CensorshipChangedListener
censorshipChanged
in interface CensorshipChangedListener
e
- an event object contains relevant information about the event.public void feedDeleted(FeedDeletedEvent fde)
feedDeleted
in interface FeedDeletedListener
fde
- the event object that should be handled.public void folderDeleted(FolderDeletedEvent fde)
folderDeleted
in interface FolderDeletedListener
fde
- the event object that should be handled.public void structureChanged(StructuralChangeEvent sce)
structureChanged
in interface StructuralChangeListener
sce
- The structural change event to be handled
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |