|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyChangeable | |
---|---|
com.iparelan.util.beans | Iparelan JavaBean Utilities This file is part of Virtual Team Tools. Copyright © 2008, Iparelan Solutions, LLC. |
Uses of PropertyChangeable in com.iparelan.util.beans |
---|
Classes in com.iparelan.util.beans with type parameters of type PropertyChangeable | |
---|---|
private static class |
BeanTools.PropertyChangeableProxyInvocationHandler<T extends PropertyChangeable>
An InvocationHandler bound to a proxied bean. |
Classes in com.iparelan.util.beans that implement PropertyChangeable | |
---|---|
class |
PropertyChangeableDecorator
Decorates a PropertyChangeable forwarding
all method invocations to the wrapped instance. |
class |
PropertyChangeSupport
An alternative to PropertyChangeSupport with these enhancements:
It guarantees that registered listeners do not strongly refer to observed beans (see the reference
to the book "Hardcore Java" in the "See Also" section below). |
Fields in com.iparelan.util.beans declared as PropertyChangeable | |
---|---|
private PropertyChangeable |
PropertyChangeableDecorator.delegate
Decorated PropertyChangeable . |
private T |
BeanTools.PropertyChangeableProxyInvocationHandler.proxiedBean
|
Methods in com.iparelan.util.beans with type parameters of type PropertyChangeable | ||
---|---|---|
static
|
BeanTools.newPropertyChangeableProxy(T bean,
PropertyChangeSupportFactory pcsFactory)
Produces a dynamic proxy for a PropertyChangeable that intercepts PropertyChangeable method invocations and forwards them to a proxy
PropertyChangeSupport . |
Constructors in com.iparelan.util.beans with parameters of type PropertyChangeable | |
---|---|
PropertyChangeableDecorator(PropertyChangeable delegate)
Creates a PropertyChangeableDecorator . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |