Uses of Class
org.pentaho.di.ui.core.widget.ColumnInfo

Packages that use ColumnInfo
org.pentaho.di.ui.core.widget   
 

Uses of ColumnInfo in org.pentaho.di.ui.core.widget
 

Methods in org.pentaho.di.ui.core.widget that return ColumnInfo
 ColumnInfo TableView.getNumberColumn()
           
 

Methods in org.pentaho.di.ui.core.widget with parameters of type ColumnInfo
 void TableView.setColumnInfo(int idx, ColumnInfo col)
           
 void TableView.setNumberColumn(ColumnInfo numberColumn)
           
 

Constructors in org.pentaho.di.ui.core.widget with parameters of type ColumnInfo
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)