public class ComponentDecoratorAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.ComponentDecoratorListener
Constructor and Description |
---|
ComponentDecoratorAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
decoratorInserted(org.apache.pivot.wtk.Component arg0,
int arg1) |
void |
decoratorsRemoved(org.apache.pivot.wtk.Component arg0,
int arg1,
org.apache.pivot.collections.Sequence<org.apache.pivot.wtk.effects.Decorator> arg2) |
void |
decoratorUpdated(org.apache.pivot.wtk.Component arg0,
int arg1,
org.apache.pivot.wtk.effects.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(org.apache.pivot.wtk.Component arg0, int arg1)
decoratorInserted
in interface org.apache.pivot.wtk.ComponentDecoratorListener
public void decoratorUpdated(org.apache.pivot.wtk.Component arg0, int arg1, org.apache.pivot.wtk.effects.Decorator arg2)
decoratorUpdated
in interface org.apache.pivot.wtk.ComponentDecoratorListener
public void decoratorsRemoved(org.apache.pivot.wtk.Component arg0, int arg1, org.apache.pivot.collections.Sequence<org.apache.pivot.wtk.effects.Decorator> arg2)
decoratorsRemoved
in interface org.apache.pivot.wtk.ComponentDecoratorListener