Package org.apache.uima.pear.insd.edit
Class INSDEnvironmentPage
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.apache.uima.pear.insd.edit.INSDEnvironmentPage
- All Implemented Interfaces:
InsdConstants
,org.eclipse.jface.dialogs.IDialogPage
,org.eclipse.jface.dialogs.IMessageProvider
,org.eclipse.jface.wizard.IWizardPage
public class INSDEnvironmentPage
extends org.eclipse.jface.wizard.WizardPage
implements InsdConstants
This is wizard page to edit PEAR Installation Environment parameters.
-
Field Summary
Modifier and TypeFieldDescriptionThe env var list.org.eclipse.swt.widgets.Combo
The jdk version combo.org.eclipse.swt.widgets.Combo
The os combo.The viewer.Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
Fields inherited from interface org.apache.uima.pear.insd.edit.InsdConstants
CAS_CONSUMER_DESCRIPTOR_PATH, CAS_INITIALIZER_DESCRIPTOR_PATH, COLLECTION_ITERATOR_DESCRIPTOR_PATH, COMP_DESCRIPTOR_PATH, COMP_ID, COMP_NAME, COMP_TYPE_ANALYSIS_ENGINE, COMP_TYPE_CAS_CONSUMER, COMP_TYPE_CAS_INITIALIZER, COMP_TYPE_COLLECTION_READER, COMP_TYPE_CPE
-
Constructor Summary
ConstructorDescriptionINSDEnvironmentPage
(org.eclipse.core.resources.IContainer currentContainer, InstallationDescriptor insd, Hashtable wizardData) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoid
createControl
(org.eclipse.swt.widgets.Composite parent) See IDialogPage#createControl(Composite).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
-
Field Details
-
osCombo
public org.eclipse.swt.widgets.Combo osComboThe os combo. -
jdkVersionCombo
public org.eclipse.swt.widgets.Combo jdkVersionComboThe jdk version combo. -
viewer
The viewer. -
envVarList
The env var list.
-
-
Constructor Details
-
INSDEnvironmentPage
public INSDEnvironmentPage(org.eclipse.core.resources.IContainer currentContainer, InstallationDescriptor insd, Hashtable wizardData) Constructor.- Parameters:
currentContainer
- An IProject with the UIMA Natureinsd
- The installation Descriptor objectwizardData
- a hash table with shared information between wizard pages
-
-
Method Details
-
createControl
public void createControl(org.eclipse.swt.widgets.Composite parent) See IDialogPage#createControl(Composite).- Specified by:
createControl
in interfaceorg.eclipse.jface.dialogs.IDialogPage
- Parameters:
parent
- the parent
-