org.eclipse.jface.text
Interface IDocumentInformationMapping
- All Known Implementing Classes:
- ParentChildMapping
- public interface IDocumentInformationMapping
getCoverage
public IRegion getCoverage()
toOriginOffset
public int toOriginOffset(int imageOffset)
throws BadLocationException
BadLocationException
toOriginRegion
public IRegion toOriginRegion(IRegion imageRegion)
throws BadLocationException
BadLocationException
toOriginLines
public IRegion toOriginLines(int imageLine)
throws BadLocationException
BadLocationException
toOriginLine
public int toOriginLine(int imageLine)
throws BadLocationException
BadLocationException
toImageOffset
public int toImageOffset(int originOffset)
throws BadLocationException
BadLocationException
toImageRegion
public IRegion toImageRegion(IRegion originRegion)
throws BadLocationException
BadLocationException
toImageLine
public int toImageLine(int originLine)
throws BadLocationException
BadLocationException
toClosestImageLine
public int toClosestImageLine(int originLine)
throws BadLocationException
BadLocationException
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.