Uses of Interface
fr.ifremer.isisfish.ui.widget.filter.Acceptor

Packages that use Acceptor
fr.ifremer.isisfish.ui.widget.filter   
 

Uses of Acceptor in fr.ifremer.isisfish.ui.widget.filter
 

Subinterfaces of Acceptor in fr.ifremer.isisfish.ui.widget.filter
 interface FilterAcceptor<M,T>
          Class representing an Acceptor and ValueGetter for object of type M and parameter of type T

 

Classes in fr.ifremer.isisfish.ui.widget.filter that implement Acceptor
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)

 

Fields in fr.ifremer.isisfish.ui.widget.filter declared as Acceptor
protected  Acceptor<T> CompositeFilterAcceptor.acceptor
          delegate Acceptor
 

Fields in fr.ifremer.isisfish.ui.widget.filter with type parameters of type Acceptor
protected static java.util.Map<java.lang.Integer,Acceptor<?>> AcceptorFactory.cache
          cache of simple acceptors indexed by their klazz hashcode
 

Methods in fr.ifremer.isisfish.ui.widget.filter that return Acceptor
static
<T> Acceptor<T>
AcceptorFactory.getAcceptor(java.lang.Class<T> klazz)
          Obtain a acceptor from caceh via his klazz key
 

Methods in fr.ifremer.isisfish.ui.widget.filter that return types with arguments of type Acceptor
protected static java.util.Map<java.lang.Integer,Acceptor<?>> AcceptorFactory.getCache()
           
 

Constructors in fr.ifremer.isisfish.ui.widget.filter with parameters of type Acceptor
CompositeFilterAcceptor(Acceptor<T> acceptor, ValueGetter<M,T> getter)
           
 



Copyright © 1999-2010 CodeLutin. All Rights Reserved.