Groovy Documentation

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

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

public class TextPaneSelectionAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure selectionChanged

 
Constructor Summary
TextPaneSelectionAdapter()

 
Method Summary
Closure getSelectionChanged()

void selectionChanged(org.apache.pivot.wtk.TextPane arg0, int arg1, int arg2)

void setSelectionChanged(Closure selectionChanged)

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

Field Detail

selectionChanged

private Closure selectionChanged


 
Constructor Detail

TextPaneSelectionAdapter

TextPaneSelectionAdapter()


 
Method Detail

getSelectionChanged

public Closure getSelectionChanged()


selectionChanged

public void selectionChanged(org.apache.pivot.wtk.TextPane arg0, int arg1, int arg2)


setSelectionChanged

public void setSelectionChanged(Closure selectionChanged)


 

Groovy Documentation