|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropsUI | |
---|---|
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.spoon | This package contains the classes needed by Spoon. |
org.pentaho.di.ui.spoon.dialog | |
org.pentaho.di.ui.spoon.wizards | |
org.pentaho.di.ui.trans.steps.fixedinput | |
org.pentaho.di.ui.trans.steps.textfileinput |
Uses of PropsUI in org.pentaho.di.ui.core |
---|
Methods in org.pentaho.di.ui.core that return PropsUI | |
---|---|
static PropsUI |
PropsUI.getInstance()
|
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 | |
---|---|
DatabaseMeta |
CreateDatabaseWizard.createAndRunDatabaseWizard(Shell shell,
PropsUI props,
List<DatabaseMeta> databases)
Shows a wizard that creates a new database connection... |
Constructors in org.pentaho.di.ui.core.database.wizard with parameters of type PropsUI | |
---|---|
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)
|
|
CreateDatabaseWizardPageSAPR3(String arg,
PropsUI props,
DatabaseMeta info)
|
Uses of PropsUI in org.pentaho.di.ui.core.dialog |
---|
Constructors in org.pentaho.di.ui.core.dialog with parameters of type PropsUI | |
---|---|
EnterListDialog(Shell parent,
int style,
LogWriter log,
PropsUI props,
String[] input)
Deprecated. Use CT without log and props parameter |
|
EnterNumberDialog(Shell parent,
PropsUI props,
int samples,
String shellText,
String lineText)
Deprecated. Use the CT without the Props parameter (at 2nd position) |
|
EnterOptionsDialog(Shell parent,
PropsUI props)
Deprecated. Use CT without props parameter instead |
|
EnterPasswordDialog(Shell parent,
PropsUI props,
String title,
String message,
String description)
Deprecated. Use CT without the props parameter (at 2nd position) |
|
EnterSelectionDialog(Shell parent,
PropsUI props,
String[] choices,
String shellText,
String lineText)
Deprecated. Use CT without props parameter |
|
SQLStatementsDialog(Shell parent,
VariableSpace space,
int style,
LogWriter log,
PropsUI props,
List<SQLStatement> stats)
Deprecated. Use CT without props parameter |
Uses of PropsUI in org.pentaho.di.ui.core.widget |
---|
Constructors in org.pentaho.di.ui.core.widget with parameters of type PropsUI | |
---|---|
TableDraw(Composite parent,
PropsUI props,
WizardPage wPage,
Vector<TextFileInputFieldInterface> fields)
|
|
TableView(VariableSpace space,
Composite parent,
int style,
ColumnInfo[] columnInfo,
int nrRows,
boolean readOnly,
ModifyListener lsm,
PropsUI pr)
|
|
TableView(VariableSpace space,
Composite parent,
int style,
ColumnInfo[] columnInfo,
int nrRows,
ModifyListener lsm,
PropsUI pr)
|
Uses of PropsUI in org.pentaho.di.ui.spoon |
---|
Fields in org.pentaho.di.ui.spoon declared as PropsUI | |
---|---|
PropsUI |
Spoon.props
|
Methods in org.pentaho.di.ui.spoon that return PropsUI | |
---|---|
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 | |
---|---|
LogSettingsDialog(Shell par,
int style,
PropsUI pr)
|
|
PreviewSelectDialog(Shell parent,
int style,
LogWriter l,
PropsUI props,
TransMeta tr)
|
|
ShowDemoDialog(Shell parent,
PropsUI pr,
Image img)
|
Uses of PropsUI in org.pentaho.di.ui.spoon.wizards |
---|
Constructors in org.pentaho.di.ui.spoon.wizards with parameters of type PropsUI | |
---|---|
CopyTableWizardPage1(String arg,
PropsUI props,
List<DatabaseMeta> databases)
Deprecated. |
|
CopyTableWizardPage2(String arg,
LogWriter log,
PropsUI props)
Deprecated. |
|
CopyTableWizardPage3(String arg,
LogWriter log,
PropsUI props,
Repository rep)
Deprecated. |
|
RipDatabaseWizardPage1(String arg,
PropsUI props,
List<DatabaseMeta> databases)
Deprecated. |
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 | |
---|---|
FixedFileImportWizardPage1(String arg,
PropsUI props,
List<String> rows,
List<FixedFileInputField> fields)
|
|
FixedFileImportWizardPage2(String arg,
PropsUI props,
List<String> rows,
List<FixedFileInputField> fields)
|
|
FixedTableDraw(Composite parent,
PropsUI props,
WizardPage wPage,
List<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 | |
---|---|
TextFileImportWizardPage1(String arg,
PropsUI props,
List<String> rows,
Vector<TextFileInputFieldInterface> fields)
|
|
TextFileImportWizardPage2(String arg,
PropsUI props,
List<String> rows,
Vector<TextFileInputFieldInterface> fields)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |