public class JobEntryCopyFilesDialog extends JobEntryDialog implements JobEntryDialogInterface
Modifier and Type | Field and Description |
---|---|
protected boolean |
changed |
protected static String[] |
FILETYPES |
protected JobEntryCopyFiles |
jobEntry |
static String |
LOCAL_ENVIRONMENT |
protected org.eclipse.swt.widgets.Shell |
shell |
static String |
STATIC_ENVIRONMENT |
protected org.eclipse.swt.widgets.Button |
wAddFileToResult |
protected org.eclipse.swt.widgets.Button |
wCopyEmptyFolders |
protected org.eclipse.swt.widgets.Button |
wCreateDestinationFolder |
protected org.eclipse.swt.widgets.Button |
wDestinationIsAFile |
protected TableView |
wFields |
protected org.eclipse.swt.widgets.Button |
wIncludeSubfolders |
protected org.eclipse.swt.widgets.Text |
wName |
protected org.eclipse.swt.widgets.Button |
wOverwriteFiles |
protected org.eclipse.swt.widgets.Button |
wPrevious |
protected org.eclipse.swt.widgets.Button |
wRemoveSourceFiles |
databaseDialog, jobEntryInt, jobMeta, loggingObject, metaStore, parent, props, rep
Constructor and Description |
---|
JobEntryCopyFilesDialog(org.eclipse.swt.widgets.Shell parent,
JobEntryInterface jobEntryInt,
Repository rep,
JobMeta jobMeta) |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Button |
createSettingsButton(org.eclipse.swt.widgets.Composite p,
String text,
String title,
org.eclipse.swt.widgets.Control top,
org.eclipse.swt.events.SelectionAdapter sa) |
void |
dispose() |
boolean |
evaluates() |
void |
getData()
Copy information from the meta-data input to the dialog fields.
|
protected org.eclipse.swt.events.SelectionAdapter |
getFileSelectionAdapter() |
protected org.eclipse.swt.graphics.Image |
getImage() |
protected void |
initUI() |
boolean |
isUnconditional() |
protected void |
ok() |
JobEntryInterface |
open() |
protected void |
setComboValues(ColumnInfo colInfo) |
boolean |
showFileButtons() |
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 String[] FILETYPES
public static final String LOCAL_ENVIRONMENT
public static final String STATIC_ENVIRONMENT
protected org.eclipse.swt.widgets.Text wName
protected org.eclipse.swt.widgets.Button wPrevious
protected org.eclipse.swt.widgets.Button wCopyEmptyFolders
protected org.eclipse.swt.widgets.Button wOverwriteFiles
protected org.eclipse.swt.widgets.Button wIncludeSubfolders
protected org.eclipse.swt.widgets.Button wRemoveSourceFiles
protected org.eclipse.swt.widgets.Button wAddFileToResult
protected org.eclipse.swt.widgets.Button wDestinationIsAFile
protected org.eclipse.swt.widgets.Button wCreateDestinationFolder
protected JobEntryCopyFiles jobEntry
protected org.eclipse.swt.widgets.Shell shell
protected boolean changed
protected TableView wFields
public JobEntryCopyFilesDialog(org.eclipse.swt.widgets.Shell parent, JobEntryInterface jobEntryInt, Repository rep, JobMeta jobMeta)
protected void initUI()
public JobEntryInterface open()
open
in interface JobEntryDialogInterface
protected org.eclipse.swt.widgets.Button createSettingsButton(org.eclipse.swt.widgets.Composite p, String text, String title, org.eclipse.swt.widgets.Control top, org.eclipse.swt.events.SelectionAdapter sa)
protected org.eclipse.swt.events.SelectionAdapter getFileSelectionAdapter()
public void dispose()
public void getData()
protected void ok()
public boolean evaluates()
public boolean isUnconditional()
protected org.eclipse.swt.graphics.Image getImage()
public boolean showFileButtons()
protected void setComboValues(ColumnInfo colInfo)
Copyright © 2019 Hitachi Vantara. All rights reserved.