| Package | Description |
|---|---|
| fr.ifremer.isisfish.ui.widget.filter |
| 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 |
|---|---|
static class |
AcceptorFactory.DoubleAcceptor
Double acceptor implementation
|
static class |
AcceptorFactory.FloatAcceptor
Float acceptor implementation
|
static class |
AcceptorFactory.LongAcceptor
Long acceptor implementation
|
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 Acceptor<T> |
CompositeFilterAcceptor.acceptor
delegate Acceptor
|
| Modifier and Type | Field and Description |
|---|---|
protected static Map<Integer,Acceptor<?>> |
AcceptorFactory.cache
cache of simple acceptors indexed by their klazz hashcode
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Acceptor<T> |
AcceptorFactory.getAcceptor(Class<T> klazz)
Obtain a acceptor from caceh via his klazz key
|
| Modifier and Type | Method and Description |
|---|---|
protected static Map<Integer,Acceptor<?>> |
AcceptorFactory.getCache() |
| Constructor and Description |
|---|
CompositeFilterAcceptor(Acceptor<T> acceptor,
ValueGetter<M,T> getter) |
Copyright © 1999-2013 CodeLutin. All Rights Reserved.