public class ComponentDecoratorAdapter extends Object implements GriffonPivotAdapter, ComponentDecoratorListener
ComponentDecoratorListener.Adapter| Constructor and Description | 
|---|
ComponentDecoratorAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
decoratorInserted(Component arg0,
                 int arg1)  | 
void | 
decoratorsRemoved(Component arg0,
                 int arg1,
                 Sequence<Decorator> arg2)  | 
void | 
decoratorUpdated(Component arg0,
                int arg1,
                Decorator arg2)  | 
CallableWithArgs<Void> | 
getDecoratorInserted()  | 
CallableWithArgs<Void> | 
getDecoratorsRemoved()  | 
CallableWithArgs<Void> | 
getDecoratorUpdated()  | 
void | 
setDecoratorInserted(CallableWithArgs<Void> decoratorInserted)  | 
void | 
setDecoratorsRemoved(CallableWithArgs<Void> decoratorsRemoved)  | 
void | 
setDecoratorUpdated(CallableWithArgs<Void> decoratorUpdated)  | 
public CallableWithArgs<Void> getDecoratorInserted()
public CallableWithArgs<Void> getDecoratorUpdated()
public CallableWithArgs<Void> getDecoratorsRemoved()
public void setDecoratorInserted(CallableWithArgs<Void> decoratorInserted)
public void setDecoratorUpdated(CallableWithArgs<Void> decoratorUpdated)
public void setDecoratorsRemoved(CallableWithArgs<Void> decoratorsRemoved)
public void decoratorInserted(Component arg0, int arg1)
decoratorInserted in interface ComponentDecoratorListenerpublic void decoratorUpdated(Component arg0, int arg1, Decorator arg2)
decoratorUpdated in interface ComponentDecoratorListenerpublic void decoratorsRemoved(Component arg0, int arg1, Sequence<Decorator> arg2)
decoratorsRemoved in interface ComponentDecoratorListener