|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GutterIconInfo | |
|---|---|
| org.fife.ui.rtextarea | |
| Uses of GutterIconInfo in org.fife.ui.rtextarea |
|---|
| Methods in org.fife.ui.rtextarea that return GutterIconInfo | |
|---|---|
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. |
| Methods in org.fife.ui.rtextarea with parameters of type GutterIconInfo | |
|---|---|
void |
Gutter.removeTrackingIcon(GutterIconInfo tag)
Removes the specified tracking icon. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||