| Package | Description |
|---|---|
| org.pentaho.di.ui.core.widget | |
| org.pentaho.di.ui.job.entries.copyfiles |
| Modifier and Type | Method and Description |
|---|---|
ColumnInfo[] |
TableView.getColumns()
Returns copy of columns array in order to prevent unintented modifications.
|
ColumnInfo |
TableView.getNumberColumn() |
| Modifier and Type | Method and Description |
|---|---|
void |
TableView.setColumnInfo(int idx,
ColumnInfo col) |
void |
TableView.setNumberColumn(ColumnInfo numberColumn) |
| Constructor and Description |
|---|
TableView(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(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(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(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 | Method and Description |
|---|---|
protected void |
JobEntryCopyFilesDialog.setComboValues(ColumnInfo colInfo) |
Copyright © 2019 Hitachi Vantara. All rights reserved.