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

MarkFactory.ContextMark (Editor Library) - NetBeans API Javadoc (Current Development Version)

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

org.netbeans.editor
Class MarkFactory.ContextMark

java.lang.Object
  extended by org.netbeans.editor.Mark
      extended by org.netbeans.editor.MarkFactory.ContextMark
Direct Known Subclasses:
MarkFactory.DrawMark
Enclosing class:
MarkFactory

public static class MarkFactory.ContextMark
extends Mark

Mark that can have its position updated by where it's located


Constructor Summary
MarkFactory.ContextMark(boolean stayBOL)
           
MarkFactory.ContextMark(boolean insertAfter, boolean stayBOL)
           
MarkFactory.ContextMark(Position.Bias bias, boolean stayBOL)
           
 
Method Summary
 
Methods inherited from class org.netbeans.editor.Mark
compare, dispose, getBackwardBias, getBias, getInsertAfter, getLine, getOffset, isValid, remove, removeUpdateAction, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MarkFactory.ContextMark

public MarkFactory.ContextMark(boolean stayBOL)

MarkFactory.ContextMark

public MarkFactory.ContextMark(boolean insertAfter,
                               boolean stayBOL)

MarkFactory.ContextMark

public MarkFactory.ContextMark(Position.Bias bias,
                               boolean stayBOL)

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.