Package net.sf.vex

Contains VexComponent, a Swing component implementing a styled XML editor.

See:
          Description

Interface Summary
Selection Marker interface for classes that represent selections passed to SelectionListeners.
SelectionListener Interface for receiving selection change events.
SelectionProvider Represents a class that can fire selection change events to SelectionChangeListeners.
 

Class Summary
Babelizer Configures the language-specific settings of various swing components based on settings in a resource bundle.
DocumentWriter Writes a document to an output stream, using a stylesheet to provide formatting hints.
NullSelection Passed to SelectionListeners to indicate that nothing is currently selected.
SelectionProviderImpl Implementation of the SelectionProvider interface.
SpaceNormalizer Normalizes the space in an XML document.
VexComponent A Swing component that allows the display and edit of an XML document with an associated CSS stylesheet.
VexComponentSelection Generated by a when it gains focus, when its caret moves, and when its selection changes.
VexSelection Represents a selection of a Vex document, which can be viewed as plaintext or as a document fragment.
 

Package net.sf.vex Description

Contains VexComponent, a Swing component implementing a styled XML editor.