Uses of Interface
dsto.dfc.swing.table.DfcTableModel

Packages that use DfcTableModel
dsto.dfc.swing.styles   
dsto.dfc.swing.table Extension of the Swing table framework to support advanced (add, remove, copy, paste etc) table models and provide several extensions to the JTable component. 
 

Uses of DfcTableModel in dsto.dfc.swing.styles
 

Classes in dsto.dfc.swing.styles that implement DfcTableModel
 class StyleSheetTableModel
          Adapts a StyleSheet to the JFC TableModel interface.
 

Uses of DfcTableModel in dsto.dfc.swing.table
 

Classes in dsto.dfc.swing.table that implement DfcTableModel
 class AbstractDfcTableModel
          Base class for implementations of DfcTableModel.
 class DefaultDfcTableModel
          Fully dynamic implementation of DfcTableModel backed by ArrayList's.
 class MapTableModel
          Present a java.util.Map as a Swing TableModel with two columns ("Property" and "Value").
 class ProxyTableModel
          Generic base class for a table model that act as a proxy for another table model.
 class SortedTableModel
          Presents a DfcTableModel in sorted order.
 

Fields in dsto.dfc.swing.table declared as DfcTableModel
protected  DfcTableModel ProxyTableModel.model
           
 

Methods in dsto.dfc.swing.table that return DfcTableModel
 DfcTableModel DfcTable.getDfcTableModel()
           
 DfcTableModel ProxyTableModel.getSubModel()
           
 

Methods in dsto.dfc.swing.table with parameters of type DfcTableModel
protected  int CmdMoveRow.getNextRow(DfcTableModel model, int row)
           
 

Constructors in dsto.dfc.swing.table with parameters of type DfcTableModel
ProxyTableModel(DfcTableModel model)
           
SortedTableModel(DfcTableModel model)
           
 



Copyright © 2008 Commonwealth of Australia