Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

ch.unibe.iam.scg.archie.ui.wizards
Class AbstractChartPage

java.lang.Object
  extended by org.eclipse.jface.dialogs.DialogPage
      extended by org.eclipse.jface.wizard.WizardPage
          extended by ch.unibe.iam.scg.archie.ui.wizards.AbstractChartPage
All Implemented Interfaces:
org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.wizard.IWizardPage
Direct Known Subclasses:
BarChartPage, ChartWizardMainPage, PieChartPage

public abstract class AbstractChartPage
extends org.eclipse.jface.wizard.WizardPage

An abstract chart page, providing basic methods and error handling functions for chart wizard pages.

$Id$.


Field Summary
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
protected AbstractChartPage(java.lang.String pageName)
          The Constructor.
protected AbstractChartPage(java.lang.String pageName, java.lang.String title, org.eclipse.jface.resource.ImageDescriptor titleImage)
          The Constructor.
 
Method Summary
protected  void applyToStatusLine(org.eclipse.core.runtime.IStatus status)
          Applies the given status to the status line of a wizard page.
abstract  void createControl(org.eclipse.swt.widgets.Composite parent)
          Creates the control.
 
Methods inherited from class org.eclipse.jface.wizard.WizardPage
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
 
Methods inherited from class org.eclipse.jface.dialogs.DialogPage
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible
 

Constructor Detail

AbstractChartPage

protected AbstractChartPage(java.lang.String pageName)
The Constructor.

Parameters:
pageName - the page name

AbstractChartPage

protected AbstractChartPage(java.lang.String pageName,
                            java.lang.String title,
                            org.eclipse.jface.resource.ImageDescriptor titleImage)
The Constructor.

Parameters:
pageName - the page name
title - the title
titleImage - the title image
Method Detail

createControl

public abstract void createControl(org.eclipse.swt.widgets.Composite parent)
Creates the control.

Parameters:
parent - the parent
See Also:
IDialogPage.createControl(Composite)

applyToStatusLine

protected void applyToStatusLine(org.eclipse.core.runtime.IStatus status)
Applies the given status to the status line of a wizard page. This method is mostly used by subclasses upon receiving an event and setting a status accordingly.

Parameters:
status - the status

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013