|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.pivot.support.adapters.ComponentDecoratorAdapter
public class ComponentDecoratorAdapter extends Object
| 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 |
|---|
private Closure decoratorInserted
private Closure decoratorUpdated
private Closure decoratorsRemoved
| Constructor Detail |
|---|
ComponentDecoratorAdapter()
| Method Detail |
|---|
public void decoratorInserted(org.apache.pivot.wtk.Component arg0, int arg1)
public void decoratorUpdated(org.apache.pivot.wtk.Component arg0, int arg1, org.apache.pivot.wtk.effects.Decorator arg2)
public void decoratorsRemoved(org.apache.pivot.wtk.Component arg0, int arg1, org.apache.pivot.collections.Sequence arg2)
public Closure getDecoratorInserted()
public Closure getDecoratorUpdated()
public Closure getDecoratorsRemoved()
public void setDecoratorInserted(Closure decoratorInserted)
public void setDecoratorUpdated(Closure decoratorUpdated)
public void setDecoratorsRemoved(Closure decoratorsRemoved)
Groovy Documentation