Uses of Interface
org.eclipse.swt.custom.TextChangeListener
-
Packages that use TextChangeListener Package Description org.eclipse.swt.custom SWT Custom widgets. -
-
Uses of TextChangeListener in org.eclipse.swt.custom
Methods in org.eclipse.swt.custom with parameters of type TextChangeListener Modifier and Type Method Description voidStyledTextContent. addTextChangeListener(TextChangeListener listener)Called by StyledText to add itself as an Observer to content changes.voidStyledTextContent. removeTextChangeListener(TextChangeListener listener)Remove the specified text changed listener.
-