Class ExportImportablePartDialog

java.lang.Object
org.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
org.apache.uima.taeconfigurator.editors.ui.dialogs.AbstractDialog
org.apache.uima.taeconfigurator.editors.ui.dialogs.ExportImportablePartDialog
All Implemented Interfaces:
StandardStrings, org.eclipse.jface.window.IShellProvider, org.eclipse.swt.widgets.Listener

public class ExportImportablePartDialog extends AbstractDialog
The Class ExportImportablePartDialog.
  • Field Details

    • isImportByName

      public boolean isImportByName
      The is import by name.
    • genFilePath

      public String genFilePath
      The gen file path.
    • baseFileName

      public String baseFileName
      The base file name.
  • Constructor Details

    • ExportImportablePartDialog

      public ExportImportablePartDialog(AbstractSection aSection)
      Instantiates a new export importable part dialog.
      Parameters:
      aSection - the a section
  • Method Details