Class JobEntryBaseDialog

java.lang.Object
org.eclipse.swt.widgets.Dialog
org.pentaho.di.ui.job.entry.JobEntryDialog
org.pentaho.di.ui.job.entries.trans.JobEntryBaseDialog
Direct Known Subclasses:
JobEntryJobDialog, JobEntryTransDialog

public abstract class JobEntryBaseDialog extends JobEntryDialog
Created by bmorrise on 1/6/17.
  • Field Details

    • PKG

      public static Class<?> PKG
    • IS_PENTAHO

      public static final int IS_PENTAHO
      See Also:
    • parameterTableHelper

      protected ParameterTableHelper parameterTableHelper
    • wlPath

      protected org.eclipse.swt.widgets.Label wlPath
    • wPath

      protected TextVar wPath
    • wbBrowse

      protected org.eclipse.swt.widgets.Button wbBrowse
    • gLogFile

      protected org.eclipse.swt.widgets.Group gLogFile
    • wOptions

      protected org.eclipse.swt.widgets.Composite wOptions
    • wlName

      protected org.eclipse.swt.widgets.Label wlName
    • wName

      protected org.eclipse.swt.widgets.Text wName
    • fdlName

      protected org.eclipse.swt.layout.FormData fdlName
    • fdName

      protected org.eclipse.swt.layout.FormData fdName
    • wSetLogfile

      protected org.eclipse.swt.widgets.Button wSetLogfile
    • wlLogfile

      protected org.eclipse.swt.widgets.Label wlLogfile
    • wLogfile

      protected TextVar wLogfile
    • wbLogFilename

      protected org.eclipse.swt.widgets.Button wbLogFilename
    • fdbLogFilename

      protected org.eclipse.swt.layout.FormData fdbLogFilename
    • wlCreateParentFolder

      protected org.eclipse.swt.widgets.Label wlCreateParentFolder
    • wCreateParentFolder

      protected org.eclipse.swt.widgets.Button wCreateParentFolder
    • fdlCreateParentFolder

      protected org.eclipse.swt.layout.FormData fdlCreateParentFolder
    • fdCreateParentFolder

      protected org.eclipse.swt.layout.FormData fdCreateParentFolder
    • wlLogext

      protected org.eclipse.swt.widgets.Label wlLogext
    • wLogext

      protected TextVar wLogext
    • wlAddDate

      protected org.eclipse.swt.widgets.Label wlAddDate
    • wAddDate

      protected org.eclipse.swt.widgets.Button wAddDate
    • wlAddTime

      protected org.eclipse.swt.widgets.Label wlAddTime
    • wAddTime

      protected org.eclipse.swt.widgets.Button wAddTime
    • wlLoglevel

      protected org.eclipse.swt.widgets.Label wlLoglevel
    • wLoglevel

      protected org.eclipse.swt.custom.CCombo wLoglevel
    • wlPrevious

      protected org.eclipse.swt.widgets.Label wlPrevious
    • wPrevious

      protected org.eclipse.swt.widgets.Button wPrevious
    • wPrevToParams

      protected org.eclipse.swt.widgets.Button wPrevToParams
    • wEveryRow

      protected org.eclipse.swt.widgets.Button wEveryRow
    • wClearRows

      protected org.eclipse.swt.widgets.Button wClearRows
    • wClearFiles

      protected org.eclipse.swt.widgets.Button wClearFiles
    • wFields

      protected TableView wFields
    • wParameters

      protected TableView wParameters
    • wWaitingToFinish

      protected org.eclipse.swt.widgets.Button wWaitingToFinish
    • wFollowingAbortRemotely

      protected org.eclipse.swt.widgets.Button wFollowingAbortRemotely
    • gExecution

      protected org.eclipse.swt.widgets.Group gExecution
    • wOK

      protected org.eclipse.swt.widgets.Button wOK
    • wCancel

      protected org.eclipse.swt.widgets.Button wCancel
    • lsOK

      protected org.eclipse.swt.widgets.Listener lsOK
    • lsCancel

      protected org.eclipse.swt.widgets.Listener lsCancel
    • shell

      protected org.eclipse.swt.widgets.Shell shell
    • lsDef

      protected org.eclipse.swt.events.SelectionAdapter lsDef
    • backupChanged

      protected boolean backupChanged
    • wAppendLogfile

      protected org.eclipse.swt.widgets.Button wAppendLogfile
    • wPassParams

      protected org.eclipse.swt.widgets.Button wPassParams
    • wbGetParams

      protected org.eclipse.swt.widgets.Button wbGetParams
    • display

      protected org.eclipse.swt.widgets.Display display
    • wByReference

      protected org.eclipse.swt.widgets.Text wByReference
    • fdgExecution

      protected org.eclipse.swt.layout.FormData fdgExecution
    • referenceObjectId

      protected org.pentaho.di.repository.ObjectId referenceObjectId
    • specificationMethod

      protected org.pentaho.di.core.ObjectLocationSpecificationMethod specificationMethod
    • log

      protected org.pentaho.di.core.logging.LogChannel log
    • wRunConfiguration

      protected ComboVar wRunConfiguration
  • Constructor Details

    • JobEntryBaseDialog

      public JobEntryBaseDialog(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.job.entry.JobEntryInterface jobEntryInt, org.pentaho.di.repository.Repository rep, org.pentaho.di.job.JobMeta jobMeta)
  • Method Details

    • createElements

      protected void createElements()
    • selectLogFile

      protected void selectLogFile(String[] filters)
    • setActive

      protected void setActive()
    • ok

      protected abstract void ok()
    • cancel

      protected abstract void cancel()
    • getJobEntry

      protected abstract org.pentaho.di.job.entry.JobEntryBase getJobEntry()
    • getImage

      protected abstract org.eclipse.swt.graphics.Image getImage()
    • getArgFromPrev

      protected abstract boolean getArgFromPrev()
    • getArguments

      protected abstract String[] getArguments()
    • getParamters

      protected abstract String[] getParamters()