public class TextPaneSelectionAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.TextPaneSelectionListener
Constructor and Description |
---|
TextPaneSelectionAdapter() |
Modifier and Type | Method and Description |
---|---|
CallableWithArgs<Void> |
getSelectionChanged() |
void |
selectionChanged(org.apache.pivot.wtk.TextPane arg0,
int arg1,
int arg2) |
void |
setSelectionChanged(CallableWithArgs<Void> selectionChanged) |
public CallableWithArgs<Void> getSelectionChanged()
public void setSelectionChanged(CallableWithArgs<Void> selectionChanged)
public void selectionChanged(org.apache.pivot.wtk.TextPane arg0, int arg1, int arg2)
selectionChanged
in interface org.apache.pivot.wtk.TextPaneSelectionListener