Uses of Interface
org.eclipse.swt.custom.LineBackgroundListener
-
Packages that use LineBackgroundListener Package Description org.eclipse.swt.custom -
-
Uses of LineBackgroundListener in org.eclipse.swt.custom
Methods in org.eclipse.swt.custom with parameters of type LineBackgroundListener Modifier and Type Method Description void
StyledText. addLineBackgroundListener(LineBackgroundListener listener)
Adds a line background listener.void
StyledText. removeLineBackgroundListener(LineBackgroundListener listener)
Removes the specified line background listener.
-