public interface GutterIconInfo
Gutter
. Instances of this
class are returned by Gutter.addLineTrackingIcon(int, Icon)
and
Gutter.addOffsetTrackingIcon(int, Icon)
. They can later be used
in calls to Gutter.removeTrackingIcon(GutterIconInfo)
to be
individually removed.Gutter
限定符和类型 | 方法和说明 |
---|---|
javax.swing.Icon |
getIcon()
Returns the icon being rendered.
|
int |
getMarkedOffset()
Returns the offset that is being tracked.
|
java.lang.String |
getToolTip()
Returns the tool tip to display when the mouse hovers over this icon.
|
javax.swing.Icon getIcon()
int getMarkedOffset()
java.lang.String getToolTip()