Package org.media.hyperpad

HyperPad is a Java 2 Swing based implementation of an editor and runtime GUI based MN8 script interpreter for the MN8 scripting language.

See:
          Description

Class Summary
AboutBox Class meant to construct the AboutBox for HyperPad.
BookmarkEditor Class meant to construct the bookmark editor for HyperPad.
BookmarksHandler Class meant to handle the bookmarks for HyperPad.
ComponentManager Class meant apply the new settings to HyperPanel components.
ConfCache Class meant to hold the configurations for syntax highlight used by HyperPad.
DocListener Class needed by HyperPad for syntax highlighting.
ErrorPrintStream Class meant to display the results witch are returned by mn8.
FindBox Class meant to construct the FindBox for HyperPad.
HelpBox Class meant to construct the HelpBox for HyperPad.
HTMLFilter Class to filter .html, .htm, .shtml files only.
HyperActivKeyListener Class meant to catch and interpret the key events for interactiv mode.
HyperDocument Class needed by HyperPad for syntax highlighting.
HyperEditorKit Class needed by HyperPad for syntax highlighting.
HyperHTMLParser Class needed by HyperPad for syntax highlighting.
HyperOptionPane Class meant to show different OptionPane for HyperPad.
HyperPanel Class meant to construct the GUI intreface for HyperPad.
HyperParseDelegator Class needed by HyperPad for syntax highlighting.
HyperSourceDocument Class needed by HyperPad Source Editor for syntax highlighting.
HyperSourceKeyListener Class meant to catch and interpret the key events for source mode.
Main Class meant to start the HyperPad.
MN8Filter Class to filter .mn8 files only.
mn8ThreadedRun Class meant to run the mn8 command execution in a separate thread from HyperPad.
MyResources Class meant to return results from the Resource Bundle to HyperPanel.
NavigatorBoxCellRenderer Class needed by NavigatorBox to use antialiased fonts in combo list.
NavigatorBoxEditor This is a special editor for JComboBox used as a navigatorBox for HyperPad.
OpeningThread Class meant to run the mn8 command execution in a separate thread from HyperPad.
OpenRecentListHandler Class meant to handle the open recent list from file menu for HyperPad.
PreferencesBox Class meant to construct the PreferencesBox for HyperPad.
ProgressThread Class meant to monitoring open and highlight in HyperPad.
RedoAction Class meant to manage the redo events for HyperPad.
ResultPrintStream Class meant to display the results witch are returned by mn8.
TXTFilter Class to filter .txt files only.
UndoAction Class meant to manage the undo events for HyperPad.
UndoHandler Class meant to handle the edit events for HyperPad.
 

Package org.media.hyperpad Description

HyperPad is a Java 2 Swing based implementation of an editor and runtime GUI based MN8 script interpreter for the MN8 scripting language.

.

It has two operating modes. As a standard editor where MN8 script files can be edited and run or as command line mode where every line of MN8 script is executed after insertion.

It offers support for antialiasing and themes. Also it is built upon an HTML rendering engine meaning that if desired the potential HTML code the MN8 script produced is immediately rendered.

Version:
$Revision: 1.1 $ $Date: 2002/10/22 19:40:32 $
Author:
Szabolcs Borsos


"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."