Uses of Class
org.pentaho.di.ui.core.PropsUI
Packages that use 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
Methods in org.pentaho.di.core.vfs.connections.ui.dialog that return PropsUIConstructors in org.pentaho.di.core.vfs.connections.ui.dialog with parameters of type PropsUI -
Uses of PropsUI in org.pentaho.di.ui.core
Methods in org.pentaho.di.ui.core that return PropsUIMethods in org.pentaho.di.ui.core with parameters of type PropsUIModifier 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
Methods in org.pentaho.di.ui.core.database.wizard with parameters of type PropsUIModifier 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) Constructors in org.pentaho.di.ui.core.database.wizard with parameters of type PropsUIModifierConstructorDescriptionCreateDatabaseWizardPage1
(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
Fields in org.pentaho.di.ui.core.dialog declared as PropsUIModifier and TypeFieldDescriptionprotected PropsUI
BaseDialog.props
protected PropsUI
ConfigurationDialog.props
Constructors in org.pentaho.di.ui.core.dialog with parameters of type PropsUIModifierConstructorDescriptionEnterNumberDialog
(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
Methods in org.pentaho.di.ui.core.widget with parameters of type PropsUIModifier and TypeMethodDescriptionstatic LabeledControl
LabeledControl.labeledControl
(org.eclipse.swt.widgets.Composite parentComp, String labelText, org.eclipse.swt.widgets.Control control, int controlWidth, PropsUI props) Constructors in org.pentaho.di.ui.core.widget with parameters of type PropsUIModifierConstructorDescriptionAuthComposite
(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
Fields in org.pentaho.di.ui.job.entry declared as PropsUI -
Uses of PropsUI in org.pentaho.di.ui.spoon
Fields in org.pentaho.di.ui.spoon declared as PropsUIMethods in org.pentaho.di.ui.spoon that return PropsUI -
Uses of PropsUI in org.pentaho.di.ui.spoon.dialog
Constructors in org.pentaho.di.ui.spoon.dialog with parameters of type PropsUIModifierConstructorDescriptionLogSettingsDialog
(org.eclipse.swt.widgets.Shell par, int style, PropsUI pr) -
Uses of PropsUI in org.pentaho.di.ui.spoon.job
Fields in org.pentaho.di.ui.spoon.job declared as PropsUI -
Uses of PropsUI in org.pentaho.di.ui.spoon.wizards
Constructors in org.pentaho.di.ui.spoon.wizards with parameters of type PropsUIModifierConstructorDescriptionCopyTableWizardPage1
(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
Fields in org.pentaho.di.ui.trans.step declared as PropsUI -
Uses of PropsUI in org.pentaho.di.ui.trans.steps.fileinput.text
Constructors in org.pentaho.di.ui.trans.steps.fileinput.text with parameters of type PropsUIModifierConstructorDescriptionTextFileImportWizardPage1
(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
Constructors in org.pentaho.di.ui.trans.steps.fixedinput with parameters of type PropsUIModifierConstructorDescriptionFixedFileImportWizardPage1
(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
Constructors in org.pentaho.di.ui.trans.steps.textfileinput with parameters of type PropsUIModifierConstructorDescriptionTextFileImportWizardPage1
(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.