Uses of Interface
net.coderazzi.filters.gui.CustomChoiceDecorator

Packages that use CustomChoiceDecorator
net.coderazzi.filters.gui   
 

Uses of CustomChoiceDecorator in net.coderazzi.filters.gui
 

Classes in net.coderazzi.filters.gui that implement CustomChoiceDecorator
static class CustomChoiceDecorator.DefaultDecorator
          Default decorator, delegating always to the associated methods on the CustomChoice instances.
 

Fields in net.coderazzi.filters.gui with type parameters of type CustomChoiceDecorator
static Class<? extends CustomChoiceDecorator> FilterSettings.customChoiceDecoratorClass
          The class defining the generic IParserModel
It must have a default constructor.
It corresponds to the property ParserModel.class
 

Methods in net.coderazzi.filters.gui that return CustomChoiceDecorator
 CustomChoiceDecorator TableFilterHeader.getCustomChoiceDecorator()
          Returns the CustomChoiceDecorator instance.
 CustomChoiceDecorator Look.getCustomChoiceDecorator()
           
static CustomChoiceDecorator FilterSettings.newCustomChoiceDecorator()
          Creates a CustomChoiceDecorator as defined by default.
 

Methods in net.coderazzi.filters.gui with parameters of type CustomChoiceDecorator
 void TableFilterHeader.setCustomChoiceDecorator(CustomChoiceDecorator decorator)
          Sets the CustomChoiceDecorator instance.
 



Copyright © 2011 coderazzi. All Rights Reserved.