| Package | Description | 
|---|---|
| net.sf.cuf.model.ui | 
 
This package contains various bi-directional adapters from a ValueModel to Swing widgets. 
 | 
| Constructor and Description | 
|---|
TableSelectionModel(JTable pTable,
                   SelectionInList pValueModel,
                   Class pListEntry,
                   List<TableSelectionModel.Mapping> pMapping)
Create a new adaption object between a JTable and a SelectionInList value model. 
 | 
TableSelectionModel(JTable pTable,
                   SelectionInList pValueModel,
                   Class pListEntry,
                   List<TableSelectionModel.Mapping> pMapping,
                   boolean pSortable)
Create a new adaption object between a JTable and a SelectionInList value model. 
 | 
TableSelectionModel(JTable pTable,
                   SelectionInList pValueModel,
                   Class pListEntry,
                   List<TableSelectionModel.Mapping> pMapping,
                   boolean pSortable,
                   TableFilterPlugin pTableFilterPlugin)
Create a new adaption object between a JTable and a SelectionInList value model. 
 | 
Copyright © 2017 Jürgen Zeller (privat). All rights reserved.