Uses of Class
de.jaret.util.ui.table.model.AbstractColumn

Packages that use AbstractColumn
de.jaret.util.ui.table.model This package contains the model and model listeners for the jaret table. 
de.jaret.util.ui.table.model.simple This package contains a very simple table model for instant usage. 
 

Uses of AbstractColumn in de.jaret.util.ui.table.model
 

Subclasses of AbstractColumn in de.jaret.util.ui.table.model
 class HierarchyColumn
          Dummy column for placement of the hierarchy.
 class IndexColumn
          A simple column displaying the row index.
 class PropCol
          Column implementation for the jaret table using reflection (getPropName, setPropName) to retrieve the column value.
 

Uses of AbstractColumn in de.jaret.util.ui.table.model.simple
 

Subclasses of AbstractColumn in de.jaret.util.ui.table.model.simple
 class SimpleColumn
          Simple implementation of a column for use in the SimpleJaretTableModel.
 



Copyright © 2012. All Rights Reserved.