|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfable.gui.TabView
public class TabView
TabView is the concrete class for tabs
Constructor Summary | |
---|---|
TabView(Composite parent,
FableManager fbm)
Creates a new TabView |
Method Summary | |
---|---|
void |
articleBrowse(ArticleBrowseEvent e)
Do appropriate action according to the event. |
void |
export(ExportEvent ee)
Do appropriate action according to the event. |
void |
feedSelected(FeedSelectedEvent e)
Do appropriate action according to the event. |
void |
folderSelected(FolderSelectedEvent e)
Do appropriate action according to the event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TabView(Composite parent, FableManager fbm)
parent
- Parent Compositefbm
- FableManager of the systemMethod Detail |
---|
public void articleBrowse(ArticleBrowseEvent e)
ArticleBrowseListener
articleBrowse
in interface ArticleBrowseListener
e
- an event object contains relevant information about the event.public void feedSelected(FeedSelectedEvent e)
FeedSelectedListener
feedSelected
in interface FeedSelectedListener
e
- an event object contains relevant information about the event.public void folderSelected(FolderSelectedEvent e)
FolderSelectedListener
folderSelected
in interface FolderSelectedListener
e
- an event object contains relevant information about the event.public void export(ExportEvent ee)
ExportListener
export
in interface ExportListener
ee
- 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 |