|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfable.gui.StatusBar
public class StatusBar
This class is for status bar, which is at the very bottom. This class consists some sub-components in composite. This class also implements several listeners, to get message from main GUI.
FableGUI
,
FableManager
Method Summary | |
---|---|
void |
articleRead(ArticleReadEvent are)
If articles read, that is, a certain article is selected in feed view, the status bar will catch this selection and then notify the user that this article is being selected currently. |
void |
censorshipChanged(CensorshipChangedEvent cce)
If censorship changed, the status bar will catch this change, and then notify the user the current status. |
void |
feedDeleted(FeedDeletedEvent fde)
If a certain feed is deleted, then the deleted feed informatino will appear by the status bar. |
void |
feedSelected(FeedSelectedEvent fse)
If a certain feed is selected, then this event will let the status bar knows which one is being selected now. |
void |
folderDeleted(FolderDeletedEvent fde)
If a certain category(folder) is deleted, then the deleted feed informatino will appear by the status bar. |
void |
folderSelected(FolderSelectedEvent fse)
If a certain category(folder) is selected, then this event will let the status bar knows which one is being selected now. |
void |
stopClock()
Stop the clock in status bar. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void stopClock()
public void feedSelected(FeedSelectedEvent fse)
feedSelected
in interface FeedSelectedListener
fse
- public void feedDeleted(FeedDeletedEvent fde)
feedDeleted
in interface FeedDeletedListener
fde
- public void folderSelected(FolderSelectedEvent fse)
folderSelected
in interface FolderSelectedListener
fse
- public void folderDeleted(FolderDeletedEvent fde)
folderDeleted
in interface FolderDeletedListener
fde
- an event object contains relevant information about the event.public void articleRead(ArticleReadEvent are)
articleRead
in interface ArticleReadListener
are
- public void censorshipChanged(CensorshipChangedEvent cce)
censorshipChanged
in interface CensorshipChangedListener
cce
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |