All Classes
Class Summary |
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
|
DocumentPane.DocumentPaneListener |
interface to be implemented for being notified of
changes to the name of this document |
FindReplaceDialog |
Dialog to manage find and replace on a Document shown
in a JEditorPane .
|
FindReplaceEvent |
This is simply overriding EventObject by storing a FindReplaceDialog
into the source field of the superclass.
|
FindReplaceListener |
Interface for implementing a listener for FindReplaceEvents .
|
NamedObject |
Utility Class for displaying local object names in GUI components.
|
SHTMLDocument |
Extends HTMLDocument by a custom reader which supports
the SPAN tag.
|
SHTMLDocument.SHTMLReader |
This reader extends HTMLDocument.HTMLReader by the capability
to handle SPAN tags |
SHTMLEditorKit.SHTMLFactory | |
SHTMLEditorPane |
An editor pane for application SimplyHTML.
|
SHTMLPanel |
Class for using SimplyHTML as as component
|
SHTMLPlugin |
Defines an interface all plug-ins for application SimplyHTML
have to implement.
|
SplashScreen |
Class that displays a splash screen
Is run in a separate thread so that the applet continues to load in the background |
TextResources |
interface for getting text based resources
* @author Dimitri Polivaev
14.01.2007 |
Util |
Utility methods for application SimplyHTML.
|