Extension SDK 10.1.2

Uses of Interface
oracle.javatools.buffer.OffsetMark

Packages that use OffsetMark
oracle.javatools.buffer The TextBuffer package assists in the manipulation of in-memory text content, whether it is read-only text, or read-write text. 
oracle.javatools.editor.highlight The Highlights package is a subset of the Editor package, and contains API's for creating, maintaining, and applying colored background highlights to regions of text in an editor pane. 
oracle.javatools.editor.underline The Underline package is a subset of the Editor package, and contains API's for creating, mainting, and applying underlines to regions of text in the editor pane. 
oracle.jdeveloper.compiler Contains classes that allow addins to integrate their own build system translator. 
 

Uses of OffsetMark in oracle.javatools.buffer
 

Methods in oracle.javatools.buffer that return OffsetMark
 OffsetMark TextBuffer.addOffsetMark(int offset)
          Create a new OffsetMark at the given location.
 

Methods in oracle.javatools.buffer with parameters of type OffsetMark
 void TextBuffer.removeOffsetMark(OffsetMark offsetMark)
          Remove an existing OffsetMark from the text buffer.
 

Uses of OffsetMark in oracle.javatools.editor.highlight
 

Fields in oracle.javatools.editor.highlight declared as OffsetMark
protected  OffsetMark HighlightedText.startMark
          The starting offset for this region of highlighted text (exclusive.)
protected  OffsetMark HighlightedText.endMark
          The ending offset for this region of highlighted text (exclusive.)
 

Constructors in oracle.javatools.editor.highlight with parameters of type OffsetMark
HighlightedText(HighlightStyle highlightStyle, OffsetMark startMark, OffsetMark endMark)
          Constructs a new HighlightedText object
HighlightedLine(HighlightStyle highlightStyle, OffsetMark startMark, OffsetMark endMark)
          Constructs a new HighlightedLine object.
 

Uses of OffsetMark in oracle.javatools.editor.underline
 

Fields in oracle.javatools.editor.underline declared as OffsetMark
protected  OffsetMark UnderlinedText.startMark
          The starting offset for this region of underlined text (inclusive.)
protected  OffsetMark UnderlinedText.endMark
          The ending offset for this region of underlined text (exclusive.)
protected  OffsetMark UnderlinedLine.lineStartMark
          The starting offset of the line (right-bias).
 

Constructors in oracle.javatools.editor.underline with parameters of type OffsetMark
UnderlinedText(UnderlineStyle underlineStyle, OffsetMark startMark, OffsetMark endMark)
          Constructs a new UnderlinedText object
UnderlinedLine(UnderlineStyle underlineStyle, OffsetMark lineStartMark)
          Constructs a new UnderlinedLine object
 

Uses of OffsetMark in oracle.jdeveloper.compiler
 

Methods in oracle.jdeveloper.compiler with parameters of type OffsetMark
protected  void CompilerPage.clearUrlOffsetMarkNode(Node node, OffsetMark[] offsetMarks)
           
 


Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.