net.sourceforge.rssowl.controller
Class TutorialBrowser
java.lang.Object
net.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
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 |
display
private org.eclipse.swt.widgets.Display display
path
private String path
rssOwlGui
private GUI rssOwlGui
shell
private org.eclipse.swt.widgets.Shell shell
TutorialBrowser
public TutorialBrowser(org.eclipse.swt.widgets.Display display,
org.eclipse.swt.widgets.Shell shell,
GUI rssOwlGui)
- Instantiate a new TutorialBrowser
- Parameters:
rssOwlGui
- The maincontrollerdisplay
- The displayshell
- The shell
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