| Package | Description |
|---|---|
| org.fife.ui.rtextarea |
A single-font text editor with many custom features.
|
| Modifier and Type | Method and Description |
|---|---|
GutterIconInfo |
Gutter.addLineTrackingIcon(int line,
Icon icon)
Adds an icon that tracks an offset in the document, and is displayed
adjacent to the line numbers.
|
GutterIconInfo |
Gutter.addOffsetTrackingIcon(int offs,
Icon icon)
Adds an icon that tracks an offset in the document, and is displayed
adjacent to the line numbers.
|
GutterIconInfo[] |
Gutter.getBookmarks()
Returns the bookmarks known to this gutter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Gutter.removeTrackingIcon(GutterIconInfo tag)
Removes the specified tracking icon.
|
Copyright © 2009-2013 jtstand.com. All Rights Reserved.