Package | Description |
---|---|
net.sf.cuf.model.ui |
This package contains various bi-directional adapters from a ValueModel to Swing widgets.
|
Modifier and Type | Method and Description |
---|---|
TableFilterPlugin |
TableSelectionModel.getTableFilterPlugin()
Getter for TableFilterPlugin
|
TableFilterPlugin |
MultiSelectionTableModelAdapter.getTableFilterPlugin()
Getter for TableFilterPlugin
|
TableFilterPlugin |
ListTableMapper.getTableFilterPlugin()
Getter for TableFilterPlugin
|
Constructor and Description |
---|
ListTableMapper(JTable pTable,
SelectionInList pValueModel,
List<ListTableMapper.Mapping> pMapping,
boolean pSortable,
int pColumnForInitialSorting,
TableFilterPlugin pTableFilterPlugin)
Create a new adaption object between a JTable and a SelectionInList value model.
|
MultiSelectionTableModelAdapter(JTable pTable,
MultiSelectionInList pValueModel,
List<ListTableMapper.Mapping> pMapping,
boolean pSortable,
int pColumnForInitialSorting,
TableFilterPlugin pTableFilterPlugin)
Create a new adaption object between a JTable and a
MultiSelectionInList 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.