|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfable.gui.FableGUI
public class FableGUI
This is the main GUI class of Fable.
It lays out all the other components and initializes them, this includes:
| Constructor Summary | |
|---|---|
FableGUI()
Instantiates the the FableGUI class, and initializes all other components contained within. |
|
| Method Summary | |
|---|---|
void |
feedDeleted(FeedDeletedEvent fde)
Whenever FeedDeletedEvent is received, disables the Delete action |
void |
feedSelected(FeedSelectedEvent fse)
Whenever FeedSelectedEvent is received, updates the currentlySelected pointer and enables the Delete action |
void |
folderDeleted(FolderDeletedEvent fde)
Whenever FolderDeletedEvent is received, disables the Delete action |
void |
folderSelected(FolderSelectedEvent fse)
Whenever FolderSelectedEvent is received, updates the currentlySelected pointer and enables the Delete action if the selected folder is not the root |
static void |
main(java.lang.String[] args)
Instantiates the GUI and starts the program. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FableGUI()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
public void feedSelected(FeedSelectedEvent fse)
feedSelected in interface FeedSelectedListenerfse - the FeedSelectedEvent that is receievedpublic void folderSelected(FolderSelectedEvent fse)
folderSelected in interface FolderSelectedListenerfse - the FolderSelectedEvent that is receievedpublic void feedDeleted(FeedDeletedEvent fde)
feedDeleted in interface FeedDeletedListenerfde - the FeedDeletedEvent that is receievedpublic void folderDeleted(FolderDeletedEvent fde)
folderDeleted in interface FolderDeletedListenerfde - the FolderDeletedEvent that is receieved
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||