Groovy Documentation

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

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

public class FillPaneAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure orientationChanged

 
Constructor Summary
FillPaneAdapter()

 
Method Summary
Closure getOrientationChanged()

void orientationChanged(org.apache.pivot.wtk.FillPane 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

FillPaneAdapter

FillPaneAdapter()


 
Method Detail

getOrientationChanged

public Closure getOrientationChanged()


orientationChanged

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


setOrientationChanged

public void setOrientationChanged(Closure orientationChanged)


 

Groovy Documentation