|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectceleboss.ui.Launcher
This is the main class that launcher CelebOSS.
| Field Summary | |
static java.lang.String |
ACCOUNTS
Action command name to show the Accounts window |
static java.lang.String |
CELEBRITIES
Action command name to show the Celebrity window |
static java.lang.String |
LEAGUES
Action command name to show the Leagues window |
static java.lang.String |
MONITOR
Action command name to show the Mointor window |
static java.lang.String |
SETTINGS
Action command name to show the Settings window |
static java.lang.String |
SHUTDOWN
Action command name to shut the system down |
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent arg0)
An action has been performed. |
void |
displayBalloon(java.lang.String title,
java.lang.String message,
int type)
Display a status ballon if supported. |
static Launcher |
getInstance()
The Laucnher is a singleton as it starts the whole application |
static java.awt.Image |
getMainImage()
Get the main image |
boolean |
hasTrayIcon()
Is there a icon present in the System Tray |
static void |
main(java.lang.String[] args)
Starts the Celeb window as a standalone application. |
void |
shutdown()
User requests to stop the system running |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String ACCOUNTS
public static final java.lang.String CELEBRITIES
public static final java.lang.String LEAGUES
public static final java.lang.String MONITOR
public static final java.lang.String SETTINGS
public static final java.lang.String SHUTDOWN
| Method Detail |
public static Launcher getInstance()
public static void main(java.lang.String[] args)
args - Commad line args.public void actionPerformed(java.awt.event.ActionEvent arg0)
actionPerformed in interface java.awt.event.ActionListenerarg0 - Action description.ActionListener.actionPerformed(java.awt.event.ActionEvent)
public void displayBalloon(java.lang.String title,
java.lang.String message,
int type)
title - The balloon title.message - Message contenttype - Type of balloon.public static java.awt.Image getMainImage()
public boolean hasTrayIcon()
public void shutdown()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||