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 Details

    • osCombo

      public org.eclipse.swt.widgets.Combo osCombo
      The os combo.
    • jdkVersionCombo

      public org.eclipse.swt.widgets.Combo jdkVersionCombo
      The jdk version combo.
    • viewer

      public VarValViewerHandler viewer
      The viewer.
    • envVarList

      public VarValList 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 Nature
      insd - The installation Descriptor object
      wizardData - 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 interface org.eclipse.jface.dialogs.IDialogPage
      Parameters:
      parent - the parent