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

ag.ion.noa4e.ui.wizards.application
Class LocalApplicationWizardDefinePage

java.lang.Object
  extended by org.eclipse.jface.dialogs.DialogPage
      extended by org.eclipse.jface.wizard.WizardPage
          extended by ag.ion.noa4e.ui.wizards.application.LocalApplicationWizardDefinePage
All Implemented Interfaces:
org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.wizard.IWizardPage

public class LocalApplicationWizardDefinePage
extends org.eclipse.jface.wizard.WizardPage
implements org.eclipse.jface.wizard.IWizardPage

Wizard page in order to define the path of a local OpenOffice.org application.


Field Summary
static java.lang.String PAGE_NAME
          Name of the page.
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
LocalApplicationWizardDefinePage(java.lang.String homePath, IApplicationInfo[] applicationInfos)
          Constructs new LocalApplicationWizardDefinePage.
 
Method Summary
 void createControl(org.eclipse.swt.widgets.Composite parent)
          Creates the top level control for this dialog page under the given parent composite.
 java.lang.String getSelectedHomePath()
          Returns selected home path of an local office application.
 void setVisible(boolean visible)
          Sets the visibility of this dialog page.
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.wizard.IWizardPage
canFlipToNextPage, getName, getNextPage, getPreviousPage, getWizard, isPageComplete, setPreviousPage, setWizard
 
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage
dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle
 

Field Detail

PAGE_NAME

public static final java.lang.String PAGE_NAME
Name of the page.

See Also:
Constant Field Values
Constructor Detail

LocalApplicationWizardDefinePage

public LocalApplicationWizardDefinePage(java.lang.String homePath,
                                        IApplicationInfo[] applicationInfos)
Constructs new LocalApplicationWizardDefinePage.

Parameters:
homePath - home path of the office application to be used
applicationInfos - application infos to be used (can be null)
Method Detail

getSelectedHomePath

public java.lang.String getSelectedHomePath()
Returns selected home path of an local office application. Returns null if a home path is not available.

Returns:
selected home path of an local office application or null if a home path is not available

setVisible

public void setVisible(boolean visible)
Sets the visibility of this dialog page.

Specified by:
setVisible in interface org.eclipse.jface.dialogs.IDialogPage
Overrides:
setVisible in class org.eclipse.jface.dialogs.DialogPage
Parameters:
visible - true to make this page visible, and false to hide it

createControl

public void createControl(org.eclipse.swt.widgets.Composite parent)
Creates the top level control for this dialog page under the given parent composite.

Specified by:
createControl in interface org.eclipse.jface.dialogs.IDialogPage
Parameters:
parent - the parent composite

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