Uses of Interface
org.fife.ui.rtextarea.GutterIconInfo
Packages that use GutterIconInfo
-
Uses of GutterIconInfo in org.fife.ui.rtextarea
Classes in org.fife.ui.rtextarea that implement GutterIconInfoModifier and TypeClassDescriptionprivate static class
Implementation of the icons rendered.Methods in org.fife.ui.rtextarea that return GutterIconInfoModifier and TypeMethodDescriptionGutter.addLineTrackingIcon
(int line, Icon icon) Adds an icon that tracks an offset in the document, and is displayed adjacent to the line numbers.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.Gutter.addOffsetTrackingIcon
(int offs, Icon icon) Adds an icon that tracks an offset in the document, and is displayed adjacent to the line numbers.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.IconRowHeader.addOffsetTrackingIcon
(int offs, Icon icon) Adds an icon that tracks an offset in the document, and is displayed adjacent to the line numbers.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.Gutter.getBookmarks()
Returns the bookmarks known to this gutter.IconRowHeader.getBookmarks()
Returns the bookmarks known to this gutter.Gutter.getTrackingIcons
(Point p) Returns the tracking icons at the specified view position.IconRowHeader.getTrackingIcons
(int line) Returns the tracking icons at the specified line.Methods in org.fife.ui.rtextarea with parameters of type GutterIconInfoModifier and TypeMethodDescriptionint
IconRowHeader.GutterIconImpl.compareTo
(GutterIconInfo other) void
Gutter.removeTrackingIcon
(GutterIconInfo tag) Removes the specified tracking icon.void
IconRowHeader.removeTrackingIcon
(GutterIconInfo tag) Removes the specified tracking icon.