Package | Description |
---|---|
org.eclipse.swt.custom |
SWT Custom widgets.
|
org.eclipse.swt.graphics |
SWT graphics classes.
|
Modifier and Type | Class and Description |
---|---|
class |
StyleRange |
Modifier and Type | Method and Description |
---|---|
TextStyle |
TextLayout.getStyle(int offset)
Gets the style of the receiver at the specified character offset.
|
TextStyle[] |
TextLayout.getStyles()
Gets all styles of the receiver.
|
Modifier and Type | Method and Description |
---|---|
void |
TextLayout.setStyle(TextStyle style,
int start,
int end)
Sets the style of the receiver for the specified range.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.