Package net.sourceforge.jsxe

Interface Summary
DocumentBufferListener Defines an interface for objects that are notified when DocumentBuffers have changed.
EBListener A listener on the EditBus.
 

Class Summary
ActionManager The ActionManager handles key bindings within jsXe.
ActionManager.Wrapper The Wrapper class wraps LocalizedActions so they can be invoked through Swing via the ActionListener interface.
ActionPlugin This defines the general interface that all plugins for jsXe must implement.
ActionPlugin.Broken  
ActionSet A set of actions.
BufferHistory Maintains the files that have been used recently and their properties.
BufferHistory.BufferHistoryEntry Represents an entry in the buffer history.
CatalogManager The CatalogManager implements cataloging external entities to a local cache so that it can be later retrieved without having to retrieve it from the external source on every parse.
CustomFileFilter A custom class that implements the FileFilter interface.
DocumentBuffer The DocumentBuffer class implements application specific properties of an XML document.
EBMessage The base class of all EditBus messages.
EditBus jsXe's global event notification mechanism.
JARClassLoader A class loader implementation that loads classes from JAR files.
jsXe The main class of the java simple XML editor (jsXe)
LocalizedAction An action that can be used by jsXe.
OperatingSystem Operating system detection routines.
ViewPlugin This abstract class defines plugins that specify a view that is used to edit XML documents.
 

Exception Summary
PluginDependencyException Signals that a dependency required by a plugin has not been met.
PluginLoadException Signals that a jar file could not be loaded as a plugin.
UnrecognizedPluginException Signals that an unrecognized DocumentView has been requested.