org.eclipse.jdt.ui.text |
Package-level Javadoc
Application programming interfaces for interaction
with the Eclipse Java User Interface text support.
Package Specification
Support for presenting Java text. The class JavaTextTools provides
access to the different scanners to partition and color Java source code.
The class JavaSourceViewerConfiguration defines a standard configuration
for Java source viewers.
|
Java Source File Name | Type | Comment |
IColorManager.java | Interface | Manages SWT color objects for the given color keys and
given RGB objects. |
IColorManagerExtension.java | Interface | Extends
org.eclipse.jdt.ui.text.IColorManager with
the ability to bind and un-bind colors. |
IJavaColorConstants.java | Interface | Color keys used for syntax highlighting Java
code and Javadoc compliant comments. |
IJavaPartitions.java | Interface | Definition of Java partitioning and its partitions. |
JavaSourceViewerConfiguration.java | Class | Configuration for a source viewer which shows Java code. |
JavaTextTools.java | Class | Tools required to configure a Java text viewer.
The color manager and all scanner exist only one time, i.e.
the same instances are returned to all clients. |