Mobile Tools for Java
Release 1.0

Uses of Class
org.eclipse.mtj.ui.viewers.TableColumnInfo

Packages that use TableColumnInfo
org.eclipse.mtj.ui.viewers This package provides the user interface functionality for using in viewers. 
 

Uses of TableColumnInfo in org.eclipse.mtj.ui.viewers
 

Methods in org.eclipse.mtj.ui.viewers that return TableColumnInfo
 TableColumnInfo[] TableViewerConfiguration.getColumnInfo()
           
 

Methods in org.eclipse.mtj.ui.viewers with parameters of type TableColumnInfo
 void TableViewerConfiguration.setColumnInfo(TableColumnInfo[] columnInfo)
           
 

Constructors in org.eclipse.mtj.ui.viewers with parameters of type TableColumnInfo
TableViewerConfiguration(IDialogSettings dialogSettings, int defaultTableWidth, TableColumnInfo[] columnInfo, int defaultSortColumn)
          Construct new viewer information with storage in the specified location.
 


Mobile Tools for Java
Release 1.0