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 voidStyledText. addLineBackgroundListener(LineBackgroundListener listener)Adds a line background listener.voidStyledText. removeLineBackgroundListener(LineBackgroundListener listener)Removes the specified line background listener.
-