net.sourceforge.rssowl.controller
Class TutorialBrowser

java.lang.Object
  extended bynet.sourceforge.rssowl.controller.TutorialBrowser

public class TutorialBrowser
extends Object

This object is used to display RSSOwl's tutorial in a new shell that holds the internal browser widget. If the browser widget is not supported on the used OS, the tutorial is loaded in the external browser.

Version:
1.1.3
Author:
Benjamin Pasero

Field Summary
private  org.eclipse.swt.widgets.Display display
           
private  String path
           
private  GUI rssOwlGui
           
private  org.eclipse.swt.widgets.Shell shell
           
 
Constructor Summary
TutorialBrowser(org.eclipse.swt.widgets.Display display, org.eclipse.swt.widgets.Shell shell, GUI rssOwlGui)
          Instantiate a new TutorialBrowser
 
Method Summary
private  void openTutorialShell()
          Show the tutorial in the internal browser on a new Shell.
(package private)  void show()
          Show the tutorial in the browser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

display

private org.eclipse.swt.widgets.Display display

path

private String path

rssOwlGui

private GUI rssOwlGui

shell

private org.eclipse.swt.widgets.Shell shell
Constructor Detail

TutorialBrowser

public TutorialBrowser(org.eclipse.swt.widgets.Display display,
                       org.eclipse.swt.widgets.Shell shell,
                       GUI rssOwlGui)
Instantiate a new TutorialBrowser

Parameters:
rssOwlGui - The maincontroller
display - The display
shell - The shell
Method Detail

openTutorialShell

private void openTutorialShell()
Show the tutorial in the internal browser on a new Shell.


show

void show()
Show the tutorial in the browser



RSSOwl - RSS / RDF / Atom Newsreader

SourceForge.net Logo