程序包 | 说明 |
---|---|
com.fr.design.gui.syntax.ui.rtextarea |
A single-font text editor with many custom features.
|
限定符和类型 | 方法和说明 |
---|---|
GutterIconInfo |
Gutter.addLineTrackingIcon(int line,
javax.swing.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,
javax.swing.Icon icon,
java.lang.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,
javax.swing.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,
javax.swing.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,
javax.swing.Icon icon,
java.lang.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,
javax.swing.Icon icon,
java.lang.String tip)
Adds an icon that tracks an offset in the document, and is displayed
adjacent to the line numbers.
|
GutterIconInfo[] |
IconRowHeader.getBookmarks()
Returns the bookmarks known to this gutter.
|
GutterIconInfo[] |
Gutter.getBookmarks()
Returns the bookmarks known to this gutter.
|
GutterIconInfo[] |
IconRowHeader.getTrackingIcons(int line)
Returns the tracking icons at the specified line.
|
GutterIconInfo[] |
Gutter.getTrackingIcons(java.awt.Point p)
Returns the tracking icons at the specified view position.
|
限定符和类型 | 方法和说明 |
---|---|
void |
Gutter.removeTrackingIcon(GutterIconInfo tag)
Removes the specified tracking icon.
|