站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Class org.netbeans.editor.InvalidMarkException (Editor Library) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.lib/1 1.14.0 3

Uses of Class
org.netbeans.editor.InvalidMarkException

Packages that use InvalidMarkException
org.netbeans.editor   
 

Uses of InvalidMarkException in org.netbeans.editor
 

Methods in org.netbeans.editor that throw InvalidMarkException
 int Mark.compare(int pos)
          Compare this mark to some position.
 int Mark.getLine()
          Get the line number of this mark
 int Mark.getOffset()
          Get the position of this mark
static void Utilities.insertMark(BaseDocument doc, Mark mark, int offset)
           
static void Utilities.moveMark(BaseDocument doc, Mark mark, int newOffset)
           
 void Mark.remove()
          Remove mark from the structure holding the marks.
 


org.netbeans.modules.editor.lib/1 1.14.0 3

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.