com.japisoft.xmlpad.bookmark
Interface BookmarkContext

All Known Implementing Classes:
DefaultBookmarkContext

public interface BookmarkContext

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com

Method Summary
 javax.swing.text.Highlighter.HighlightPainter getHighlightPainter()
           
 javax.swing.Icon getIcon()
          This icon is required by the editor
 BookmarkModel getModel()
           
 

Method Detail

getIcon

public javax.swing.Icon getIcon()
This icon is required by the editor

Returns:
a small icon for each bookmark

getModel

public BookmarkModel getModel()
Returns:
a model containing all bookmarks

getHighlightPainter

public javax.swing.text.Highlighter.HighlightPainter getHighlightPainter()
Returns:
a renderer for each bookmarked line


Copyright © 2006 JAPISoft. All Rights Reserved.