Uses of Interface
org.fife.ui.rtextarea.GutterIconInfo

Packages that use GutterIconInfo
org.fife.ui.rtextarea   
 

Uses of GutterIconInfo in org.fife.ui.rtextarea
 

Methods in org.fife.ui.rtextarea that return GutterIconInfo
 GutterIconInfo Gutter.addLineTrackingIcon(int line, Icon icon)
          Adds an icon that tracks an offset in the document, and is displayed adjacent to the line numbers.
 GutterIconInfo Gutter.addOffsetTrackingIcon(int offs, Icon icon)
          Adds an icon that tracks an offset in the document, and is displayed adjacent to the line numbers.
 GutterIconInfo IconRowHeader.addOffsetTrackingIcon(int offs, Icon icon)
          Adds an icon that tracks an offset in the document, and is displayed adjacent to the line numbers.
 GutterIconInfo[] Gutter.getBookmarks()
          Returns the bookmarks known to this gutter.
 GutterIconInfo[] IconRowHeader.getBookmarks()
          Returns the bookmarks known to this gutter.
 GutterIconInfo[] IconRowHeader.getTrackingIcons(int line)
          Returns the tracking icons at the specified line.
 

Methods in org.fife.ui.rtextarea with parameters of type GutterIconInfo
 void Gutter.removeTrackingIcon(GutterIconInfo tag)
          Removes the specified tracking icon.
 



Copyright © 2003-2012. All Rights Reserved.