Uses of Interface
org.eclipse.swt.custom.TextChangeListener
Packages that use TextChangeListener
-
Uses of TextChangeListener in org.eclipse.help.ui.internal
Methods in org.eclipse.help.ui.internal with parameters of type TextChangeListenerModifier and TypeMethodDescriptionvoidStyledLineWrapper.addTextChangeListener(TextChangeListener l) voidStyledLineWrapper.removeTextChangeListener(TextChangeListener arg0) -
Uses of TextChangeListener in org.eclipse.swt.custom
Methods in org.eclipse.swt.custom with parameters of type TextChangeListenerModifier and TypeMethodDescriptionvoidStyledTextContent.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.