Groovy Documentation

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

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

public class ComponentStyleAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure styleUpdated

 
Constructor Summary
ComponentStyleAdapter()

 
Method Summary
Closure getStyleUpdated()

void setStyleUpdated(Closure styleUpdated)

void styleUpdated(org.apache.pivot.wtk.Component arg0, String arg1, Object arg2)

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

Field Detail

styleUpdated

private Closure styleUpdated


 
Constructor Detail

ComponentStyleAdapter

ComponentStyleAdapter()


 
Method Detail

getStyleUpdated

public Closure getStyleUpdated()


setStyleUpdated

public void setStyleUpdated(Closure styleUpdated)


styleUpdated

public void styleUpdated(org.apache.pivot.wtk.Component arg0, String arg1, Object arg2)


 

Groovy Documentation