Uses of Class
org.pentaho.di.ui.core.PropsUI
-
Packages that use PropsUI Package Description org.pentaho.di.core.vfs.connections.ui.dialog org.pentaho.di.ui.core org.pentaho.di.ui.core.database.wizard All classes for the 'create database' wizardorg.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 -
-
Uses of PropsUI in org.pentaho.di.core.vfs.connections.ui.dialog
Methods in org.pentaho.di.core.vfs.connections.ui.dialog that return PropsUI Modifier and Type Method Description PropsUI
VFSDetailsCompositeHelper. getProps()
Constructors in org.pentaho.di.core.vfs.connections.ui.dialog with parameters of type PropsUI Constructor Description VFSDetailsCompositeHelper(Class<?> messageClass, PropsUI props)
-
Uses of PropsUI in org.pentaho.di.ui.core
Methods in org.pentaho.di.ui.core that return PropsUI Modifier and Type Method Description static PropsUI
PropsUI. getInstance()
Methods in org.pentaho.di.ui.core with parameters of type PropsUI Modifier and Type Method Description static 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 PropsUI Modifier and Type Method Description org.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 PropsUI Constructor Description CreateDatabaseWizardPage1(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 PropsUI Modifier and Type Field Description protected PropsUI
BaseDialog. props
protected PropsUI
ConfigurationDialog. props
Constructors in org.pentaho.di.ui.core.dialog with parameters of type PropsUI Constructor 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 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 PropsUI Modifier and Type Method Description static LabeledControl
LabeledControl. labeledControl(org.eclipse.swt.widgets.Composite parentComp, String labelText, org.eclipse.swt.widgets.Control control, int controlWidth, PropsUI props)
WidgetBuilder<T>
WidgetBuilder. props(PropsUI props)
TopicSelection.Builder
TopicSelection.Builder. setProps(PropsUI props)
Constructors in org.pentaho.di.ui.core.widget with parameters of type PropsUI Constructor Description AuthComposite(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)
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<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)
Templates(PropsUI props, org.pentaho.di.core.variables.VariableSpace space)
-
Uses of PropsUI in org.pentaho.di.ui.job.entry
Fields in org.pentaho.di.ui.job.entry declared as PropsUI Modifier and Type Field Description protected PropsUI
JobEntryDialog. props
A reference to the properties user interface -
Uses of PropsUI in org.pentaho.di.ui.spoon
Fields in org.pentaho.di.ui.spoon declared as PropsUI Modifier and Type Field Description PropsUI
Spoon. props
Methods in org.pentaho.di.ui.spoon that return PropsUI Modifier and Type Method Description PropsUI
Spoon. getProperties()
-
Uses of PropsUI in org.pentaho.di.ui.spoon.dialog
Constructors in org.pentaho.di.ui.spoon.dialog with parameters of type PropsUI Constructor Description LogSettingsDialog(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 Modifier and Type Field Description protected PropsUI
JobGraph. props
-
Uses of PropsUI in org.pentaho.di.ui.spoon.wizards
Constructors in org.pentaho.di.ui.spoon.wizards with parameters of type PropsUI Constructor Description CopyTableWizardPage1(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 Modifier and Type Field Description protected PropsUI
BaseStepDialog. props
The UI properties.protected PropsUI
BaseStepXulDialog. props
-
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 PropsUI Constructor Description TextFileImportWizardPage1(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 PropsUI Constructor Description FixedFileImportWizardPage1(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 PropsUI Constructor Description TextFileImportWizardPage1(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.
-