Package com.bluemarsh.jswat.view

Contains the view classes for displaying some kind of data on the screen.

See:
          Description

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.
ColorSourceView Class ColorSourceView is responsible for displaying the source file on the screen.
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.
 

Package com.bluemarsh.jswat.view Description

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.