Uses of Class
com.metamatrix.toolbox.ui.widget.TableWidget

Packages that use TableWidget
com.metamatrix.console.ui.util   
com.metamatrix.console.ui.views.deploy.util   
com.metamatrix.console.ui.views.entitlements   
com.metamatrix.console.ui.views.queries   
com.metamatrix.console.ui.views.syslog   
com.metamatrix.console.ui.views.vdb   
com.metamatrix.toolbox.ui.widget   
com.metamatrix.toolbox.ui.widget.menu   
com.metamatrix.toolbox.ui.widget.table   
 

Uses of TableWidget in com.metamatrix.console.ui.util
 

Methods in com.metamatrix.console.ui.util with parameters of type TableWidget
static ColumnSortInfo[] ColumnSortInfo.getTableColumnSortInfo(TableWidget table)
           
static void ColumnSortInfo.setColumnSortOrder(ColumnSortInfo[] csi, TableWidget table)
           
 

Uses of TableWidget in com.metamatrix.console.ui.views.deploy.util
 

Methods in com.metamatrix.console.ui.views.deploy.util with parameters of type TableWidget
static DefaultTableModel DeployPkgUtils.setup(TableWidget theTable, java.lang.String[] theHeaders, int theVisibleRows, int[] theEditableColumns)
           
 

Uses of TableWidget in com.metamatrix.console.ui.views.entitlements
 

Subclasses of TableWidget in com.metamatrix.console.ui.views.entitlements
 class EntitlementsTable
           
 

Uses of TableWidget in com.metamatrix.console.ui.views.queries
 

Methods in com.metamatrix.console.ui.views.queries that return TableWidget
 TableWidget QueryRequestPanel.getQueryTable()
           
 

Uses of TableWidget in com.metamatrix.console.ui.views.syslog
 

Methods in com.metamatrix.console.ui.views.syslog with parameters of type TableWidget
static DefaultTableModel SysLogUtils.setup(TableWidget theTable, java.lang.String[] theHeaders, int theVisibleRows, int[] theEditableColumns)
           
 

Uses of TableWidget in com.metamatrix.console.ui.views.vdb
 

Subclasses of TableWidget in com.metamatrix.console.ui.views.vdb
 class NewVDBWizardModelVisibilityTable
          NOTE-- despite the name of NewVDBWizardModelVisibilityTable, this table has been expanded to include a column on Multiple Source, a boolean indicator as to whether or not the model is a multiple-source model.
 class VDBConnectorBindingAssignmentModelTable
           
 

Uses of TableWidget in com.metamatrix.toolbox.ui.widget
 

Subclasses of TableWidget in com.metamatrix.toolbox.ui.widget
 class DirectoryEntryTable
          This class is intended to be used everywhere within the application that a table needs to be displayed.
 class PropertiedObjectArrayTable
          This class is intended to be used everywhere within the application that a table needs to be displayed.
 class TreeNodeTableWidget
           
 

Uses of TableWidget in com.metamatrix.toolbox.ui.widget.menu
 

Methods in com.metamatrix.toolbox.ui.widget.menu with parameters of type TableWidget
protected  javax.swing.JPopupMenu DefaultPopupMenuFactory.createTablePopupMenu(TableWidget table)
           
 

Uses of TableWidget in com.metamatrix.toolbox.ui.widget.table
 

Methods in com.metamatrix.toolbox.ui.widget.table that return TableWidget
protected  TableWidget AbstractTableOptionPanel.getTable()
           
 TableWidget TableHeaderButton.getTableWidget()
           
 

Methods in com.metamatrix.toolbox.ui.widget.table with parameters of type TableWidget
 void TableHeaderButton.setTableWidget(TableWidget table)
           
 

Constructors in com.metamatrix.toolbox.ui.widget.table with parameters of type TableWidget
AbstractTableFilterOptionPanel(TableWidget table)
           
AbstractTableOptionPanel(TableWidget table)
           
TableHideOptionPanel(TableWidget table)
           
TableReorderOptionPanel(TableWidget table)
           
TableSortOptionPanel(TableWidget table)
           
 



Copyright © 2009. All Rights Reserved.