public abstract class JobStepDialog<T extends JobEntryInterface> extends JobEntryDialog implements JobEntryDialogInterface
Modifier and Type | Field and Description |
---|---|
protected static int |
BUTTON_WIDTH |
protected static int |
FIELD_WIDTH |
protected static int |
LARGE_MARGIN |
protected PackageMessages |
messages |
protected PackageMessages |
systemMessages |
protected org.eclipse.swt.widgets.Button |
wCancel |
protected org.eclipse.swt.widgets.Button |
wOK |
databaseDialog, jobEntryInt, jobMeta, loggingObject, metaStore, parent, props, rep, shell
Constructor and Description |
---|
JobStepDialog(org.eclipse.swt.widgets.Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta,
boolean bigIcon) |
Modifier and Type | Method and Description |
---|---|
protected void |
cancel() |
protected abstract void |
doOk() |
protected abstract void |
doOpen() |
protected abstract void |
getData() |
T |
getEntry() |
protected void |
handleElement(org.eclipse.swt.widgets.Control el) |
protected void |
handleElement(org.eclipse.swt.widgets.Control el,
int style) |
protected void |
initMessages() |
protected void |
ok() |
JobEntryInterface |
open() |
addConnectionLine, addConnectionLine, addDatabases, getMetaStore, getPathOf, selectDatabase, setMetaStore
checkSubclass, getParent, getStyle, getText, setText
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setMetaStore
protected static final int LARGE_MARGIN
protected static final int FIELD_WIDTH
protected static final int BUTTON_WIDTH
protected PackageMessages messages
protected PackageMessages systemMessages
protected org.eclipse.swt.widgets.Button wCancel
protected org.eclipse.swt.widgets.Button wOK
public JobStepDialog(org.eclipse.swt.widgets.Shell parent, JobEntryInterface jobEntryInt, Repository rep, JobMeta jobMeta, boolean bigIcon)
protected void initMessages()
public T getEntry()
public JobEntryInterface open()
open
in interface JobEntryDialogInterface
protected void handleElement(org.eclipse.swt.widgets.Control el)
protected void handleElement(org.eclipse.swt.widgets.Control el, int style)
protected void ok()
protected void cancel()
protected abstract void getData()
protected abstract void doOk()
protected abstract void doOpen()
Copyright © 2019 Hitachi Vantara. All rights reserved.