|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use oracle.javatools.editor.highlight | |
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.jdeveloper.ceditor | The Code Editor package contains the code editing implementation of the JDeveloper IDE. |
Classes in oracle.javatools.editor.highlight used by oracle.javatools.editor | |
HighlightedFragmentsList A HighlightedFragmentsList is just a list of HighlightedFragments that we can re-use without having to constantly reallocate arrays and HighlightedFragment objects. |
|
HighlightLayer A HighlightedLayer is a container for highlights added to an editor pane. |
|
HighlightRegistry A HighlightRegistry is a registry of all known highlight styles used for background highlighting. |
|
HighlightStyle The HighlightStyle class defines a set of foreground and background color attributes used for painting highlights for a segment of text. |
Classes in oracle.javatools.editor.highlight used by oracle.javatools.editor.gutter | |
HighlightStyle The HighlightStyle class defines a set of foreground and background color attributes used for painting highlights for a segment of text. |
Classes in oracle.javatools.editor.highlight used by oracle.javatools.editor.highlight | |
HighlightedFragment A HighlightedFragment is used for associating a HighlightStyle with a segment of text. |
|
HighlightedFragmentsList A HighlightedFragmentsList is just a list of HighlightedFragments that we can re-use without having to constantly reallocate arrays and HighlightedFragment objects. |
|
HighlightedText A HighlightedText object represents a segment of text that has a HighlightStyle applied to it. |
|
HighlightRegistry A HighlightRegistry is a registry of all known highlight styles used for background highlighting. |
|
HighlightStyle The HighlightStyle class defines a set of foreground and background color attributes used for painting highlights for a segment of text. |
Classes in oracle.javatools.editor.highlight used by oracle.jdeveloper.ceditor | |
HighlightStyle The HighlightStyle class defines a set of foreground and background color attributes used for painting highlights for a segment of text. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.