org.netbeans.spi.editor.hints/0 1.24.0 7

org.netbeans.spi.editor.hints
Interface ChangeInfo.Change

Enclosing class:
ChangeInfo

public static interface ChangeInfo.Change

Interface representing a single caret-positioning or user-modifiable change.


Method Summary
 Position getEnd()
           
 FileObject getFileObject()
           
 Position getStart()
           
 

Method Detail

getStart

Position getStart()
Returns:
start position of the change

getEnd

Position getEnd()
Returns:
end position of the change

getFileObject

FileObject getFileObject()
Returns:
the associated file or null if there is no file associated with the chage

org.netbeans.spi.editor.hints/0 1.24.0 7

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