|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use oracle.javatools.editor.underline | |
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.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. |
Classes in oracle.javatools.editor.underline used by oracle.javatools.editor | |
UnderlineLayer
An UnderlineLayer is a container for underlines added
to an editor pane. |
|
UnderlineRegistry
A UnderlineRegistry is a registry of all known
underline styles used for text underlining. |
Classes in oracle.javatools.editor.underline used by oracle.javatools.editor.underline | |
SimpleLinePainter
The SimpleLinePainter is an implementation of the
which paints a straight
underline of a given thickness. |
|
UnderlinedFragment
An UnderlinedFragment is used for associating a
UnderlineStyle with a segment or line of text. |
|
UnderlinedFragmentsList
An UnderlinedFragmentsList is just a list of
UnderlinedFragments that we can re-use without having to constantly
reallocate arrays and UnderlinedFragment objects. |
|
UnderlinedLine
A UnderlinedLine object is typically used as a
separator to separate sections of a buffer from each other. |
|
UnderlinedText
A UnderlinedText object represents a segment of text
that has an UnderlineStyle applied to it. |
|
UnderlinePainter
The UnderlinePainter defines an interface for painting
an underline. |
|
UnderlineRegistry
A UnderlineRegistry is a registry of all known
underline styles used for text underlining. |
|
UnderlineStyle
An UnderlineStyle describes how an underline will
be painted. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.