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 LocalApplicationWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by ag.ion.noa4e.ui.wizards.application.LocalApplicationWizard
All Implemented Interfaces:
org.eclipse.jface.wizard.IWizard

public class LocalApplicationWizard
extends org.eclipse.jface.wizard.Wizard
implements org.eclipse.jface.wizard.IWizard

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


Field Summary
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
LocalApplicationWizard()
          Constructs new LocalApplicationWizard.
LocalApplicationWizard(IApplicationInfo[] applicationInfos)
          Constructs new LocalApplicationWizard.
 
Method Summary
 void addPages()
          Adds any last-minute pages to this wizard.
 java.lang.String getSelectedHomePath()
          Returns selected home path of an local office application.
 boolean performFinish()
          Performs any actions appropriate in response to the user having pressed the Finish button, or refuse if finishing now is not permitted.
 void setHomePath(java.lang.String homePath)
          Sets home path to be edited.
 
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.wizard.IWizard
canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer
 

Constructor Detail

LocalApplicationWizard

public LocalApplicationWizard()
Constructs new LocalApplicationWizard.


LocalApplicationWizard

public LocalApplicationWizard(IApplicationInfo[] applicationInfos)
Constructs new LocalApplicationWizard.

Parameters:
applicationInfos - application infos to be used (can be null)
Method Detail

setHomePath

public void setHomePath(java.lang.String homePath)
Sets home path to be edited.

Parameters:
homePath - home path to be edited

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

performFinish

public boolean performFinish()
Performs any actions appropriate in response to the user having pressed the Finish button, or refuse if finishing now is not permitted.

Specified by:
performFinish in interface org.eclipse.jface.wizard.IWizard
Specified by:
performFinish in class org.eclipse.jface.wizard.Wizard
Returns:
true to indicate the finish request was accepted, and false to indicate that the finish request was refused

addPages

public void addPages()
Adds any last-minute pages to this wizard.

Specified by:
addPages in interface org.eclipse.jface.wizard.IWizard
Overrides:
addPages in class org.eclipse.jface.wizard.Wizard

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