All Classes and Interfaces

Class
Description
Base class for plug-ins of application SimplyHTML.
 
Main class of application SimplyHTML.
Displays a tree showing all the elements in a text Document.
ElementTreeModel is an implementation of TreeModel to handle displaying the Elements from a Document.
A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about.
Dialog to manage find and replace on a Document shown in a JEditorPane.
This is simply overriding EventObject by storing a FindReplaceDialog into the source field of the superclass.
Interface for implementing a listener for FindReplaceEvents.
Default implementation of TextResources based on java.util.ResourceBundle
Utility Class for displaying local object names in GUI components.
Pseudo-Damerau-Levenshtein (aka "Optimal String Distance") implementation which allows some non-adjacent transpositions(?) Computes the edit distance with insertions/deletions/substitutions/transpositions.
 
 
Adds methods to the javax.swing.Action interface, needed by Application SimplyHTML.
Extends HTMLDocument by a custom reader which supports the SPAN tag.
Extensions to HTMLEditorKit for application SimplyHTML.
 
An editor pane for application SimplyHTML.
 
Class for using SimplyHTML as as component
Main component of application SimplyHTML.
Defines an interface all plug-ins for application SimplyHTML have to implement.
 
FixedHTMLWriter
Class that displays a splash screen Is run in a separate thread so that the applet continues to load in the background
interface for getting text based resources * @author Dimitri Polivaev 14.01.2007
Utility methods for application SimplyHTML.