Class JobEntryBaseDialog

    • Field Detail

      • PKG

        public static Class<?> PKG
      • wlPath

        protected org.eclipse.swt.widgets.Label wlPath
      • 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
      • 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 Detail

      • 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 Detail

      • 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()