view
Class Help

java.lang.Object
  extended by org.eclipse.swt.widgets.Dialog
      extended by view.Help

public class Help
extends org.eclipse.swt.widgets.Dialog

Title: Bioinformatics Project

Description: Genomes Comparacent

Copyright: Copyright (c) 2005-2006

Help class views a simple help dialog.

Version:
1.0
Author:
Shadi Ibrahem.

Field Summary
protected  IDataHandler controller_
          Magic controller.
private  org.eclipse.swt.widgets.Link help
          A link text.
private  org.eclipse.swt.widgets.Shell parent
          Data view shell.
private  org.eclipse.swt.widgets.Shell shell
           
 
Constructor Summary
Help(org.eclipse.swt.widgets.Shell par, IDataHandler controller)
          C'tor, Creating the GUI of the help dialog.
 
Method Summary
 void open()
          Sets the help text then shows the help dialog.
 void OpenAbout()
          Sets the 'About' text then shows the dialog.
 
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

controller_

protected IDataHandler controller_
Magic controller.


shell

private org.eclipse.swt.widgets.Shell shell

parent

private org.eclipse.swt.widgets.Shell parent
Data view shell.


help

private org.eclipse.swt.widgets.Link help
A link text.

Constructor Detail

Help

public Help(org.eclipse.swt.widgets.Shell par,
            IDataHandler controller)
C'tor, Creating the GUI of the help dialog.

Parameters:
par - Shell: the parent shell.
controller - IDataHandler: the system controller.
Method Detail

open

public void open()
Sets the help text then shows the help dialog.


OpenAbout

public void OpenAbout()
Sets the 'About' text then shows the dialog.