|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.text.EditorKit
javax.swing.text.DefaultEditorKit
org.apache.batik.util.gui.xmleditor.XMLEditorKit
public class XMLEditorKit
This is the set of things needed by a text component to be a reasonably functioning editor for xml type document.
| Nested Class Summary | |
|---|---|
protected class |
XMLEditorKit.XMLViewFactory
A simple view factory implementation. |
| Nested classes/interfaces inherited from class javax.swing.text.DefaultEditorKit |
|---|
javax.swing.text.DefaultEditorKit.BeepAction, javax.swing.text.DefaultEditorKit.CopyAction, javax.swing.text.DefaultEditorKit.CutAction, javax.swing.text.DefaultEditorKit.DefaultKeyTypedAction, javax.swing.text.DefaultEditorKit.InsertBreakAction, javax.swing.text.DefaultEditorKit.InsertContentAction, javax.swing.text.DefaultEditorKit.InsertTabAction, javax.swing.text.DefaultEditorKit.PasteAction |
| Field Summary | |
|---|---|
protected XMLContext |
context
|
protected javax.swing.text.ViewFactory |
factory
|
static java.lang.String |
XML_MIME_TYPE
|
| Fields inherited from class javax.swing.text.DefaultEditorKit |
|---|
backwardAction, beepAction, beginAction, beginLineAction, beginParagraphAction, beginWordAction, copyAction, cutAction, defaultKeyTypedAction, deleteNextCharAction, deleteNextWordAction, deletePrevCharAction, deletePrevWordAction, downAction, endAction, endLineAction, EndOfLineStringProperty, endParagraphAction, endWordAction, forwardAction, insertBreakAction, insertContentAction, insertTabAction, nextWordAction, pageDownAction, pageUpAction, pasteAction, previousWordAction, readOnlyAction, selectAllAction, selectionBackwardAction, selectionBeginAction, selectionBeginLineAction, selectionBeginParagraphAction, selectionBeginWordAction, selectionDownAction, selectionEndAction, selectionEndLineAction, selectionEndParagraphAction, selectionEndWordAction, selectionForwardAction, selectionNextWordAction, selectionPreviousWordAction, selectionUpAction, selectLineAction, selectParagraphAction, selectWordAction, upAction, writableAction |
| Constructor Summary | |
|---|---|
XMLEditorKit()
Creates a new instance of XMLEditorKit |
|
XMLEditorKit(XMLContext context)
Creates a new instance of XMLEditorKit |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
javax.swing.text.Document |
createDefaultDocument()
|
java.lang.String |
getContentType()
Get the MIME type of the data that this kit represents support for. |
XMLContext |
getStylePreferences()
|
javax.swing.text.ViewFactory |
getViewFactory()
|
void |
install(javax.swing.JEditorPane c)
Overriden to set the JEditorPane font to match with the XMLContext |
| Methods inherited from class javax.swing.text.DefaultEditorKit |
|---|
createCaret, getActions, read, read, write, write |
| Methods inherited from class javax.swing.text.EditorKit |
|---|
deinstall |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String XML_MIME_TYPE
protected XMLContext context
protected javax.swing.text.ViewFactory factory
| Constructor Detail |
|---|
public XMLEditorKit()
public XMLEditorKit(XMLContext context)
context - XMLContext| Method Detail |
|---|
public XMLContext getStylePreferences()
public void install(javax.swing.JEditorPane c)
install in class javax.swing.text.EditorKitpublic java.lang.String getContentType()
text/xml.
getContentType in class javax.swing.text.DefaultEditorKitpublic java.lang.Object clone()
clone in class javax.swing.text.EditorKitpublic javax.swing.text.Document createDefaultDocument()
createDefaultDocument in class javax.swing.text.DefaultEditorKitpublic javax.swing.text.ViewFactory getViewFactory()
getViewFactory in class javax.swing.text.DefaultEditorKit
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||