net.sourceforge.rssowl.controller.panel
Class UpdatePanel

java.lang.Object
  extended bynet.sourceforge.rssowl.controller.panel.UpdatePanel

public class UpdatePanel
extends Object

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.

Version:
1.1.3
Author:
Benjamin Pasero

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

bannerColor

private org.eclipse.swt.graphics.Color bannerColor

bannerImage

private org.eclipse.swt.graphics.Image bannerImage

bulletIcon

private org.eclipse.swt.graphics.Image bulletIcon

display

private org.eclipse.swt.widgets.Display display

message

private String message

messageViewForm

private ViewForm messageViewForm

parent

private org.eclipse.swt.widgets.Composite parent

title

private String title
Constructor Detail

UpdatePanel

public UpdatePanel(org.eclipse.swt.widgets.Display display,
                   org.eclipse.swt.widgets.Composite parent,
                   String title,
                   String message)
Instantiate a new UpdatePanel

Parameters:
display - The display
parent - The parent composite
title - Title of the update panel's TabItem
message - Message containing Changelog of the new version
Method Detail

dispose

public void dispose()
Dispose Images and Colors


getPanel

public org.eclipse.swt.widgets.Composite getPanel()
Get the Update Panel

Returns:
Composite The update panel

initComponents

private void initComponents()
Init all Components



RSSOwl - RSS / RDF / Atom Newsreader

SourceForge.net Logo