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