Uses of Class
org.eclipse.swt.custom.StyledTextEvent
Packages that use StyledTextEvent
-
Uses of StyledTextEvent in org.eclipse.swt.custom
Methods in org.eclipse.swt.custom that return StyledTextEventModifier and TypeMethodDescription(package private) StyledTextEventStyledText.getBidiSegments(int lineOffset, String line) (package private) StyledTextEventStyledText.getLineBackgroundData(int lineOffset, String line) Returns the line background data for the given line or null if there is none.(package private) StyledTextEventStyledText.getLineStyleData(int lineOffset, String line) Returns the line style data for the given line or null if there is none.(package private) StyledTextEventStyledText.sendLineEvent(int eventType, int lineOffset, String line) Returns a StyledTextEvent that can be used to request data such as styles and background color for a line.Methods in org.eclipse.swt.custom with parameters of type StyledTextEventModifier and TypeMethodDescription(package private) voidDefaultContent.sendTextEvent(StyledTextEvent event) Sends the text listeners the TextChanged event.Constructors in org.eclipse.swt.custom with parameters of type StyledTextEventModifierConstructorDescription(package private)(package private)Constructs a new instance of this class based on the information in the given event.Constructs a new instance of this class based on the information in the given event.Constructs a new instance of this class based on the information in the given event.Constructs a new instance of this class based on the information in the given event.Constructs a new instance of this class based on the information in the given event.(package private)TextChangingEvent(StyledTextContent source, StyledTextEvent e)