SMACS

Package smacs.xngr.browser.editor

Interface Summary
Constants The contants used for the XML editor.
EditorExplorer  
EditorProperties Handles the properties for the Editor.
 

Class Summary
CloseAction An action that can be used to close the Xml Editor.
CommentAction An action that can be used to Comment the selected text.
CopyAction An action that can be used to copy text content in the Xml Editor.
CutAction An action that can be used to cut the Xml Editor content.
Editor The editor for an eXchaNGeR document.
EditorHelpAction An action that can be used to show the editor help information.
FindAction An action that can be used to search the contents of the Xml Editor.
FindDialog The find dialog for the editor.
FindNextAction An action that can be used to search the contents of the Xml Editor.
FormatAction Formats the editors text.
GotoAction An action that can be used to goto a specific line in the Xml Editor.
GotoDialog The goto dialog for the editor.
IndentAction An action that can be used to indent the selected text.
LoadAction Loads the editors text from file.
PageSetupAction An action that can be used to print the XML Document.
PasteAction An action that can be used to paste from the clipboard.
PreferencesAction An action that can be used to set the XML Editor preferences.
PreferencesDialog The preferences dialog for the editor.
PrintAction An action that can be used to print the XML Document.
RedoAction An action that can be used to redo a previous undo Xml Editor.
SaveAction Validates the editors text and saves it to disk.
SaveAsAction An action that can be used to create a new document and add the document to the application.
SelectAllAction An action that can be used to select all content in the Xml Editor.
TagAction An action that can be used to tag the selected text.
TagDialog The tag dialog for the editor.
TextPrinter A simple text printer class.
UndoAction An action that can be used to undo additions and removals in the Xml Editor.
UnindentAction An action that can be used to unindent the selected text.
ValidateAction An action that can be used to validate the XML contents.
XmlContext A list of styles used to render syntx-highlighted XML text.
XmlDocument The XML Document is responsible for handling the user insertions and deletions, for changing the tab characters to spaces and to automatically indent the text correctly.
XmlEditorKit The XML editor kit supports handling of editing XML content.
XmlEditorPane An extension of the JEditorPane that allows for syntax-highlighted text in the XML format.
XmlInputReader A Reader for XML input, which can handle escape characters.
XmlKitTest Simple wrapper around JEditorPane to browse java text using the XmlEditorKit plug-in.
XmlScanner Associates XML input stream characters with styles specific for the XML Editor.
XmlView The XML View uses the XML scanner to determine the style (font, color) of the text that it renders.
 


SMACS