|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.spardat.xma.help.HelpView
Instances of this class display the Help Files of a XMA - Component using the SWT browser widget.
| Constructor Summary | |
HelpView()
Constructor of HelpView. |
|
HelpView(java.lang.String title,
boolean showButtons,
int width,
int height)
Creates a HelpView object with some customization. |
|
HelpView(java.lang.String title,
boolean showButtons,
int width,
int height,
int style)
Creates a HelpView object with some customization. |
|
| Method Summary | |
boolean |
isActivated()
Determine if the browser is activated. |
void |
Navigate(java.lang.String url)
Navigates the browser to the given url. |
org.eclipse.swt.widgets.Shell |
open(org.eclipse.swt.widgets.Display display)
Opens the browser to show the help page. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HelpView()
public HelpView(java.lang.String title,
boolean showButtons,
int width,
int height)
title - showed in titlebar of the browser window. If null the default title "XMA Help" is shown".showButtons - if true the tool bar is visiblewidth - of the browser window. SWT.DEFAULT means the default width.height - of the browser window. SWT.DEFAULT means the default height.
public HelpView(java.lang.String title,
boolean showButtons,
int width,
int height,
int style)
title - showed in titlebar of the browser window. If null the default title "XMA Help" is shown".showButtons - if true the tool bar is visiblewidth - of the browser window. SWT.DEFAULT means the default width.height - of the browser window. SWT.DEFAULT means the default height.style - SWT-Style of the shell containing the browser.| Method Detail |
public org.eclipse.swt.widgets.Shell open(org.eclipse.swt.widgets.Display display)
display - the SWT-Display to use.
public void Navigate(java.lang.String url)
url - the url to show in the browser.public boolean isActivated()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||