Package com.ibm.jdg2e.swt.snippets.text

Example SWT snippets from eclipse.org.

See:
          Description

Class Summary
Snippet11 Text example snippet: set the selection (i-beam).
Snippet116 Text example snippet: stop CR from going to the default button.
Snippet117 Text example snippet: add a select all menu item to the control.
Snippet12 Text example snippet: set the selection (start, end).
Snippet121 Text example snippet: prompt for a password (set the echo character).
Snippet145 TextLayout example snippet: draw internationalized styled text on a shell.
Snippet179 Text example snippet: verify input (format for date).
Snippet189 Text with underline and strike through.
Snippet19 Text example snippet: verify input (only allow digits).
Snippet191 Detect when the user scrolls a text control.
Snippet196 Text example snippet: use a regular expression to verify input.
Snippet197 Draw wrapped text using TextLayout.
Snippet198 Create a path from some text.
Snippet204 TextLayout example snippet: using the rise field of a TextStyle.
Snippet205 TextLayout example snippet: using the GlyphMetrics to embedded images in a TextLayout.
Snippet210 Dragging text in a StyledText widget.
Snippet211 SWT StyledText snippet: use rise and font with StyleRange.
Snippet212 StyledText snippet: embed images.
Snippet213 SWT StyledText snippet: use indent, alignment and justify.
Snippet217 StyledText snippet: embed controls.
Snippet218 SWT StyledText snippet: use gradient background.
Snippet22 Text example snippet: select all the text in the control.
Snippet222 example snippet: StyledText bulleted list example.
Snippet24 example snippet: detect CR in a text or combo control (default selection).
Snippet241 Text snippet: Override Tab behavior to traverse out of a Text.
Snippet243 Text snippet: type in one text, output to another.
Snippet244 StyledText snippet: Draw a box around text.
Snippet247 Control example snippet: allow a multi-line text to process the default button.
Snippet55 Text example snippet: resize a text control (show about 10 characters).
 

Package com.ibm.jdg2e.swt.snippets.text Description

Example SWT snippets from eclipse.org.