Uses of Class
org.eclipse.swt.widgets.Caret
Packages that use Caret
Package
Description
SWT Custom widgets.
SWT widget public API classes.
-
Uses of Caret in org.eclipse.swt.custom
Methods in org.eclipse.swt.custom with parameters of type CaretModifier and TypeMethodDescriptionvoidSets the receiver's caret.Method parameters in org.eclipse.swt.custom with type arguments of type CaretModifier and TypeMethodDescriptionstatic voidStyledText.updateAndRefreshCarets(StyledText styledText, Consumer<Caret> caretUpdater) The method accepts a StyledText and a callback which takes all the carets of the StyledText as the argument and executes it. -
Uses of Caret in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets that return CaretMethods in org.eclipse.swt.widgets with parameters of type CaretModifier and TypeMethodDescriptionvoidSets the receiver's caret.static voidCaret.win32_setHeight(Caret caret, int height) IMPORTANT: This method is not part of the public API for Image.