Package | Description |
---|---|
org.pentaho.di.ui.core | |
org.pentaho.di.ui.core.database.wizard |
All classes for the 'create database' wizard
|
org.pentaho.di.ui.core.dialog | |
org.pentaho.di.ui.core.widget | |
org.pentaho.di.ui.job.entry | |
org.pentaho.di.ui.spoon |
This package contains the classes needed by Spoon.
|
org.pentaho.di.ui.spoon.dialog | |
org.pentaho.di.ui.spoon.job | |
org.pentaho.di.ui.spoon.wizards | |
org.pentaho.di.ui.trans.step | |
org.pentaho.di.ui.trans.steps.fileinput.text | |
org.pentaho.di.ui.trans.steps.fixedinput | |
org.pentaho.di.ui.trans.steps.textfileinput |
Modifier and Type | Method and Description |
---|---|
static PropsUI |
PropsUI.getInstance() |
Modifier and Type | Method and Description |
---|---|
static ComboVar |
WidgetUtils.createFieldDropDown(org.eclipse.swt.widgets.Composite parentComposite,
PropsUI props,
BaseStepMeta stepMeta,
org.eclipse.swt.layout.FormData formData)
creates a ComboVar populated with fields from the previous step.
|
Modifier and Type | Method and Description |
---|---|
DatabaseMeta |
CreateDatabaseWizard.createAndRunDatabaseWizard(org.eclipse.swt.widgets.Shell shell,
PropsUI props,
List<DatabaseMeta> databases)
Shows a wizard that creates a new database connection...
|
org.eclipse.jface.wizard.WizardPage |
WizardPageFactory.createWizardPage(PropsUI props,
DatabaseMeta info) |
Constructor and Description |
---|
CreateDatabaseWizardPage1(String arg,
PropsUI props,
DatabaseMeta databaseMeta,
List<DatabaseMeta> databases) |
CreateDatabaseWizardPage2(String arg,
PropsUI props,
DatabaseMeta info) |
CreateDatabaseWizardPageGeneric(String arg,
PropsUI props,
DatabaseMeta info) |
CreateDatabaseWizardPageInformix(String arg,
PropsUI props,
DatabaseMeta info) |
CreateDatabaseWizardPageJDBC(String arg,
PropsUI props,
DatabaseMeta info) |
CreateDatabaseWizardPageOCI(String arg,
PropsUI props,
DatabaseMeta info) |
CreateDatabaseWizardPageODBC(String arg,
PropsUI props,
DatabaseMeta info) |
CreateDatabaseWizardPageOracle(String arg,
PropsUI props,
DatabaseMeta info) |
Modifier and Type | Field and Description |
---|---|
protected PropsUI |
BaseDialog.props |
protected PropsUI |
ConfigurationDialog.props |
Constructor and Description |
---|
EnterNumberDialog(org.eclipse.swt.widgets.Shell parent,
PropsUI props,
int samples,
String shellText,
String lineText)
Deprecated.
Use the CT without the Props parameter (at 2nd position)
|
EnterOptionsDialog(org.eclipse.swt.widgets.Shell parent,
PropsUI props)
Deprecated.
Use CT without props parameter instead
|
EnterPasswordDialog(org.eclipse.swt.widgets.Shell parent,
PropsUI props,
String title,
String message,
String description)
Deprecated.
Use CT without the props parameter (at 2nd position)
|
EnterSelectionDialog(org.eclipse.swt.widgets.Shell parent,
PropsUI props,
String[] choices,
String shellText,
String lineText)
Deprecated.
Use CT without props parameter
|
Modifier and Type | Method and Description |
---|---|
static LabeledControl |
LabeledControl.labeledControl(org.eclipse.swt.widgets.Composite parentComp,
String labelText,
org.eclipse.swt.widgets.Control control,
int controlWidth,
PropsUI props) |
TopicSelection.Builder |
TopicSelection.Builder.setProps(PropsUI props) |
Constructor and Description |
---|
AuthComposite(org.eclipse.swt.widgets.Composite composite,
int style,
PropsUI props,
org.eclipse.swt.events.ModifyListener lsMod,
TransMeta transMeta,
String credentialGroupName,
String usernameLabel,
String passwordLabel) |
CheckBoxTableCombo(org.eclipse.swt.widgets.Composite parentComposite,
PropsUI props,
org.eclipse.swt.events.ModifyListener lsMod,
TransMeta transMeta,
Map<String,String> dataMap,
String buttonName,
String tableName,
String columnOneName,
String columnTwoName,
boolean isEnabled) |
RadioTab(org.eclipse.swt.widgets.Composite composite,
int i,
String title,
PropsUI props) |
Series(org.eclipse.swt.widgets.Composite parent,
org.eclipse.swt.widgets.Control prevControl,
List<String> labelTexts,
List<org.eclipse.swt.widgets.Control> controls,
List<Integer> controlWidths,
PropsUI props)
Creates a series of LabeledControls, managing vertical layout between each.
|
TableDraw(org.eclipse.swt.widgets.Composite parent,
PropsUI props,
org.eclipse.jface.wizard.WizardPage wPage,
Vector<TextFileInputFieldInterface> fields) |
TableView(VariableSpace space,
org.eclipse.swt.widgets.Composite parent,
int style,
ColumnInfo[] columnInfo,
int nrRows,
boolean readOnly,
org.eclipse.swt.events.ModifyListener lsm,
PropsUI pr) |
TableView(VariableSpace space,
org.eclipse.swt.widgets.Composite parent,
int style,
ColumnInfo[] columnInfo,
int nrRows,
boolean readOnly,
org.eclipse.swt.events.ModifyListener lsm,
PropsUI pr,
boolean addIndexColumn) |
TableView(VariableSpace space,
org.eclipse.swt.widgets.Composite parent,
int style,
ColumnInfo[] columnInfo,
int nrRows,
boolean readOnly,
org.eclipse.swt.events.ModifyListener lsm,
PropsUI pr,
boolean addIndexColumn,
org.eclipse.swt.widgets.Listener lsnr) |
TableView(VariableSpace space,
org.eclipse.swt.widgets.Composite parent,
int style,
ColumnInfo[] columnInfo,
int nrRows,
org.eclipse.swt.events.ModifyListener lsm,
PropsUI pr) |
Modifier and Type | Field and Description |
---|---|
protected PropsUI |
JobEntryDialog.props
A reference to the properties user interface
|
Modifier and Type | Field and Description |
---|---|
PropsUI |
Spoon.props |
Modifier and Type | Method and Description |
---|---|
PropsUI |
Spoon.getProperties() |
Constructor and Description |
---|
LogSettingsDialog(org.eclipse.swt.widgets.Shell par,
int style,
PropsUI pr) |
Modifier and Type | Field and Description |
---|---|
protected PropsUI |
JobGraph.props |
Constructor and Description |
---|
CopyTableWizardPage1(String arg,
PropsUI props,
List<DatabaseMeta> databases)
Deprecated.
|
RipDatabaseWizardPage1(String arg,
PropsUI props,
List<DatabaseMeta> databases)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected PropsUI |
BaseStepDialog.props
The UI properties.
|
protected PropsUI |
BaseStepXulDialog.props |
Constructor and Description |
---|
TextFileImportWizardPage1(String arg,
PropsUI props,
List<String> rows,
Vector<TextFileInputFieldInterface> fields) |
TextFileImportWizardPage2(String arg,
PropsUI props,
List<String> rows,
Vector<TextFileInputFieldInterface> fields) |
Constructor and Description |
---|
FixedFileImportWizardPage1(String arg,
PropsUI props,
List<String> rows,
List<FixedFileInputField> fields) |
FixedFileImportWizardPage2(String arg,
PropsUI props,
List<String> rows,
List<FixedFileInputField> fields) |
FixedTableDraw(org.eclipse.swt.widgets.Composite parent,
PropsUI props,
org.eclipse.jface.wizard.WizardPage wPage,
List<FixedFileInputField> fields) |
Constructor and Description |
---|
TextFileImportWizardPage1(String arg,
PropsUI props,
List<String> rows,
Vector<TextFileInputFieldInterface> fields)
Deprecated.
|
TextFileImportWizardPage2(String arg,
PropsUI props,
List<String> rows,
Vector<TextFileInputFieldInterface> fields)
Deprecated.
|
Copyright © 2019 Hitachi Vantara. All rights reserved.