|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Decorator | |
---|---|
net.sf.echobinding.binding | Provides the context and adapter classes. |
net.sf.echobinding.decorator | Provides the interface and default implementation(s) for decorating bound property values. |
Uses of Decorator in net.sf.echobinding.binding |
---|
Methods in net.sf.echobinding.binding that return Decorator | |
---|---|
Decorator |
PropertyAdapter.getDecorator()
Returns the decorator. |
Decorator |
AbstractPropertyAdapter.getDecorator()
|
Decorator |
BindingContext.getDecorator(java.lang.String id)
Returns the decorator for the specified binding id. |
Decorator |
AbstractBindingContext.getDecorator(java.lang.String id)
|
Methods in net.sf.echobinding.binding with parameters of type Decorator | |
---|---|
PropertyAdapter |
PropertyAdapter.setDecorator(Decorator decorator)
Sets the decorator for this adapter. |
PropertyAdapter |
AbstractPropertyAdapter.setDecorator(Decorator decorator)
|
Uses of Decorator in net.sf.echobinding.decorator |
---|
Classes in net.sf.echobinding.decorator that implement Decorator | |
---|---|
class |
DefaultDecorator
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |