public abstract class ConfigurationDialog
extends org.eclipse.swt.widgets.Dialog
Modifier and Type | Field and Description |
---|---|
protected AbstractMeta |
abstractMeta |
protected org.eclipse.swt.widgets.Composite |
composite |
protected ExecutionConfiguration |
configuration |
protected org.eclipse.swt.widgets.Composite |
cRunConfiguration |
protected org.eclipse.swt.widgets.Label |
environmentSeparator |
protected org.eclipse.swt.layout.FormData |
fdDetails |
protected org.eclipse.swt.widgets.Group |
gDetails |
protected org.eclipse.swt.widgets.Group |
gLocal |
protected org.eclipse.swt.widgets.Composite |
localOptionsComposite |
protected int |
margin |
protected PropsUI |
props |
protected boolean |
retval |
protected org.eclipse.swt.widgets.Composite |
serverOptionsComposite |
protected org.eclipse.swt.widgets.Shell |
shell |
protected org.eclipse.swt.custom.StackLayout |
stackedLayout |
protected org.eclipse.swt.widgets.Button |
wClearLog |
protected org.eclipse.swt.widgets.Button |
wGatherMetrics |
protected org.eclipse.swt.widgets.Label |
wlLogLevel |
protected org.eclipse.swt.custom.CCombo |
wLogLevel |
protected org.eclipse.swt.widgets.Label |
wlRemoteHost |
protected org.eclipse.swt.widgets.Button |
wPassExport |
protected org.eclipse.swt.custom.CCombo |
wRemoteHost |
protected org.eclipse.swt.custom.CCombo |
wRunConfiguration |
protected org.eclipse.swt.widgets.Button |
wSafeMode |
protected TableView |
wVariables |
Constructor and Description |
---|
ConfigurationDialog(org.eclipse.swt.widgets.Shell parent,
ExecutionConfiguration configuration,
AbstractMeta meta) |
Modifier and Type | Method and Description |
---|---|
protected void |
buttonsSectionLayout(Class<?> PKG,
String prefix,
String docTitle,
String docUrl,
String docHeader) |
protected void |
cancel() |
abstract void |
getInfo() |
protected void |
getInfoParameters()
Get the parameters from the dialog.
|
protected void |
getInfoVariables() |
protected void |
getParamsData() |
protected void |
mainLayout(Class<?> PKG,
String prefix,
org.eclipse.swt.graphics.Image img) |
protected void |
ok() |
protected void |
openDialog() |
protected abstract void |
optionsSectionControls() |
protected void |
optionsSectionLayout(Class<?> PKG,
String prefix) |
protected void |
parametersSectionLayout(Class<?> PKG,
String prefix) |
protected void |
runConfigurationSectionLayout(Class<?> PKG,
String prefix) |
void |
setConfiguration(ExecutionConfiguration configuration) |
protected AbstractMeta abstractMeta
protected ExecutionConfiguration configuration
protected TableView wVariables
protected boolean retval
protected org.eclipse.swt.widgets.Shell shell
protected PropsUI props
protected org.eclipse.swt.widgets.Button wGatherMetrics
protected org.eclipse.swt.widgets.Label wlLogLevel
protected org.eclipse.swt.widgets.Group gDetails
protected org.eclipse.swt.custom.CCombo wLogLevel
protected org.eclipse.swt.widgets.Button wSafeMode
protected org.eclipse.swt.widgets.Button wClearLog
protected org.eclipse.swt.widgets.Label wlRemoteHost
protected org.eclipse.swt.custom.CCombo wRemoteHost
protected org.eclipse.swt.widgets.Button wPassExport
protected org.eclipse.swt.widgets.Composite localOptionsComposite
protected org.eclipse.swt.widgets.Composite serverOptionsComposite
protected org.eclipse.swt.widgets.Label environmentSeparator
protected org.eclipse.swt.custom.StackLayout stackedLayout
protected int margin
protected org.eclipse.swt.widgets.Group gLocal
protected org.eclipse.swt.widgets.Composite composite
protected org.eclipse.swt.widgets.Composite cRunConfiguration
protected org.eclipse.swt.custom.CCombo wRunConfiguration
protected org.eclipse.swt.layout.FormData fdDetails
public ConfigurationDialog(org.eclipse.swt.widgets.Shell parent, ExecutionConfiguration configuration, AbstractMeta meta)
protected void getInfoVariables()
protected void getInfoParameters()
protected void ok()
protected void cancel()
public abstract void getInfo()
protected void getParamsData()
public void setConfiguration(ExecutionConfiguration configuration)
configuration
- the configuration to setprotected void mainLayout(Class<?> PKG, String prefix, org.eclipse.swt.graphics.Image img)
protected void buttonsSectionLayout(Class<?> PKG, String prefix, String docTitle, String docUrl, String docHeader)
protected void openDialog()
protected void runConfigurationSectionLayout(Class<?> PKG, String prefix)
protected abstract void optionsSectionControls()
Copyright © 2019 Hitachi Vantara. All rights reserved.