Eclipse Platform
Release 3.2

Uses of Class
org.eclipse.swt.custom.Bullet

Packages that use Bullet
org.eclipse.swt.custom SWT Custom widgets.  
 

Uses of Bullet in org.eclipse.swt.custom
 

Fields in org.eclipse.swt.custom declared as Bullet
 Bullet PaintObjectEvent.bullet
          the Bullet
 Bullet LineStyleEvent.bullet
          line bullet (output)
 

Methods in org.eclipse.swt.custom that return Bullet
 Bullet StyledText.getLineBullet(int index)
          Returns the bullet of the line at the given index.
 

Methods in org.eclipse.swt.custom with parameters of type Bullet
 void StyledText.setLineBullet(int startLine, int lineCount, Bullet bullet)
          Sets the bullet of the specified lines.
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.