scratch.scott.registry
Class RegistryDecoratorSet

java.lang.Object
  extended by scratch.scott.registry.RegistryDecoratorSet

public class RegistryDecoratorSet
extends Object

Author:
Scott White

Constructor Summary
RegistryDecoratorSet()
           
 
Method Summary
 void addDecorator(Decorator decorator)
           
 void addDecoratorAsDefault(Decorator decorator)
           
 boolean containsDecorator(Decorator decorator)
           
 Set getDecorators()
           
 Decorator getDefaultDecorator()
           
 void setDefaultDecorator(Decorator decorator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryDecoratorSet

public RegistryDecoratorSet()
Method Detail

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)