Groovy Documentation

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

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

public class BorderAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure contentChanged

private Closure titleChanged

 
Constructor Summary
BorderAdapter()

 
Method Summary
void contentChanged(org.apache.pivot.wtk.Border arg0, org.apache.pivot.wtk.Component arg1)

Closure getContentChanged()

Closure getTitleChanged()

void setContentChanged(Closure contentChanged)

void setTitleChanged(Closure titleChanged)

void titleChanged(org.apache.pivot.wtk.Border arg0, String arg1)

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

Field Detail

contentChanged

private Closure contentChanged


titleChanged

private Closure titleChanged


 
Constructor Detail

BorderAdapter

BorderAdapter()


 
Method Detail

contentChanged

public void contentChanged(org.apache.pivot.wtk.Border arg0, org.apache.pivot.wtk.Component arg1)


getContentChanged

public Closure getContentChanged()


getTitleChanged

public Closure getTitleChanged()


setContentChanged

public void setContentChanged(Closure contentChanged)


setTitleChanged

public void setTitleChanged(Closure titleChanged)


titleChanged

public void titleChanged(org.apache.pivot.wtk.Border arg0, String arg1)


 

Groovy Documentation