Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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. 

 

Uses of OffsetMark in oracle.javatools.buffer

 

Methods in oracle.javatools.buffer that return OffsetMark
 OffsetMark AbstractTextBuffer.addOffsetMark(int offset)
          Create a new OffsetMark at the given location.
 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, boolean bias)
          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.

 

Methods in oracle.javatools.buffer with parameters of type OffsetMark
 void AbstractTextBuffer.removeOffsetMark(OffsetMark offsetMark)
          Remove an existing OffsetMark from the text buffer.
 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.

 

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.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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