org.netbeans.modules.editor.indent/2 1.28

org.netbeans.modules.editor.indent.spi
Class Context.Region

java.lang.Object
  extended by org.netbeans.modules.editor.indent.spi.Context.Region
Enclosing class:
Context

public static final class Context.Region
extends Object

Description of the region where the indentation/reformatting should operate.


Method Summary
 int getEndOffset()
          Get end offset of the region.
 int getStartOffset()
          Get start offset of the region.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getStartOffset

public int getStartOffset()
Get start offset of the region.

Returns:
start offset of the region.

getEndOffset

public int getEndOffset()
Get end offset of the region.

Returns:
end offset of the region.

org.netbeans.modules.editor.indent/2 1.28

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