|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.swt.widgets.Dialog view.Help
public class Help
Title: Bioinformatics Project
Description: Genomes Comparacent
Copyright: Copyright (c) 2005-2006
Help class views a simple help dialog.
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 |
---|
protected IDataHandler controller_
private org.eclipse.swt.widgets.Shell shell
private org.eclipse.swt.widgets.Shell parent
private org.eclipse.swt.widgets.Link help
Constructor Detail |
---|
public Help(org.eclipse.swt.widgets.Shell par, IDataHandler controller)
par
- Shell: the parent shell.controller
- IDataHandler: the system controller.Method Detail |
---|
public void open()
public void OpenAbout()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |