|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfable.gui.AbstractFeedListTree
fable.gui.FeedListTree
public class FeedListTree
FeedListTree class fully functional with message handling behavior.
Constructor Summary | |
---|---|
FeedListTree(Composite parent,
FableManager fbm)
Construct a new FeedListTree object with its parent. |
Method Summary | |
---|---|
void |
articleMarkChanged(ArticleMarkChangeEvent amce)
Invoked when mark of an article is changed. |
void |
censorshipChanged(CensorshipChangedEvent e)
Do appropriate action according to the event. |
void |
structureChanged(StructuralChangeEvent sce)
Invoked when structure of ADT is changed. |
Methods inherited from class fable.gui.AbstractFeedListTree |
---|
setRoot |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeedListTree(Composite parent, FableManager fbm)
parent
- parent of this FeedListTree.fbm
- FableManagerMethod Detail |
---|
public void structureChanged(StructuralChangeEvent sce)
StructuralChangeListener
structureChanged
in interface StructuralChangeListener
sce
- StructuralChangeEvent object containing information
about the event.public void articleMarkChanged(ArticleMarkChangeEvent amce)
ArticleMarkChangeListener
articleMarkChanged
in interface ArticleMarkChangeListener
amce
- ArticleMarkChangeEvent object containing information
about the event.public void censorshipChanged(CensorshipChangedEvent e)
CensorshipChangedListener
censorshipChanged
in interface CensorshipChangedListener
e
- an event object contains relevant information about the event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |