Class Summary |
HTMLPane |
This class is a convenience class for JEditorPanes used to show
HTML content that are un-editable (so as to enable listening for
hyperlink events) and handle UTF-8 characters gracefully. |
HTMLPaneView |
This class connects a HTMLPane as a view to a WidgetModel. |
JFrameView |
This is a convenience class which wraps a JPanelView in a JFrame. |
JInternalFrameView |
This is a convenience class which wraps a JPanelView in a JInternalFrame. |
JPanelView |
This is a central class in sillyview. |
StringBufferView |
A StringBuffer that has a backing WidgetModel to provide its data. |
URLParser |
Provides some static methods for dealing with URLs passed from a View. |
VelocityModel |
Creates a WidgetModel backed by a Velocity Template. |
Widget |
An instance of this class is an object that has a view. |