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

G

GAP_LENGTH - Static variable in class net.sourceforge.spedit.core.XMLDocument
 
genStyle(Styleable.StyleSheet, String, Element) - Method in class net.sourceforge.spedit.core.XMLViewFactory
 
getActions() - Method in class net.sourceforge.spedit.core.XMLEditorKit
 
getAlignment(int) - Method in class net.sourceforge.spedit.ui.ParagraphView
 
getAlignment(int) - Method in class net.sourceforge.spedit.ui.WrapperView
 
getAlignment(int) - Method in class net.sourceforge.spedit.ui.LabelView
 
getAlignment(int) - Method in class net.sourceforge.spedit.ui.BlockView
 
getAllowsChildren() - Method in class net.sourceforge.spedit.core.XMLElementWrapper
 
getAllowsChildren() - Method in class net.sourceforge.spedit.core.XMLTextWrapper
 
getAttribute(Object) - Method in class net.sourceforge.spedit.core.XMLAttributes
Fetches the value of the given attribute.
getAttributeCount() - Method in class net.sourceforge.spedit.core.XMLAttributes
Returns the number of attributes contained in this set.
getAttributeNames() - Method in class net.sourceforge.spedit.core.XMLAttributes
Returns an enumeration over the names of the attributes in the set.
getAttributes() - Method in class net.sourceforge.spedit.core.XMLElementWrapper
Fetches the collection of attributes this element contains.
getAttributes() - Method in class net.sourceforge.spedit.core.XMLTextWrapper
Fetches the collection of attributes this element contains.
getAttributes() - Method in class net.sourceforge.spedit.ui.WrapperView
 
getBackground() - Method in class net.sourceforge.spedit.ui.LabelView
Fetch the background color to use to render the glyphs.
getBackground(AttributeSet) - Method in class net.sourceforge.spedit.core.XMLDocument
 
getBottomInset() - Method in class net.sourceforge.spedit.ui.ParagraphView
 
getBottomInset() - Method in class net.sourceforge.spedit.ui.LabelView
 
getBottomInset() - Method in class net.sourceforge.spedit.ui.BlockView
 
getBounds() - Method in class net.sourceforge.spedit.ui.WrapperView
Returns the bounds of this view.
getBreakWeight(int, float, float) - Method in class net.sourceforge.spedit.ui.WrapperView
 
getChange(Element) - Method in class net.sourceforge.spedit.core.XMLDocument.DocumentEvent
 
getCharacterElement(int) - Method in class net.sourceforge.spedit.core.XMLDocument
 
getChild(Object, int) - Method in class net.sourceforge.spedit.app.NavigationTree.Model
 
getChild(Object, int) - Method in class net.sourceforge.spedit.core.XMLDocument
Returns the child of parent at index index in the parent's child array.
getChildAllocation(int, Shape) - Method in class net.sourceforge.spedit.ui.WrapperView
 
getChildAt(int) - Method in class net.sourceforge.spedit.core.XMLElementWrapper
 
getChildAt(int) - Method in class net.sourceforge.spedit.core.XMLTextWrapper
 
getChildCount() - Method in class net.sourceforge.spedit.core.XMLElementWrapper
 
getChildCount() - Method in class net.sourceforge.spedit.core.XMLTextWrapper
 
getChildCount(Object) - Method in class net.sourceforge.spedit.app.NavigationTree.Model
 
getChildCount(Object) - Method in class net.sourceforge.spedit.core.XMLDocument
Returns the number of children of parent.
getChildren() - Method in class net.sourceforge.spedit.core.XMLInformation
Returns the possible children of this elements, as strings.
getChildrenAdded() - Method in class net.sourceforge.spedit.core.XMLDocument.ElementEdit
 
getChildrenRemoved() - Method in class net.sourceforge.spedit.core.XMLDocument.ElementEdit
 
getContainer() - Method in class net.sourceforge.spedit.ui.WrapperView
 
getContent() - Method in class net.sourceforge.spedit.core.XMLElement
 
getContent() - Method in class net.sourceforge.spedit.core.XMLTextWrapper
 
getContentType() - Method in class net.sourceforge.spedit.core.XMLEditorKit
 
getDefaultRootElement() - Method in class net.sourceforge.spedit.core.XMLDocument
Returns the default root element of the document.
getDocument() - Method in class net.sourceforge.spedit.app.Application.DocumentFrame
 
getDocument() - Method in class net.sourceforge.spedit.core.XMLDocument.DocumentEvent
 
getDocument() - Method in class net.sourceforge.spedit.core.XMLElement
Returns the document attached to this XMLElement.
getDocument() - Method in class net.sourceforge.spedit.core.XMLElementWrapper
Fetches the document associated with this element.
getDocument() - Method in class net.sourceforge.spedit.core.XMLTextWrapper
Fetches the document associated with this element.
getDocument() - Method in class net.sourceforge.spedit.ui.WrapperView
 
getEditorPane() - Method in class net.sourceforge.spedit.app.Application.DocumentFrame
 
getElement() - Method in class net.sourceforge.spedit.core.XMLDocument.ElementEdit
 
getElement() - Method in class net.sourceforge.spedit.ui.WrapperView
 
getElement(int) - Method in class net.sourceforge.spedit.core.XMLElementWrapper
Returns the Element that is the nth of this Element. Note: The element indexes are different from the wrapped element indexes, as the wrapper only counts elements that are XMLElements.
getElement(int) - Method in class net.sourceforge.spedit.core.XMLTextWrapper
 
getElementAt(int) - Method in class net.sourceforge.spedit.core.XMLDocument
Search the Swing Element which is located at the specified position.
getElementAt(int) - Method in class net.sourceforge.spedit.core.XMLElementWrapper
Searches any descendant element that contains the given offset.
getElementCount() - Method in class net.sourceforge.spedit.core.XMLElementWrapper
Gets the number of child elements contained by this element.
getElementCount() - Method in class net.sourceforge.spedit.core.XMLTextWrapper
 
getElementIndex(int) - Method in class net.sourceforge.spedit.core.XMLElementWrapper
Gets the child element index closest to the given offset.
getElementIndex(int) - Method in class net.sourceforge.spedit.core.XMLTextWrapper
 
getElementIndex(Object) - Method in class net.sourceforge.spedit.core.XMLElementWrapper
Gets the index of the given object in the child list of this element.
getElementInformation(Element) - Method in class net.sourceforge.spedit.core.XMLViewFactory
 
getElementMenu(XMLElementWrapper, int) - Method in class net.sourceforge.spedit.app.Application.DocumentFrame
Creates a new JPopupMenu from the given element, which can only be an XMLElementWrapper.
getElementView(Element) - Method in class net.sourceforge.spedit.core.XMLViewFactory
 
getEndOffset() - Method in interface net.sourceforge.spedit.core.XMLNode
 
getEndOffset() - Method in class net.sourceforge.spedit.core.XMLElementWrapper
Fetches the offset from the beginning of the document that this element ends at.
getEndOffset() - Method in class net.sourceforge.spedit.core.XMLTextWrapper
Fetches the offset from the beginning of the document that this element ends at.
getEndOffset() - Method in class net.sourceforge.spedit.ui.WrapperView
 
getEndPosition() - Method in class net.sourceforge.spedit.core.XMLDocument
 
getFont() - Method in class net.sourceforge.spedit.ui.LabelView
Fetch the font that the glyphs should be based upon.
getFont(AttributeSet) - Method in class net.sourceforge.spedit.core.XMLDocument
 
getForeground() - Method in class net.sourceforge.spedit.ui.LabelView
Fetch the foreground color to use to render the glyphs.
getForeground(AttributeSet) - Method in class net.sourceforge.spedit.core.XMLDocument
 
getGraphics() - Method in class net.sourceforge.spedit.ui.WrapperView
 
getIndex() - Method in class net.sourceforge.spedit.core.XMLDocument.ElementEdit
Always returns 0.
getIndex(TreeNode) - Method in class net.sourceforge.spedit.core.XMLElementWrapper
 
getIndex(TreeNode) - Method in class net.sourceforge.spedit.core.XMLTextWrapper
 
getIndexOfChild(Object, Object) - Method in class net.sourceforge.spedit.app.NavigationTree.Model
 
getIndexOfChild(Object, Object) - Method in class net.sourceforge.spedit.core.XMLDocument
Returns the index of child in parent.
getInformation() - Method in interface net.sourceforge.spedit.core.XMLNode
 
getInformation() - Method in class net.sourceforge.spedit.core.XMLElementWrapper
Returns the information attached to this element.
getInformation() - Method in class net.sourceforge.spedit.core.XMLTextWrapper
 
getLeftInset() - Method in class net.sourceforge.spedit.ui.ParagraphView
 
getLeftInset() - Method in class net.sourceforge.spedit.ui.LabelView
 
getLeftInset() - Method in class net.sourceforge.spedit.ui.BlockView
 
getLength() - Method in class net.sourceforge.spedit.core.XMLDocument
 
getLength() - Method in class net.sourceforge.spedit.core.XMLDocument.DocumentEvent
 
getLength() - Method in class net.sourceforge.spedit.core.XMLElementWrapper
Returns the length of this element, int terms of text.
getLength() - Method in class net.sourceforge.spedit.core.XMLTextWrapper
Returns the length of this element, int terms of text.
getLogicalStyle(int) - Method in class net.sourceforge.spedit.core.XMLDocument
 
getMaximumSpan(int) - Method in class net.sourceforge.spedit.ui.WrapperView
 
getMaximumSpan(int) - Method in class net.sourceforge.spedit.ui.LabelView
 
getMinimumSpan(int) - Method in class net.sourceforge.spedit.ui.WrapperView
 
getMinimumSpan(int) - Method in class net.sourceforge.spedit.ui.LabelView
 
getName() - Method in class net.sourceforge.spedit.core.Styleable.StyleSheet
 
getName() - Method in class net.sourceforge.spedit.core.XMLInformation
Returns the name of the element.
getName() - Method in class net.sourceforge.spedit.core.XMLElementWrapper
Returns the name of the given text element.
getName() - Method in class net.sourceforge.spedit.core.XMLTextWrapper
Returns the name of the given text element.
getNamespace() - Method in class net.sourceforge.spedit.core.XMLInformation
Returns the namespace of the element.
getNestedView() - Method in class net.sourceforge.spedit.ui.WrapperView
 
getNewDefaultView(Element) - Method in class net.sourceforge.spedit.core.XMLInformation
Instanciate a new View object that has been set as the default view for this kind of element.
getNextVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) - Method in class net.sourceforge.spedit.ui.WrapperView
 
getOffset() - Method in class net.sourceforge.spedit.core.XMLDocument.Position
 
getOffset() - Method in class net.sourceforge.spedit.core.XMLDocument.DocumentEvent
 
getOperation(int, int, int, int) - Static method in class net.sourceforge.spedit.core.XMLElementWrapper
Tells which operation should be made on the segmen represented by the given offset and the given length, given the fact that the cut will go from start to end exluded.
getParagraphElement(int) - Method in class net.sourceforge.spedit.core.XMLDocument
Returns the XMLElement that contains the specified offset.
getParent() - Method in class net.sourceforge.spedit.core.Styleable.StyleSheet
 
getParent() - Method in class net.sourceforge.spedit.core.XMLElementWrapper
 
getParent() - Method in class net.sourceforge.spedit.core.XMLTextWrapper
 
getParent() - Method in class net.sourceforge.spedit.ui.WrapperView
 
getParentElement() - Method in class net.sourceforge.spedit.core.XMLElementWrapper
Returns the parents Element, which can be null if the Element is a root.
getParentElement() - Method in class net.sourceforge.spedit.core.XMLTextWrapper
Returns the parents Element, which can be null if the Element is a root.
getParentStyleSheet() - Method in interface net.sourceforge.spedit.core.Styleable
 
getParentStyleSheet() - Method in class net.sourceforge.spedit.ui.ParagraphView
 
getParentStyleSheet() - Method in class net.sourceforge.spedit.ui.WrapperView
 
getParentStyleSheet() - Method in class net.sourceforge.spedit.ui.LabelView
 
getParentStyleSheet() - Method in class net.sourceforge.spedit.ui.TableView
 
getParentStyleSheet() - Method in class net.sourceforge.spedit.ui.BlockView
 
getPreferredSpan(int) - Method in class net.sourceforge.spedit.ui.WrapperView
 
getPreferredSpan(int) - Method in class net.sourceforge.spedit.ui.LabelView
 
getProperties() - Method in interface net.sourceforge.spedit.ext.PlugIn
 
getProperty(Object) - Method in class net.sourceforge.spedit.core.XMLDocument
 
getResizeWeight(int) - Method in class net.sourceforge.spedit.ui.WrapperView
 
getResolveParent() - Method in class net.sourceforge.spedit.core.XMLAttributes
Gets the resolving parent.
getRightInset() - Method in class net.sourceforge.spedit.ui.ParagraphView
 
getRightInset() - Method in class net.sourceforge.spedit.ui.LabelView
 
getRightInset() - Method in class net.sourceforge.spedit.ui.BlockView
 
getRoot() - Method in class net.sourceforge.spedit.app.NavigationTree.Model
 
getRoot() - Method in class net.sourceforge.spedit.core.XMLDocument
Returns the root of the tree.
getRootElements() - Method in class net.sourceforge.spedit.core.XMLDocument
Returns an array of elements which only contains the default document root.
getStartOffset() - Method in interface net.sourceforge.spedit.core.XMLNode
 
getStartOffset() - Method in class net.sourceforge.spedit.core.XMLElementWrapper
Fetches the offset from the beginning of the document that this element begins at.
getStartOffset() - Method in class net.sourceforge.spedit.core.XMLTextWrapper
Fetches the offset from the beginning of the document that this element begins at.
getStartOffset() - Method in class net.sourceforge.spedit.ui.WrapperView
 
getStartOffsetOf(Object) - Method in class net.sourceforge.spedit.core.XMLElementWrapper
Returns the start offset of the given object.
getStartPosition() - Method in class net.sourceforge.spedit.core.XMLDocument
 
getStyle(String) - Method in class net.sourceforge.spedit.core.Styleable.StyleSheet
Gets the given style propery.
getStyle(String) - Method in class net.sourceforge.spedit.core.XMLDocument
 
getStyleClass(String) - Method in class net.sourceforge.spedit.core.Styleable.StyleSheet
Returns the class of the object bound to the given style property.
getStyleOwner(String) - Method in class net.sourceforge.spedit.core.Styleable.StyleSheet
Retrieves the parent of the given property.
getStyleSheet() - Method in interface net.sourceforge.spedit.core.Styleable
 
getStyleSheet() - Method in class net.sourceforge.spedit.core.XMLInformation
 
getStyleSheet() - Method in class net.sourceforge.spedit.ui.ParagraphView
 
getStyleSheet() - Method in class net.sourceforge.spedit.ui.WrapperView
 
getStyleSheet() - Method in class net.sourceforge.spedit.ui.LabelView
 
getStyleSheet() - Method in class net.sourceforge.spedit.ui.TableView
 
getStyleSheet() - Method in class net.sourceforge.spedit.ui.BlockView
 
getText(int, int) - Method in class net.sourceforge.spedit.core.XMLDocument
 
getText(int, int, Segment) - Method in class net.sourceforge.spedit.core.XMLDocument
Fetches the text contained within the given portion of the document.
getTextContent() - Method in class net.sourceforge.spedit.core.XMLDocument
Returns the Content object that represents the text contained in this document.
getTopInset() - Method in class net.sourceforge.spedit.ui.ParagraphView
 
getTopInset() - Method in class net.sourceforge.spedit.ui.LabelView
 
getTopInset() - Method in class net.sourceforge.spedit.ui.BlockView
 
getTreePath(TreeNode) - Method in class net.sourceforge.spedit.app.NavigationTree
 
getType() - Method in class net.sourceforge.spedit.core.XMLDocument.DocumentEvent
 
getView(int) - Method in class net.sourceforge.spedit.ui.WrapperView
 
getViewAt(float, float) - Method in class net.sourceforge.spedit.ui.WrapperView
Returns the view that is located at the given coordinates.
getViewCount() - Method in class net.sourceforge.spedit.ui.WrapperView
 
getViewFactory() - Method in class net.sourceforge.spedit.core.XMLEditorKit
 
getViewFactory() - Method in class net.sourceforge.spedit.ui.WrapperView
 
getViewIndex(int, Position.Bias) - Method in class net.sourceforge.spedit.ui.WrapperView
 
getWholeText() - Method in interface net.sourceforge.spedit.core.XMLNode
 
getWholeText() - Method in class net.sourceforge.spedit.core.XMLElementWrapper
 
getWholeText() - Method in class net.sourceforge.spedit.core.XMLTextWrapper
 
getWholeText(int, int) - Method in interface net.sourceforge.spedit.core.XMLNode
 
getWholeText(int, int) - Method in class net.sourceforge.spedit.core.XMLElementWrapper
This is an extension to the JDOM getText() method.
getWholeText(int, int) - Method in class net.sourceforge.spedit.core.XMLTextWrapper
 
getWrapper() - Method in class net.sourceforge.spedit.core.XMLText
 
getWrapper() - Method in class net.sourceforge.spedit.core.XMLElement
Returns the Wrapper attached to this XMLElement.
getXMLElement() - Method in class net.sourceforge.spedit.core.XMLElementWrapper
Returns the XMLElement that this wrapper wraps.

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