Uses of Interface
org.jurvis.swing.table.JvObjectTableModel

Packages that use JvObjectTableModel
org.jurvis.swing.explorer   
org.jurvis.swing.table   
 

Uses of JvObjectTableModel in org.jurvis.swing.explorer
 

Subinterfaces of JvObjectTableModel in org.jurvis.swing.explorer
 interface JvExplorerListDetailsModel
          The JvExplorerListDetailsModel interface specifies the methods JvExplorerListDetails will use to interrogate a data model containing the details of a particular node in a JvExplorer.
 

Uses of JvObjectTableModel in org.jurvis.swing.table
 

Classes in org.jurvis.swing.table that implement JvObjectTableModel
 class JvAbstractObjectTableModel
          A JvObjectTableModel is a TableModel in which each row is actually a single object (which implements JvObjectTableRow.
 class JvDefaultObjectTableModel
          A JvObjectTableModel is a TableModel in which each row is actually a single object (which implements JvObjectTableRow.
 class JvDefaultSortableTableModel
           
 class JvMappedObjectTableModel
          A JvMappedObjectTableModel is a TableModel in which each row is actually a single object and columns are determined via a specified JvMappedObjectTableModel.ColumnMapper.
 

Constructors in org.jurvis.swing.table with parameters of type JvObjectTableModel
JvObjectTable(JvObjectTableModel dataModel, TableColumnModel columnModel)
          Construct a JvObjectTable with the specified data and column models.
 



Copyright © 1999-2004 Neil W. Weber. All Rights Reserved.