| Package | Description |
|---|---|
| fr.ifremer.isisfish.simulator | |
| fr.ifremer.isisfish.ui.widget.filter |
| Modifier and Type | Class and Description |
|---|---|
class |
SimulationMeta
This enum represents all properties on which we can perform search.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FilterAcceptor<M,T>
Class representing an Acceptor and ValueGetter for object of
type
M and parameter of type T
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeFilterAcceptor<M,T>
this class is a concrete implementation of
FilterAcceptor
with an internal Acceptor (delegate Acceptor operations),
and an internal ValueGetter (delegate ValueGetter operations)
|
| Modifier and Type | Field and Description |
|---|---|
protected ValueGetter<M,T> |
CompositeFilterAcceptor.getter
delegate ValueGetter
|
| Modifier and Type | Method and Description |
|---|---|
static <M,T> FilterAcceptor<M,T> |
AcceptorFactory.createCompositeFilterAcceptor(Class<T> klazz,
ValueGetter<M,T> getter)
Obtain a new instance of a CompositeFilterAcceptor using as delegate
Acceptor a simple one in cache
|
| Constructor and Description |
|---|
CompositeFilterAcceptor(Acceptor<T> acceptor,
ValueGetter<M,T> getter) |
CompositeFilterAcceptor(Class<T> klazz,
ValueGetter<M,T> getter) |
FilterParamModel(String paramKey,
Class<T> type,
ValueGetter<M,T> valueGetter) |
Copyright © 1999-2012 CodeLutin. All Rights Reserved.