Interface GutterIconInfo

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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

      • getIcon

        javax.swing.Icon getIcon()
        Returns the icon being rendered.
        Returns:
        The icon being rendered.
      • getMarkedOffset

        int getMarkedOffset()
        Returns the offset that is being tracked. The line of this offset is where the icon is rendered. This offset may change as the user types to track the new location of the marked offset.
        Returns:
        The offset being tracked.
      • getToolTip

        java.lang.String getToolTip()
        Returns the tool tip to display when the mouse hovers over this icon.
        Returns:
        The tool tip to display.