Package | Description |
---|---|
net.sf.cuf.debug |
The debug library provides various debugging utilities for CUF.
It is still in development and subject to change. |
net.sf.cuf.model |
This package and its sub-packages contains a Java port of the "original" MVC Framework (Smalltalk ValueModel).
|
net.sf.cuf.model.converter |
This package contains various classes that can be used in a ValueModel chain as value converters.
|
net.sf.cuf.model.ui |
This package contains various bi-directional adapters from a ValueModel to Swing widgets.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassNameAdapter |
class |
DoubleDelegateAccess |
Constructor and Description |
---|
DoubleDelegateAccess(DelegateAccess pDA1,
DelegateAccess pDA2) |
Modifier and Type | Class and Description |
---|---|
class |
AspectAdapter<T,S>
A AspectAdapter is a ValueModel that takes a part (=an aspect) of an
other object (called the source) as its value.
To detect changes of the aspect, the source must be the value of a ValueModel. |
class |
UnmodifiableValueHolder<T>
A ValueHolder object holds a value (any Object) determined
by the constructor.
|
class |
ValueHolder<T>
A ValueHolder object holds a value (any Object).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNumberStringConverter<T extends Number>
A base class for converters that take a Number as it's subject value and converting
it to an String as its own value.
|
class |
AbstractTypeConverter<OwnT,SubjectT>
The AbstractTypeConverter class provides common code for classes providing
the TypeConverter inferface.
|
class |
BigDecimalStringConverter
A BigDecimalStringConverter is taking a BigDecimal as it's subject value and converting
it to an String as its own value.
|
class |
Collection2ListConverter
Converts a
Collection to List using the default order of the
collection as provided by the iterator. |
class |
DoubleStringConverter
A DoubleStringConverter is taking a Double as it's subject value and converting
it to an String as its own value.
|
class |
FormatConverter<OwnT,SubjectT>
A FormatConverter uses the java.text.Format framework for doing
the type conversion.
|
class |
IntegerStringConverter
A IntegerStringConverter is taking an Long as it's subject value and converting
it to an String as its own value.
|
class |
ListFilterConverter<T>
|
class |
LongStringConverter
A LongStringConverter is taking an Long as it's subject value and converting
it to an String as its own value.
|
class |
RegExpConverter
A RegExpConverter uses a regular expression for a string-to-string conversion.
|
Modifier and Type | Method and Description |
---|---|
DelegateAccess |
ListTableMapper.Mapping.getValueModel() |
DelegateAccess |
ListTableMapper.Mapping.getValueModelForSorting() |
Modifier and Type | Method and Description |
---|---|
void |
ListTableMapper.Mapping.setValueModelForSorting(DelegateAccess pValueModelForSorting) |
Constructor and Description |
---|
FilteringListModelAdapter(JComboBox pComboBox,
SelectionInList pSil,
DelegateAccess pDelegateAccess)
Creates a new adapter between a combo box and a SelectionInList value model.
|
FilteringListModelAdapter(JComboBox pComboBox,
SelectionInList pSil,
DelegateAccess pDelegateAccess,
boolean pDeleteInvalidFilterAfterFocusLost)
Creates a new adapter between a combo box and a SelectionInList value model.
|
ListModelAdapter(JComboBox pComboBox,
SelectionInList<?> pListValueModel,
DelegateAccess pAccessValueModel)
Creates a new adapter between a SelectionInList ValueModel
and a JComboBox.
|
ListModelAdapter(JList pList,
SelectionInList<?> pListValueModel,
DelegateAccess pAccessValueModel)
Creates a new adapter between a SelectionInList ValueModel
and a JList.
|
ListTableMapper.Mapping(String pColumnTitle,
Class pColumnClass,
DelegateAccess pValueModel) |
ListTableMapper.Mapping(String pColumnTitle,
String pColumnAlignment,
Class pColumnClass,
DelegateAccess pValueModel) |
ListTableMapper.Mapping(String pColumnTitle,
String pColumnAlignment,
String pColumnPrefWidth,
Class pColumnClass,
DelegateAccess pValueModel,
DelegateAccess pValueModelForSorting,
boolean pSortable,
String pComparatorClassName) |
MultiSelectionListModelAdapter(JList pList,
MultiSelectionInList pListValueModel,
DelegateAccess pAccessValueModel)
Creates a new adapter between a MultiSelectionInList ValueModel
and a JList.
|
Copyright © 2017 Jürgen Zeller (privat). All rights reserved.