Groovy Documentation

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

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

public class BoxPaneAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure orientationChanged

 
Constructor Summary
BoxPaneAdapter()

 
Method Summary
Closure getOrientationChanged()

void orientationChanged(org.apache.pivot.wtk.BoxPane arg0)

void setOrientationChanged(Closure orientationChanged)

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

Field Detail

orientationChanged

private Closure orientationChanged


 
Constructor Detail

BoxPaneAdapter

BoxPaneAdapter()


 
Method Detail

getOrientationChanged

public Closure getOrientationChanged()


orientationChanged

public void orientationChanged(org.apache.pivot.wtk.BoxPane arg0)


setOrientationChanged

public void setOrientationChanged(Closure orientationChanged)


 

Groovy Documentation