|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sourceforge.rssowl.controller.panel.UpdatePanel
The update panel is placed inside a TabItem and shown whenever a new version of RSSOwl was released and the user wants to be informed about it. The panel shows the Changelog and offers a link to download the new version.
| Field Summary | |
private org.eclipse.swt.graphics.Color |
bannerColor
|
private org.eclipse.swt.graphics.Image |
bannerImage
|
private org.eclipse.swt.graphics.Image |
bulletIcon
|
private org.eclipse.swt.widgets.Display |
display
|
private String |
message
|
private ViewForm |
messageViewForm
|
private org.eclipse.swt.widgets.Composite |
parent
|
private String |
title
|
| Constructor Summary | |
UpdatePanel(org.eclipse.swt.widgets.Display display,
org.eclipse.swt.widgets.Composite parent,
String title,
String message)
Instantiate a new UpdatePanel |
|
| Method Summary | |
void |
dispose()
Dispose Images and Colors |
org.eclipse.swt.widgets.Composite |
getPanel()
Get the Update Panel |
private void |
initComponents()
Init all Components |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private org.eclipse.swt.graphics.Color bannerColor
private org.eclipse.swt.graphics.Image bannerImage
private org.eclipse.swt.graphics.Image bulletIcon
private org.eclipse.swt.widgets.Display display
private String message
private ViewForm messageViewForm
private org.eclipse.swt.widgets.Composite parent
private String title
| Constructor Detail |
public UpdatePanel(org.eclipse.swt.widgets.Display display,
org.eclipse.swt.widgets.Composite parent,
String title,
String message)
display - The displayparent - The parent compositetitle - Title of the update panel's TabItemmessage - Message containing Changelog of the new version| Method Detail |
public void dispose()
public org.eclipse.swt.widgets.Composite getPanel()
private void initComponents()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||