See: Description
| Interface | Description |
|---|---|
| ActionBuilder | |
| SHTMLAction |
Adds methods to the
javax.swing.Action interface, needed
by Application SimplyHTML. |
| SHTMLPlugin |
Defines an interface all plug-ins for application SimplyHTML
have to implement.
|
| SHTMLPrefsChangeListener | |
| TextResources |
interface for getting text based resources
* @author Dimitri Polivaev
14.01.2007
|
| Class | Description |
|---|---|
| AbstractPlugin |
Base class for plug-ins of application SimplyHTML.
|
| App |
Main class of application SimplyHTML.
|
| DefaultTextResources |
Default implementation of TextResources based on java.util.ResourceBundle
|
| NamedObject |
Utility Class for displaying local object names in GUI components.
|
| ScaledStyleSheet | |
| SHTMLDocument |
Extends
HTMLDocument by a custom reader which supports
the SPAN tag. |
| SHTMLEditorKit |
Extensions to
HTMLEditorKit for application SimplyHTML. |
| SHTMLEditorKit.SHTMLFactory | |
| SHTMLEditorPane |
An editor pane for application SimplyHTML.
|
| SHTMLPanel |
Class for using SimplyHTML as as component
|
| SHTMLPanelImpl |
Main component of application SimplyHTML.
|
| SHTMLWriter |
FixedHTMLWriter
|
| SplashScreen |
Class that displays a splash screen
Is run in a separate thread so that the applet continues to load in the background
|
| Util |
Utility methods for application SimplyHTML.
|
| Enum | Description |
|---|---|
| SHTMLEditorPane.PasteMode |