Uses of Class
com.iparelan.util.annotations.patterns.Decorator

Packages that use Decorator
com.iparelan.util Iparelan Utilities
This file is part of Virtual Team Tools.
Copyright © 2008, Iparelan Solutions, LLC. 
com.iparelan.util.beans Iparelan JavaBean Utilities
This file is part of Virtual Team Tools.
Copyright © 2008, Iparelan Solutions, LLC. 
 

Uses of Decorator in com.iparelan.util
 

Classes in com.iparelan.util with annotations of type Decorator
 class WeakHashSet<T>
          A type-safe alternative to HashSet that guarantees that objects in the set are not excluded from garbage collection because they are elements of the set.
 

Uses of Decorator in com.iparelan.util.beans
 

Classes in com.iparelan.util.beans with annotations of type Decorator
 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).
 class PropertyFireableDecorator
          Decorates a PropertyFireable forwarding all method invocations to the wrapped instance.
 



Copyright © 2008 Iparelan Solutions, LLC. All rights reserved.