Uses of Interface
edu.ucsb.nceas.morpho.util.ColumnSortableTableModel

Packages that use ColumnSortableTableModel
edu.ucsb.nceas.morpho.framework   
edu.ucsb.nceas.morpho.query   
edu.ucsb.nceas.morpho.util   
 

Uses of ColumnSortableTableModel in edu.ucsb.nceas.morpho.framework
 

Methods in edu.ucsb.nceas.morpho.framework that return ColumnSortableTableModel
 ColumnSortableTableModel QueryRefreshInterface.doOwnerQueryForCurrentUser(java.lang.String[] headName, java.lang.String deletedDocid)
          performs a local query to get the documents owned by the user, as identified by the current profile
 

Uses of ColumnSortableTableModel in edu.ucsb.nceas.morpho.query
 

Classes in edu.ucsb.nceas.morpho.query that implement ColumnSortableTableModel
 class HeadResultSet
          A HeadResultSet encapsulates the list of results returned from either a local query or a Metacat query, but only presents the most recent revision of a document as part of the Table Model.
 class ResultSet
          A ResultSet encapsulates the list of results returned from either a local query or a Metacat query.
 

Methods in edu.ucsb.nceas.morpho.query that return ColumnSortableTableModel
 ColumnSortableTableModel QueryPlugin.doOwnerQueryForCurrentUser(java.lang.String[] headNames, java.lang.String deletedDocid)
          performs a local query to get the documents owned by the user, as identified by the current profile
 

Constructors in edu.ucsb.nceas.morpho.query with parameters of type ColumnSortableTableModel
ToolTippedSortableJTable(ColumnSortableTableModel model)
          Constructor of ToolTippedSortableJTable
 

Uses of ColumnSortableTableModel in edu.ucsb.nceas.morpho.util
 

Methods in edu.ucsb.nceas.morpho.util with parameters of type ColumnSortableTableModel
 void SortableJTable.setModel(ColumnSortableTableModel model)
          Overwrite the setModel in Jtable
 void SortableJTable.resetModel(ColumnSortableTableModel model)
          Reset the table model in Jtable
 

Constructors in edu.ucsb.nceas.morpho.util with parameters of type ColumnSortableTableModel
SortableJTable(ColumnSortableTableModel model)
          Constructor of SortableJTable
 



Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.