|
|||||||||
| 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 - FableManager| Method Detail |
|---|
public void structureChanged(StructuralChangeEvent sce)
StructuralChangeListener
structureChanged in interface StructuralChangeListenersce - StructuralChangeEvent object containing information
about the event.public void articleMarkChanged(ArticleMarkChangeEvent amce)
ArticleMarkChangeListener
articleMarkChanged in interface ArticleMarkChangeListeneramce - ArticleMarkChangeEvent object containing information
about the event.public void censorshipChanged(CensorshipChangedEvent e)
CensorshipChangedListener
censorshipChanged in interface CensorshipChangedListenere - 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 | ||||||||