org.netbeans.modules.editor.lib/3 3.23.0 19

org.netbeans.editor
Class MarkFactory.ContextMark

java.lang.Object
  extended by org.netbeans.editor.Mark
      extended by org.netbeans.editor.MarkFactory.ContextMark
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/3 3.23.0 19

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.