Interface GutterIconInfo

    • Method Detail

      • getIcon

        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

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