| Interface | Description |
|---|---|
| IAdapterFactory<ADAPTOR,ADAPTEE> | |
| ICallback<PARAM_TYPE> | |
| ICancelCallback | |
| IConverter<SOURCE_TYPE,DESTINATION_TYPE> | |
| IDecorator<T> | |
| IDisposeable | |
| IExceptionHandler | |
| IExceptionLogger | |
| IFactory<VALUE_TYPE> | |
| IFilter<VALUE_TYPE> | |
| IFunction<RESULT_TYPE,ARGUMENT_TYPE> | |
| IFutureValue<VALUE_TYPE> |
A value of a specific type that will be initialized later.
|
| IFutureValueCallback<VALUE_TYPE> | |
| IIterationCallback<ELEMENT_TYPE> | |
| IMutableValue<VALUE_TYPE> |
A value of a specific type that can mutate and the mutation can be observed.
|
| IMutableValueListener<VALUE_TYPE> | |
| IObservableValue<VALUE_TYPE> | |
| IObservableValueListener<VALUE_TYPE> | |
| IProvider<VALUE_TYPE> | |
| ITypedKey<VALUE_TYPE> | |
| ITypedProperties | |
| ITypedPropertiesBuilder | |
| IValueChangedEvent<VALUE_TYPE> |
| Class | Description |
|---|---|
| ArrayUtils | |
| Assert | |
| CancelCallback | |
| CollectionUtils | |
| DefaultExceptionHandler | |
| EmptyCheck | |
| EmptyCompatibleEquivalence | |
| Filter | |
| FilterComposite | |
| FutureValue<VALUE_TYPE> | |
| IdentityTransformationConverter<TYPE> | |
| IdentityTransformationDecorator<T> | |
| Interval<NUMBER_TYPE extends java.lang.Number> | |
| MandatoryObservableValue<VALUE_TYPE> |
Implements an observable value that never has null values.
|
| MutableValue<VALUE_TYPE> |
Implements the mutable value interface.
|
| NullCompatibleComparison | |
| NullCompatibleEquivalence | |
| NumberUtils | |
| ObservableBoolean | |
| ObservableValue<VALUE_TYPE> | |
| ObservableValueWrapper<VALUE_TYPE> | |
| StringUtils | |
| Tuple<FIRST_TYPE,SECOND_TYPE> | |
| TypeCast | |
| TypedKey<VALUE_TYPE> | |
| TypedProperties | |
| ValueHolder<VALUE_TYPE> |
Siehe auch Jowidgets Nutzerhandbuch