Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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 background, foreground, font, and underline highlights to regions of text in an editor pane. 
oracle.javatools.editor.plugins The Plugins package is a subset of the Editor package, and is one way to extend the functionality of an 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 TextBufferDecorator.addOffsetMark(int offset)
          Create a new OffsetMark at the given location.
 OffsetMark TextBuffer.addOffsetMark(int offset)
          Create a new OffsetMark at the given location.
 OffsetMark AbstractTextBuffer.addOffsetMark(int offset)
          Create a new OffsetMark at the given location.
 OffsetMark TextBufferDecorator.addOffsetMark(int offset, boolean bias)
          Create a new OffsetMark at the given location.
 OffsetMark TextBuffer.addOffsetMark(int offset, boolean bias)
          Create a new OffsetMark at the given location.
 OffsetMark AbstractTextBuffer.addOffsetMark(int offset, boolean bias)
          Create a new OffsetMark at the given location.
 

Methods in oracle.javatools.buffer with parameters of type OffsetMark
 void TextBufferDecorator.removeOffsetMark(OffsetMark offsetMark)
          Remove an existing OffsetMark from the text buffer.
 void TextBuffer.removeOffsetMark(OffsetMark offsetMark)
          Remove an existing OffsetMark from the text buffer.
 void AbstractTextBuffer.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.endMark
          The ending offset for this region of highlighted text (exclusive.)
protected  OffsetMark HighlightedText.startMark
          The starting offset for this region of highlighted text (exclusive.)
 

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

Uses of OffsetMark in oracle.javatools.editor.plugins
 

Fields in oracle.javatools.editor.plugins declared as OffsetMark
protected  OffsetMark DragDropPlugin.dropOffsetMark
          The offset where the drop occurred.
 

Uses of OffsetMark in oracle.jdeveloper.compiler
 

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


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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