|
fontGet(AttributeSet) |
Extracts and returns the font from a given attributeset. |
|
fontSet(MutableAttributeSet, Font) |
Sets the mutableattributeset font. |
|
getAttributeNameFont() |
Returns the Attribute Value font. |
|
getAttributeNameForeground() |
Returns the Attribute Name foreground color. |
|
getAttributeValueFont() |
Returns the Attribute Value font. |
|
getAttributeValueForeground() |
Returns the Attribute Value foreground color. |
|
getBackground() |
Returns the background color. |
|
getCDATAFont() |
Returns the CDATA font. |
|
getCDATAForeground() |
Returns the CDATA foreground color. |
|
getCommentDataFont() |
Returns the Comment Data font. |
|
getCommentDataForeground() |
Returns the Comment Data foreground color. |
|
getEditedText() |
Returns the edited text. |
|
getJTextPane() |
Returns the viewer JTextPane component. |
|
getMinimumSize() |
Returns the XMLSourceView minimal size. |
|
getNodeAtOffset(int) |
Returns the XML node at a given offset. |
|
getPCDATAFont() |
Returns the PCDATA font. |
|
getPCDATAForeground() |
Returns the PCDATA foreground color. |
|
getPIDataFont() |
Returns the PI Data font. |
|
getPIDataForeground() |
Returns the PI Data foreground color. |
|
getPINameFont() |
Returns the PI Name font. |
|
getPINameForeground() |
Returns the PI Data foreground color. |
|
getSymbolFont() |
Returns the NOTATION Symbol font. |
|
getSymbolForeground() |
Returns the NOTATION Symbol foreground color. |
|
getTagFont() |
Returns the Tag font. |
|
getTagForeground() |
Returns the Tag foreground color. |
|
getText() |
Returns the XML document as a String. |
|
isEditable() |
Returns boolean to indicate whether this object is editable. |
|
selectNodeAt(int) |
Moves the cursor to XML Node at offset i. |
|
setAttributeNameFont(Font) |
Sets the Attribute Name font. |
|
setAttributeNameForeground(Color) |
Sets the Attribute Name foreground color. |
|
setAttributeValueFont(Font) |
Sets the Attribute Value font. |
|
setAttributeValueForeground(Color) |
Sets the Attribute Value foreground color. |
|
setBackground(Color) |
Sets the background color. |
|
setCDATAFont(Font) |
Sets the CDATA font. |
|
setCDATAForeground(Color) |
Sets the CDATA foreground color. |
|
setCommentDataFont(Font) |
Sets the Comment font. |
|
setCommentDataForeground(Color) |
Sets the Comment foreground color. |
|
setEditable(boolean) |
Sets the specified boolean to indicate whether this object should be editable. |
|
setPCDATAFont(Font) |
Sets the PCDATA font. |
|
setPCDATAForeground(Color) |
Sets the PCDATA foreground color. |
|
setPIDataFont(Font) |
Sets the PI Data font. |
|
setPIDataForeground(Color) |
Sets the PI Data foreground color. |
|
setPINameFont(Font) |
Sets the PI Name font. |
|
setPINameForeground(Color) |
Sets the PI Name foreground color. |
|
setSelectedNode(Node) |
Sets the cursor position at the selected XML node. |
|
setSymbolFont(Font) |
Sets the NOTATION Symbol font. |
|
setSymbolForeground(Color) |
Sets the NOTATION Symbol foreground color. |
|
setTagFont(Font) |
Sets the Tag font. |
|
setTagForeground(Color) |
Sets the Tag foreground color. |
|
setXMLDocument(Document) |
Associates the XMLviewer with a XML document. |