| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OffsetMark | |
|---|---|
| oracle.javatools.buffer | The TextBufferpackage 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 | TextBuffer.addOffsetMark(int offset)Create a new OffsetMarkat the given location. | 
|  OffsetMark | AbstractTextBuffer.addOffsetMark(int offset)Create a new OffsetMarkat the given location. | 
|  OffsetMark | TextBufferDecorator.addOffsetMark(int offset)Create a new OffsetMarkat the given location. | 
|  OffsetMark | TextBuffer.addOffsetMark(int offset,
              boolean bias)Create a new OffsetMarkat the given location. | 
|  OffsetMark | AbstractTextBuffer.addOffsetMark(int offset,
              boolean bias)Create a new OffsetMarkat the given location. | 
|  OffsetMark | TextBufferDecorator.addOffsetMark(int offset,
              boolean bias)Create a new OffsetMarkat the given location. | 
| Methods in oracle.javatools.buffer with parameters of type OffsetMark | |
|---|---|
|  void | TextBuffer.removeOffsetMark(OffsetMark offsetMark)Remove an existing OffsetMarkfrom the text buffer. | 
|  void | AbstractTextBuffer.removeOffsetMark(OffsetMark offsetMark)Remove an existing OffsetMarkfrom the text buffer. | 
|  void | TextBufferDecorator.removeOffsetMark(OffsetMark offsetMark)Remove an existing OffsetMarkfrom the text buffer. | 
| Uses of OffsetMark in oracle.javatools.editor.highlight | 
|---|
| Fields in oracle.javatools.editor.highlight declared as OffsetMark | |
|---|---|
| protected  OffsetMark | HighlightedText.endMarkThe ending offset for this region of highlighted text (exclusive.) | 
| protected  OffsetMark | HighlightedText.startMarkThe 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.dropOffsetMarkThe offset where the drop occurred. | 
| 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) | 
| protected  void | ProblemsPage.clearUrlOffsetMarkNode(Node node,
                       OffsetMark[] offsetMarks) | 
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||