|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use oracle.javatools.buffer | |
oracle.ide.cmd.buffer | Contains command class implementations and static utility methods that can be used by Addins to modify the contents of a text-based IDE document in an undoable manner. |
oracle.ide.model | Contains interfaces and classes implementing JDeveloper's data model. |
oracle.ide.runner | Contains classes that allow addins some level of control on the IDE runner system. |
oracle.ide.util | Contains utility classes. |
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 | The Editor package is a basic framework for an editor
component with syntax highlighting capabilities, built on top of the
Swing text framework. |
oracle.javatools.editor.gutter | The Line Gutter package is a subset of the Editor package, and
contains API for working with a Gutter associated with an
editor pane. |
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.insight | The Code Insight package is a subset of the Editor package, and is the starting base for a code insight implementation to provide the user with code assistance features. |
oracle.javatools.editor.language | The Language package is a subset of the Editor package, and is the framework for extending the editor with color syntax highlighting, brace matching, and other language or content-specific editing features. |
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.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.javatools.parser | The Parser package is a basic framework of interfaces for
building a lexer or parser for various document types. |
oracle.javatools.parser.generic | The Generic Lexer package is a basic set of classes to
help in quickly prototyping a lexer/scanner for a given language. |
oracle.javatools.parser.util | The Parser Utilities package contains utility classes
used by the rest of the parser framework. |
oracle.jdeveloper.compiler | Contains classes that allow addins to integrate their own build system translator. |
oracle.jdeveloper.model | Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. |
Classes in oracle.javatools.buffer used by oracle.ide.cmd.buffer | |
TextBuffer
The TextBuffer interface describes a class which can be
used for managing the raw text content of a document. |
Classes in oracle.javatools.buffer used by oracle.ide.model | |
TextBuffer
The TextBuffer interface describes a class which can be
used for managing the raw text content of a document. |
|
TextBufferListener
The TextBufferListener interface should be implemented
by observers interested in receiving notifications of changes to
the associated TextBuffer . |
Classes in oracle.javatools.buffer used by oracle.ide.runner | |
ReadTextBuffer
The ReadTextBuffer interface provides a subset of the
TextBuffer methods for read-only access to text data. |
Classes in oracle.javatools.buffer used by oracle.ide.util | |
TextBuffer
The TextBuffer interface describes a class which can be
used for managing the raw text content of a document. |
Classes in oracle.javatools.buffer used by oracle.javatools.buffer | |
LineMap
A LineMap is an interface for accessing the line
structure information of a TextBuffer . |
|
OffsetMark
The OffsetMark is used by the TextBuffer
to provide bookmark services. |
|
ReadOnlyException
An ReadOnlyException is thrown when clients attempt
to modify a TextBuffer instance marked as read only. |
|
ReadTextBuffer
The ReadTextBuffer interface provides a subset of the
TextBuffer methods for read-only access to text data. |
|
TextBuffer
The TextBuffer interface describes a class which can be
used for managing the raw text content of a document. |
|
TextBufferListener
The TextBufferListener interface should be implemented
by observers interested in receiving notifications of changes to
the associated TextBuffer . |
Classes in oracle.javatools.buffer used by oracle.javatools.editor | |
LineMap
A LineMap is an interface for accessing the line
structure information of a TextBuffer . |
|
TextBuffer
The TextBuffer interface describes a class which can be
used for managing the raw text content of a document. |
|
TextBufferListener
The TextBufferListener interface should be implemented
by observers interested in receiving notifications of changes to
the associated TextBuffer . |
Classes in oracle.javatools.buffer used by oracle.javatools.editor.gutter | |
TextBufferListener
The TextBufferListener interface should be implemented
by observers interested in receiving notifications of changes to
the associated TextBuffer . |
Classes in oracle.javatools.buffer used by oracle.javatools.editor.highlight | |
OffsetMark
The OffsetMark is used by the TextBuffer
to provide bookmark services. |
Classes in oracle.javatools.buffer used by oracle.javatools.editor.insight | |
TextBuffer
The TextBuffer interface describes a class which can be
used for managing the raw text content of a document. |
Classes in oracle.javatools.buffer used by oracle.javatools.editor.language | |
LineMap
A LineMap is an interface for accessing the line
structure information of a TextBuffer . |
|
ReadTextBuffer
The ReadTextBuffer interface provides a subset of the
TextBuffer methods for read-only access to text data. |
|
TextBuffer
The TextBuffer interface describes a class which can be
used for managing the raw text content of a document. |
Classes in oracle.javatools.buffer used by oracle.javatools.editor.plugins | |
TextBufferListener
The TextBufferListener interface should be implemented
by observers interested in receiving notifications of changes to
the associated TextBuffer . |
Classes in oracle.javatools.buffer used by oracle.javatools.editor.underline | |
OffsetMark
The OffsetMark is used by the TextBuffer
to provide bookmark services. |
Classes in oracle.javatools.buffer used by oracle.javatools.parser | |
ReadTextBuffer
The ReadTextBuffer interface provides a subset of the
TextBuffer methods for read-only access to text data. |
Classes in oracle.javatools.buffer used by oracle.javatools.parser.generic | |
ReadTextBuffer
The ReadTextBuffer interface provides a subset of the
TextBuffer methods for read-only access to text data. |
Classes in oracle.javatools.buffer used by oracle.javatools.parser.util | |
ReadTextBuffer
The ReadTextBuffer interface provides a subset of the
TextBuffer methods for read-only access to text data. |
Classes in oracle.javatools.buffer used by oracle.jdeveloper.compiler | |
OffsetMark
The OffsetMark is used by the TextBuffer
to provide bookmark services. |
Classes in oracle.javatools.buffer used by oracle.jdeveloper.model | |
TextBuffer
The TextBuffer interface describes a class which can be
used for managing the raw text content of a document. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.