Uses of Class
org.pentaho.di.ui.core.widget.ColumnInfo
Package
Description
-
Uses of ColumnInfo in org.pentaho.di.ui.core.dialog
Modifier and TypeMethodDescriptionprotected ColumnInfo[]
PropertiesComboDialog.createColumns()
protected ColumnInfo[]
PropertiesDialog.createColumns()
-
Uses of ColumnInfo in org.pentaho.di.ui.core.widget
Modifier and TypeMethodDescriptionTableView.getColumns()
Returns copy of columns array in order to prevent unintented modifications.TableView.getNumberColumn()
Modifier and TypeMethodDescriptionvoid
TableView.setColumnInfo
(int idx, ColumnInfo col) void
TableView.setNumberColumn
(ColumnInfo numberColumn) ModifierConstructorDescriptionTableView
(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 ColumnInfo in org.pentaho.di.ui.job.entries.copyfiles
Modifier and TypeMethodDescriptionprotected void
JobEntryCopyFilesDialog.setComboValues
(ColumnInfo colInfo)