See: Description
Interface | Description |
---|---|
IndexConverter |
IndexConverter for sorted tables (using NewTableSorter), to synchronize
the model index with the view index, see
ListTableMapperBase . |
Class | Description |
---|---|
ButtonModelAdapter |
A ButtonModelAdapter connects the state of a ValueModel to the
selection state of a ButtonModel.
|
ColumnAlignmentRenderer |
Renderer for the column alignment in tables.
|
ComboBoxModelAdapter |
A ComboBoxModelAdapter connects a model of a JComboBox to a ValueModel
holding an Integer with the index for the selected combobox item.
|
DocumentAdapter |
A DocumentAdapter connects the document of a Swing text widget
to the value of a ValueModel.
|
FilteringListModelAdapter |
Adapter class for the combo box widget.
|
LabelAdapter |
A LabelAdapter connects the value of a ValueModel to the
text a JLabel.
|
ListModelAdapter |
A ListModelAdapter connects a model of a JList or a JComboBox to a SelectionInList
ValueModel, the index for the selected list item is the index in the list/combobox.
|
ListTableMapper |
This class maps the content of List of a SelectionInList ValueModel to a
JTable TableModel and ListSelectionModel.
Each entry in the list of the SelectionInList ValueModel describes a row, all entries are assumed to be objects from the same class/interface. |
ListTableMapper.Mapping |
Small helper class to describe the attribut/column mapping.
|
ListTableMapperBase<T> |
ListTableMapperBase contains the common code of TableSelectionModel and ListTableMapper.
|
ListTableMapperBase.IdentityIndexConverter |
Small helper class that provides a model index = view index mapping.
|
LOVAdapter |
A LOVAdapter connects a model of a JList, a JComboBox or a JRadioBox ButtonGroup
to various ValueModels holding the display, the data and the selection value(s).
|
LOVCellEditor |
This cell editor supports list-of-values mapping for a
JComboBox, and is usefull if the domain object differs
from the displayed item in the combobox.
|
MultiSelectionListModelAdapter |
A MultiSelectionListModelAdapter connects a model of a JList to a MultiSelectionInList
ValueModel.
|
MultiSelectionTableModelAdapter |
This class maps the content of List of a
MultiSelectionInList ValueModel to a
JTable TableModel and ListSelectionModel.This is the multi selection version of the ListTableMapper . |
NewTableSorter |
NewTableSorter is a decorator for TableModels; adding sorting
functionality to a supplied TableModel.
|
RadioButtonAdapter |
A RadioButtonAdapter connects a number of radio button
models to a ValueModel holding an Integer with the index
for the radio button list.
|
SpinnerModelAdapter |
A SpinnerModelAdapter connects the value of a ValueModel to the
value of a SpinnerModel.
|
TableSelectionModel |
This class maps the content of List of a SelectionInList ValueModel to a
JTable TableModel and ListSelectionModel.
Each entry in the list describes a row, all entries are assumed to be objects from the same class/interface. |
TableSelectionModel.Mapping |
Small helper class to describe the attribut/column mapping.
|
ToolTipAdapter |
A ToolTipAdapter connects the value of a ValueModel to the
tooltip text a JComponent.
|
This package contains various bi-directional adapters from a ValueModel to Swing widgets.
Copyright © 2017 Jürgen Zeller (privat). All rights reserved.