Groovy Documentation

griffon.pivot.support.adapters
[Java] Class ComponentDecoratorAdapter

java.lang.Object
  griffon.pivot.support.adapters.ComponentDecoratorAdapter
All Implemented Interfaces:
org.apache.pivot.wtk.ComponentDecoratorListener, GriffonPivotAdapter

public class ComponentDecoratorAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure decoratorInserted

private Closure decoratorUpdated

private Closure decoratorsRemoved

 
Constructor Summary
ComponentDecoratorAdapter()

 
Method Summary
void decoratorInserted(org.apache.pivot.wtk.Component arg0, int arg1)

void decoratorUpdated(org.apache.pivot.wtk.Component arg0, int arg1, org.apache.pivot.wtk.effects.Decorator arg2)

void decoratorsRemoved(org.apache.pivot.wtk.Component arg0, int arg1, org.apache.pivot.collections.Sequence arg2)

Closure getDecoratorInserted()

Closure getDecoratorUpdated()

Closure getDecoratorsRemoved()

void setDecoratorInserted(Closure decoratorInserted)

void setDecoratorUpdated(Closure decoratorUpdated)

void setDecoratorsRemoved(Closure decoratorsRemoved)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

decoratorInserted

private Closure decoratorInserted


decoratorUpdated

private Closure decoratorUpdated


decoratorsRemoved

private Closure decoratorsRemoved


 
Constructor Detail

ComponentDecoratorAdapter

ComponentDecoratorAdapter()


 
Method Detail

decoratorInserted

public void decoratorInserted(org.apache.pivot.wtk.Component arg0, int arg1)


decoratorUpdated

public void decoratorUpdated(org.apache.pivot.wtk.Component arg0, int arg1, org.apache.pivot.wtk.effects.Decorator arg2)


decoratorsRemoved

public void decoratorsRemoved(org.apache.pivot.wtk.Component arg0, int arg1, org.apache.pivot.collections.Sequence arg2)


getDecoratorInserted

public Closure getDecoratorInserted()


getDecoratorUpdated

public Closure getDecoratorUpdated()


getDecoratorsRemoved

public Closure getDecoratorsRemoved()


setDecoratorInserted

public void setDecoratorInserted(Closure decoratorInserted)


setDecoratorUpdated

public void setDecoratorUpdated(Closure decoratorUpdated)


setDecoratorsRemoved

public void setDecoratorsRemoved(Closure decoratorsRemoved)


 

Groovy Documentation