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.bulletline bullet (output)PaintObjectEvent.bulletthe Bullet(package private) BulletStyledTextEvent.bullet(package private) Bullet[]StyledTextRenderer.bulletsMethods in org.eclipse.swt.custom that return BulletModifier and TypeMethodDescriptionStyledText.getLineBullet(int index) Returns the bullet of the line at the given index.(package private) BulletStyledTextRenderer.getLineBullet(int index, Bullet defaultBullet) Methods in org.eclipse.swt.custom with parameters of type BulletModifier and TypeMethodDescription(package private) voidStyledTextRenderer.drawBullet(Bullet bullet, GC gc, int paintX, int paintY, int index, int lineAscent, int lineDescent) (package private) BulletStyledTextRenderer.getLineBullet(int index, Bullet defaultBullet) (package private) voidStyledText.paintObject(GC gc, int x, int y, int ascent, int descent, StyleRange style, Bullet bullet, int bulletIndex) voidStyledText.setLineBullet(int startLine, int lineCount, Bullet bullet) Sets the bullet of the specified lines.(package private) voidStyledTextRenderer.setLineBullet(int startLine, int count, Bullet bullet)