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 BarChartPage

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
              extended by ch.unibe.iam.scg.archie.ui.wizards.BarChartPage
All Implemented Interfaces:
org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.wizard.IWizardPage, org.eclipse.swt.widgets.Listener

public class BarChartPage
extends AbstractChartPage
implements org.eclipse.swt.widgets.Listener

Chart wizard page for setting parameters for bar charts.

$Id$


Field Summary
protected static java.lang.String PAGE_NAME
          Name of this page.
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
BarChartPage()
          Constructs BarChartPage
 
Method Summary
 boolean canFlipToNextPage()
           
 void createControl(org.eclipse.swt.widgets.Composite parent)
          Creates the control.
 org.eclipse.jface.wizard.IWizardPage getNextPage()
           
 org.eclipse.jface.wizard.IWizardPage getPreviousPage()
           
 void handleEvent(org.eclipse.swt.widgets.Event event)
           
 
Methods inherited from class ch.unibe.iam.scg.archie.ui.wizards.AbstractChartPage
applyToStatusLine
 
Methods inherited from class org.eclipse.jface.wizard.WizardPage
getContainer, getDialogSettings, getImage, getName, 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
 

Field Detail

PAGE_NAME

protected static final java.lang.String PAGE_NAME
Name of this page.

See Also:
Constant Field Values
Constructor Detail

BarChartPage

public BarChartPage()
Constructs BarChartPage

Method Detail

handleEvent

public void handleEvent(org.eclipse.swt.widgets.Event event)
Specified by:
handleEvent in interface org.eclipse.swt.widgets.Listener
See Also:
org.eclipse.swt.widgets.Listener#handleEvent(org.eclipse.swt.widgets. Event)

createControl

public void createControl(org.eclipse.swt.widgets.Composite parent)
Description copied from class: AbstractChartPage
Creates the control.

Specified by:
createControl in interface org.eclipse.jface.dialogs.IDialogPage
Specified by:
createControl in class AbstractChartPage
Parameters:
parent - the parent
See Also:
IDialogPage.createControl(org.eclipse.swt.widgets.Composite)

getPreviousPage

public org.eclipse.jface.wizard.IWizardPage getPreviousPage()
Specified by:
getPreviousPage in interface org.eclipse.jface.wizard.IWizardPage
Overrides:
getPreviousPage in class org.eclipse.jface.wizard.WizardPage
See Also:
WizardPage.getPreviousPage()

getNextPage

public org.eclipse.jface.wizard.IWizardPage getNextPage()
Specified by:
getNextPage in interface org.eclipse.jface.wizard.IWizardPage
Overrides:
getNextPage in class org.eclipse.jface.wizard.WizardPage
See Also:
WizardPage.getNextPage()

canFlipToNextPage

public boolean canFlipToNextPage()
Specified by:
canFlipToNextPage in interface org.eclipse.jface.wizard.IWizardPage
Overrides:
canFlipToNextPage in class org.eclipse.jface.wizard.WizardPage
See Also:
WizardPage.canFlipToNextPage()

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