-
Notifications
You must be signed in to change notification settings - Fork 99
TitledSeparator
Wim Jongman edited this page Nov 26, 2024
·
1 revision
An enhanced separator, with a title and/or an image.
The titled separator is composed of a text and optionally an image, initialized by the methods setText() and setImage().
You can change the alignment of the text (left, center, right) by using the method setAlignment(int value) with the following values : SWT.RIGHT, SWT.CENTER and SWT.LEFT.
Finally, you can change the foreground color, the background color and the font by using the setters setForeground(), setBackground() and setFont().
An example called TitledSeparatorSnippet.java is located in the plugin org.eclipse.nebula.widgets.opal.titledseparator.snippets.
This example is also available here : TitledSeparatorSnippet.java