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.namedcluster.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 |
Modifier and Type | Method and Description |
---|---|
static PropsUI |
PropsUI.getInstance() |
Modifier and Type | Method and 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...
|
Constructor and 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) |
CreateDatabaseWizardPageSAPR3(String arg,
PropsUI props,
org.pentaho.di.core.database.DatabaseMeta info) |
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
|
Constructor and Description |
---|
NamedClusterComposite(org.eclipse.swt.widgets.Composite parent,
org.pentaho.di.core.namedcluster.model.NamedCluster namedCluster,
PropsUI props) |
Constructor and Description |
---|
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,
org.eclipse.swt.events.ModifyListener lsm,
PropsUI pr) |
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) |
Constructor and 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.
|
Constructor and 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) |
Constructor and 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) |