A B C D E F G H I L M N O P R S T U V W X Y

X

X_AXIS - Static variable in class net.sourceforge.spedit.ui.ParagraphView
 
X_AXIS - Static variable in class net.sourceforge.spedit.ui.BlockView
 
XmFormLayout - class net.sourceforge.spedit.ui.XmFormLayout.
 
XmFormLayout(String[]) - Constructor for class net.sourceforge.spedit.ui.XmFormLayout
 
XML_CONTENT_TYPE - Static variable in class net.sourceforge.spedit.core.XMLEditorKit
 
xmlAttributes - Variable in class net.sourceforge.spedit.core.XMLElement
 
XMLAttributes - class net.sourceforge.spedit.core.XMLAttributes.
The XMLAttributes class has the same role as the XMLElementWrapper, it wraps the attributes of a JDOM element and present the methods defined in the AttributeSet interface of the Swing text package.
This class is needed by the XMLElementWrapper class.
XMLAttributes.XMLAttributesEnumeration - class net.sourceforge.spedit.core.XMLAttributes.XMLAttributesEnumeration.
 
XMLAttributes.XMLAttributesEnumeration(XMLAttributes, List) - Constructor for class net.sourceforge.spedit.core.XMLAttributes.XMLAttributesEnumeration
 
XMLAttributes(List) - Constructor for class net.sourceforge.spedit.core.XMLAttributes
 
XMLDocument - class net.sourceforge.spedit.core.XMLDocument.
The XMLDocument class wraps a Swing Document around a JDOM XML document.
XMLDocument.DocumentEvent - class net.sourceforge.spedit.core.XMLDocument.DocumentEvent.
The DocumentEvent class represents a set of modifications that have been done on the document.
XMLDocument.DocumentEvent(XMLDocument, int, int) - Constructor for class net.sourceforge.spedit.core.XMLDocument.DocumentEvent
Cretes a new document event that represents a removal of len characters starting at offset offs in document doc..
XMLDocument.DocumentEvent(XMLDocument, int, String) - Constructor for class net.sourceforge.spedit.core.XMLDocument.DocumentEvent
Cretes a new document event that represents an insertion of the value string at starting at offset offs in document doc..
XMLDocument.ElementEdit - class net.sourceforge.spedit.core.XMLDocument.ElementEdit.
This class stores a single change made on an element of the document.
XMLDocument.ElementEdit(Element) - Constructor for class net.sourceforge.spedit.core.XMLDocument.ElementEdit
 
XMLDocument.Position - class net.sourceforge.spedit.core.XMLDocument.Position.
Implements the Swing position interface in order to keep track of changes that occur in an XMLDocument.
XMLDocument.Position(int) - Constructor for class net.sourceforge.spedit.core.XMLDocument.Position
 
XMLDocument.Position(int, Position.Bias) - Constructor for class net.sourceforge.spedit.core.XMLDocument.Position
 
XMLDocument() - Constructor for class net.sourceforge.spedit.core.XMLDocument
Creates a new blank XMLDocument.
XMLDocument(Element) - Constructor for class net.sourceforge.spedit.core.XMLDocument
Creates a new XMLDocument with the given rootElement as a root node.
XMLDocument(Element, DocType) - Constructor for class net.sourceforge.spedit.core.XMLDocument
Creates a new XMLDocument with the given rootElement as a root node, with the specified document type.
XMLEditorKit - class net.sourceforge.spedit.core.XMLEditorKit.
TODO
XMLEditorKit() - Constructor for class net.sourceforge.spedit.core.XMLEditorKit
 
XMLEditorKit(String) - Constructor for class net.sourceforge.spedit.core.XMLEditorKit
 
XMLElement - class net.sourceforge.spedit.core.XMLElement.
The XMLElement is a subclass of the JDOM Element class that allows it to wrapped by XMLElementWrapper objects. The interest is that the XMLElement can be used both in a JDOM and in a Swing document model, thus allowing the manipuation with the JDOM API to be reflected visually by the Swing text representation mechanisms. This class differs in some ways from its JDOM parent, it is a little bit slower but notifies the containing XMLDocument of any ongoing changes, thus allowing to use either the JDOM model or the Swing model for document content manipulation.
XMLElement() - Constructor for class net.sourceforge.spedit.core.XMLElement
Creates a new XMLElement with the name "default"
XMLElement(String) - Constructor for class net.sourceforge.spedit.core.XMLElement
Creates a new XMLElement with the given name and parent.
XMLElement(String, Namespace) - Constructor for class net.sourceforge.spedit.core.XMLElement
Creates a new XMLElement with the given name and parent.
XMLElement(String, String) - Constructor for class net.sourceforge.spedit.core.XMLElement
Creates a new XMLElement with the given name and parent.
XMLElement(String, String, String) - Constructor for class net.sourceforge.spedit.core.XMLElement
Creates a new XMLElement with the given name and parent.
XMLElementWrapper - class net.sourceforge.spedit.core.XMLElementWrapper.
The XMLElementWrapper allows a JDOM Element to appear a Swing Element.
XMLElementWrapper(XMLElement) - Constructor for class net.sourceforge.spedit.core.XMLElementWrapper
Constructs a new XMLElemetWrapper fron the given XMLElement, which is a JDOM Element sublass.
xmlFactory - Static variable in class net.sourceforge.spedit.core.XMLDocument
 
XMLInformation - class net.sourceforge.spedit.core.XMLInformation.
The XMLInformation class stores information related to a specific element.
XMLInformation(String) - Constructor for class net.sourceforge.spedit.core.XMLInformation
Creates a new element information for the given element name.
XMLJDOMFactory - class net.sourceforge.spedit.core.XMLJDOMFactory.
 
XMLJDOMFactory() - Constructor for class net.sourceforge.spedit.core.XMLJDOMFactory
 
XMLNode - interface net.sourceforge.spedit.core.XMLNode.
The XMLNode interface describes the interface of the nodes, or elements, present in an XMLDocument.
xmlOutputter - Static variable in class net.sourceforge.spedit.core.XMLDocument
 
XMLParser - class net.sourceforge.spedit.core.XMLParser.
 
XMLParser() - Constructor for class net.sourceforge.spedit.core.XMLParser
 
XMLText - class net.sourceforge.spedit.core.XMLText.
The XMLText is simply an extension to the JDOM Text that has an emebedded wrapper which enable it to take the form of a Swing document model element.
XMLText(String) - Constructor for class net.sourceforge.spedit.core.XMLText
 
XMLText(String, XMLElement) - Constructor for class net.sourceforge.spedit.core.XMLText
 
XMLTextWrapper - class net.sourceforge.spedit.core.XMLTextWrapper.
The XMLStringWrapper class wraps an XMLString so as to it becomes usable in the Swing document model.
XMLTextWrapper(XMLText) - Constructor for class net.sourceforge.spedit.core.XMLTextWrapper
 
XMLViewFactory - class net.sourceforge.spedit.core.XMLViewFactory.
The XMLViewFactory associates a View to each element of the document.
XMLViewFactory() - Constructor for class net.sourceforge.spedit.core.XMLViewFactory
 

A B C D E F G H I L M N O P R S T U V W X Y