Uses of Class
org.eclipse.swt.custom.Bullet
Packages that use Bullet
-
Uses of Bullet in org.eclipse.swt.custom
Fields in org.eclipse.swt.custom declared as BulletModifier and TypeFieldDescriptionLineStyleEvent.bullet
line bullet (output)PaintObjectEvent.bullet
the BulletMethods in org.eclipse.swt.custom that return BulletModifier and TypeMethodDescriptionStyledText.getLineBullet
(int index) Returns the bullet of the line at the given index.Methods in org.eclipse.swt.custom with parameters of type BulletModifier and TypeMethodDescriptionvoid
StyledText.setLineBullet
(int startLine, int lineCount, Bullet bullet) Sets the bullet of the specified lines.