Uses of Class
org.pentaho.di.ui.core.PropsUI
Package
Description
All classes for the 'create database' wizard
This package contains the classes needed by Spoon.
-
Uses of PropsUI in org.pentaho.di.core.vfs.connections.ui.dialog
-
Uses of PropsUI in org.pentaho.di.ui.core
Modifier and TypeMethodDescriptionstatic ComboVar
WidgetUtils.createFieldDropDown
(org.eclipse.swt.widgets.Composite parentComposite, PropsUI props, org.pentaho.di.trans.step.BaseStepMeta stepMeta, org.eclipse.swt.layout.FormData formData) creates a ComboVar populated with fields from the previous step. -
Uses of PropsUI in org.pentaho.di.ui.core.database.wizard
Modifier and TypeMethodDescriptionorg.pentaho.di.core.database.DatabaseMeta
CreateDatabaseWizard.createAndRunDatabaseWizard
(org.eclipse.swt.widgets.Shell shell, PropsUI props, List<org.pentaho.di.core.database.DatabaseMeta> databases) Shows a wizard that creates a new database connection...org.eclipse.jface.wizard.WizardPage
WizardPageFactory.createWizardPage
(PropsUI props, org.pentaho.di.core.database.DatabaseMeta info) ModifierConstructorDescriptionCreateDatabaseWizardPage1
(String arg, PropsUI props, org.pentaho.di.core.database.DatabaseMeta databaseMeta, List<org.pentaho.di.core.database.DatabaseMeta> databases) CreateDatabaseWizardPage2
(String arg, PropsUI props, org.pentaho.di.core.database.DatabaseMeta info) CreateDatabaseWizardPageGeneric
(String arg, PropsUI props, org.pentaho.di.core.database.DatabaseMeta info) CreateDatabaseWizardPageInformix
(String arg, PropsUI props, org.pentaho.di.core.database.DatabaseMeta info) CreateDatabaseWizardPageJDBC
(String arg, PropsUI props, org.pentaho.di.core.database.DatabaseMeta info) CreateDatabaseWizardPageOCI
(String arg, PropsUI props, org.pentaho.di.core.database.DatabaseMeta info) CreateDatabaseWizardPageODBC
(String arg, PropsUI props, org.pentaho.di.core.database.DatabaseMeta info) CreateDatabaseWizardPageOracle
(String arg, PropsUI props, org.pentaho.di.core.database.DatabaseMeta info) -
Uses of PropsUI in org.pentaho.di.ui.core.dialog
Modifier and TypeFieldDescriptionprotected PropsUI
BaseDialog.props
protected PropsUI
ConfigurationDialog.props
ModifierConstructorDescriptionEnterNumberDialog
(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 insteadEnterPasswordDialog
(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 -
Uses of PropsUI in org.pentaho.di.ui.core.widget
Modifier and TypeMethodDescriptionstatic LabeledControl
LabeledControl.labeledControl
(org.eclipse.swt.widgets.Composite parentComp, String labelText, org.eclipse.swt.widgets.Control control, int controlWidth, PropsUI props) ModifierConstructorDescriptionAuthComposite
(org.eclipse.swt.widgets.Composite composite, int style, PropsUI props, org.eclipse.swt.events.ModifyListener lsMod, org.pentaho.di.trans.TransMeta transMeta, String credentialGroupName, String usernameLabel, String passwordLabel) CheckBoxTableCombo
(org.eclipse.swt.widgets.Composite parentComposite, PropsUI props, org.eclipse.swt.events.ModifyListener lsMod, org.pentaho.di.trans.TransMeta transMeta, Map<String, String> dataMap, String buttonName, String tableName, String columnOneName, String columnTwoName, boolean isEnabled) 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<org.pentaho.di.core.gui.TextFileInputFieldInterface> fields) TableView
(org.pentaho.di.core.variables.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
(org.pentaho.di.core.variables.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
(org.pentaho.di.core.variables.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
(org.pentaho.di.core.variables.VariableSpace space, org.eclipse.swt.widgets.Composite parent, int style, ColumnInfo[] columnInfo, int nrRows, org.eclipse.swt.events.ModifyListener lsm, PropsUI pr) -
Uses of PropsUI in org.pentaho.di.ui.job.entry
-
Uses of PropsUI in org.pentaho.di.ui.spoon
-
Uses of PropsUI in org.pentaho.di.ui.spoon.dialog
ModifierConstructorDescriptionLogSettingsDialog
(org.eclipse.swt.widgets.Shell par, int style, PropsUI pr) -
Uses of PropsUI in org.pentaho.di.ui.spoon.job
-
Uses of PropsUI in org.pentaho.di.ui.spoon.wizards
ModifierConstructorDescriptionCopyTableWizardPage1
(String arg, PropsUI props, List<org.pentaho.di.core.database.DatabaseMeta> databases) Deprecated.RipDatabaseWizardPage1
(String arg, PropsUI props, List<org.pentaho.di.core.database.DatabaseMeta> databases) Deprecated. -
Uses of PropsUI in org.pentaho.di.ui.trans.step
-
Uses of PropsUI in org.pentaho.di.ui.trans.steps.fileinput.text
ModifierConstructorDescriptionTextFileImportWizardPage1
(String arg, PropsUI props, List<String> rows, Vector<org.pentaho.di.core.gui.TextFileInputFieldInterface> fields) TextFileImportWizardPage2
(String arg, PropsUI props, List<String> rows, Vector<org.pentaho.di.core.gui.TextFileInputFieldInterface> fields) -
Uses of PropsUI in org.pentaho.di.ui.trans.steps.fixedinput
ModifierConstructorDescriptionFixedFileImportWizardPage1
(String arg, PropsUI props, List<String> rows, List<org.pentaho.di.trans.steps.fixedinput.FixedFileInputField> fields) FixedFileImportWizardPage2
(String arg, PropsUI props, List<String> rows, List<org.pentaho.di.trans.steps.fixedinput.FixedFileInputField> fields) FixedTableDraw
(org.eclipse.swt.widgets.Composite parent, PropsUI props, org.eclipse.jface.wizard.WizardPage wPage, List<org.pentaho.di.trans.steps.fixedinput.FixedFileInputField> fields) -
Uses of PropsUI in org.pentaho.di.ui.trans.steps.textfileinput
ModifierConstructorDescriptionTextFileImportWizardPage1
(String arg, PropsUI props, List<String> rows, Vector<org.pentaho.di.core.gui.TextFileInputFieldInterface> fields) Deprecated.TextFileImportWizardPage2
(String arg, PropsUI props, List<String> rows, Vector<org.pentaho.di.core.gui.TextFileInputFieldInterface> fields) Deprecated.