Class Summary |
BasicView |
Class BasicView provides the basic support for displaying textual
data in a scrollable, searchable area. |
Bundle |
Class Bundle contains a java.util.ResourceBundle and
provides some simple access methods to it. |
JSwatView |
This is the abstract class for classes wanting to provide a view
to some data. |
SourceDocument |
Class SourceDocument holds the content for a styled source view. |
SourceView |
Defines the SourceView class which will be responsible for displaying
the source file on the screen. |
SourceViewPopup |
Class SourceViewPopup defines a subclass of JPopupMenu that works
specifically for the source view. |
Contains the view classes for displaying some kind of data on the screen.
The view classes basically do one thing: display data. This can be to the
screen or to the printer.