forked from eclipse-archived/reddeer
-
Notifications
You must be signed in to change notification settings - Fork 1
StyledText
mlabuda edited this page Feb 18, 2014
·
2 revisions
- StyledText
- DefaultStyledText

Look up a styled text with index 0
StyledText styledText = new StyledText(0);Look up a styled text with text "This is a styled text"
StyledText styledText = new StyledText("This is a styled text");Get text value of styled text
String text = styledText.getText();Get tool tip text of styled text
String tooltip = styledText.getToolTipText();Set text to "Some styled text"
styledText.setText("Some styled text");Insert styled text "More styled text" to line 2 and column 1
styledText.insertText(2, 1, "More styled text");JBoss Red Deer - Quick Links
- Home
- [Release notes] (/jboss-reddeer/reddeer/wiki/Release-notes)
- Articles
- JavaDoc
- User guide
- Contributor Guide
- FAQ