Class Summary |
ComillaReplacer |
a replacer class for JETERS, specialized on German typography |
DefaultCUI |
the default implementation of a (very basic) command line UI component for JETERS. |
DefaultGUI |
the default implementation of a graphical UI component for JETERS. |
FileIO |
default implementation of a combined input and output component
reading from and writing to text files in the local file system. |
MediaWikiText |
an implementation of EditableText representing an article from a wiki using the MediaWiki software |
PlainText |
a class implementing the minimum requirements for the EditableText -interface - and nothing else. |
RegExReplacer |
an abstract replacer class for JETERS based on regular expressions;
for using it, you only have to create an extended class setting the "replacements"-attribute. |
RegExReplacer_User |
an replacer class for JETERS that applies a regex expression the user directly enters. |
RegExReplacer.DescriptionEntry |
an internally used class containing the necessary information for description lists. |
RegExReplacer.DescriptionList |
an internally used class representing a description list. |
RegExReplacer.Replacement |
a class that represents a single regex-pair
together with other necessary information for performing replacements |
RegExReplacer.ReplacementGroup |
a group of replacements. |
UserIO |
default implementation of a combined input and output component
reading from and writing to the user interface component. |
WikiIO |
default implementation of a combined input and output component
reading from and writing to any MediaWiki system. |