|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sourceforge.java.feednread.frontend.SplashScreen
Feed'n Read splash screen: Contains a splash Image plus a
progress indicator displaying the loading status of the
NewsFeedFavoritesTree and NewsFeedWatchesTree.
| Field Summary | |
private Display |
display
The Display for the SplashScreen |
private ProgressBar |
progress
The ProgressBar that displays the startup progress
|
private Label |
progressLabel
The Label to display the progress status |
private LanguageResource |
resource
The LanguageResource to retrieve localized messages from
|
private Shell |
shell
The Shell to hold the
SplashScreen Image
|
private Image |
splashImg
The splash Image to display |
| Constructor Summary | |
SplashScreen()
Creates a new SplashScreen instance.
|
|
| Method Summary | |
private void |
createShell()
Creates the Shell to hold this SplashScreen.
|
void |
dispose()
Disposes this SplashScreen by disposing the used
Shell and splash Image.
|
Shell |
getShell()
Gets the Shell constructed by this
SplashScreen
|
void |
jobDone(JobEvent event)
Indicates that the IJob whose progress is displayed in
this SplashScreen has been done.
|
void |
jobStarted(JobEvent event)
Indicates that the IJob whose progress is displayed in
this SplashScreen has been started.
|
void |
jobStatusChanged(JobEvent event)
Indicates that the status of the IJob whose progress is
displayed in this SplashScreen has changed.
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private Display display
The Display for the SplashScreen
private Shell shell
The Shell to hold the
SplashScreen Image
private Image splashImg
The splash Image to display
private ProgressBar progress
The ProgressBar that displays the startup progress
private Label progressLabel
The Label to display the progress status
private LanguageResource resource
The LanguageResource to retrieve localized messages from
| Constructor Detail |
public SplashScreen()
Creates a new SplashScreen instance.
| Method Detail |
public Shell getShell()
Gets the Shell constructed by this
SplashScreen
Shell constructed by this
SplashScreenpublic void dispose()
Disposes this SplashScreen by disposing the used
Shell and splash Image.
private void createShell()
Creates the Shell to hold this SplashScreen.
public void jobStarted(JobEvent event)
Indicates that the IJob whose progress is displayed in
this SplashScreen has been started.
jobStarted in interface IJobListenerevent - the triggered JobEventpublic void jobDone(JobEvent event)
Indicates that the IJob whose progress is displayed in
this SplashScreen has been done.
jobDone in interface IJobListenerevent - the triggered JobEventpublic void jobStatusChanged(JobEvent event)
Indicates that the status of the IJob whose progress is
displayed in this SplashScreen has changed.
jobStatusChanged in interface IJobListenerevent - the triggered JobEvent
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||