|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GutterIconInfo
Information about an icon displayed in a 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| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
javax.swing.Icon getIcon()
int getMarkedOffset()
java.lang.String getToolTip()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||