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.addLineTrackingIcon(int line,
Icon icon,
String tip)
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 |
IconRowHeader.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.addOffsetTrackingIcon(int offs,
Icon icon,
String tip)
Adds an icon that tracks an offset in the document, and is displayed
adjacent to the line numbers.
|
GutterIconInfo |
IconRowHeader.addOffsetTrackingIcon(int offs,
Icon icon,
String tip)
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.
|
GutterIconInfo[] |
IconRowHeader.getBookmarks()
Returns the bookmarks known to this gutter.
|
GutterIconInfo[] |
IconRowHeader.getTrackingIcons(int line)
Returns the tracking icons at the specified line.
|
GutterIconInfo[] |
Gutter.getTrackingIcons(Point p)
Returns the tracking icons at the specified view position.
|
Modifier and Type | Method and Description |
---|---|
void |
Gutter.removeTrackingIcon(GutterIconInfo tag)
Removes the specified tracking icon.
|
Copyright © 2003–2015. All rights reserved.