Groovy Documentation

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

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

public class TextPaneCharacterAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure charactersInserted

private Closure charactersRemoved

 
Constructor Summary
TextPaneCharacterAdapter()

 
Method Summary
void charactersInserted(org.apache.pivot.wtk.TextPane arg0, int arg1, int arg2)

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

Closure getCharactersInserted()

Closure getCharactersRemoved()

void setCharactersInserted(Closure charactersInserted)

void setCharactersRemoved(Closure charactersRemoved)

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

Field Detail

charactersInserted

private Closure charactersInserted


charactersRemoved

private Closure charactersRemoved


 
Constructor Detail

TextPaneCharacterAdapter

TextPaneCharacterAdapter()


 
Method Detail

charactersInserted

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


charactersRemoved

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


getCharactersInserted

public Closure getCharactersInserted()


getCharactersRemoved

public Closure getCharactersRemoved()


setCharactersInserted

public void setCharactersInserted(Closure charactersInserted)


setCharactersRemoved

public void setCharactersRemoved(Closure charactersRemoved)


 

Groovy Documentation