scratch.scott.registry
Class RegistryDecoratorSet
java.lang.Object
scratch.scott.registry.RegistryDecoratorSet
public class RegistryDecoratorSet
- extends Object
- Author:
- Scott White
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegistryDecoratorSet
public RegistryDecoratorSet()
addDecoratorAsDefault
public void addDecoratorAsDefault(Decorator decorator)
addDecorator
public void addDecorator(Decorator decorator)
containsDecorator
public boolean containsDecorator(Decorator decorator)
getDefaultDecorator
public Decorator getDefaultDecorator()
getDecorators
public Set getDecorators()
setDefaultDecorator
public void setDefaultDecorator(Decorator decorator)