Package net.simplace.core.xmleditorkit
Klasse XMLEditorKit
java.lang.Object
javax.swing.text.EditorKit
javax.swing.text.DefaultEditorKit
javax.swing.text.StyledEditorKit
net.simplace.core.xmleditorkit.XMLEditorKit
- Alle implementierten Schnittstellen:
Serializable,Cloneable
- Autor:
- Stanislav Lapitsky
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenVon Klasse geerbte verschachtelte Klassen/Schnittstellen javax.swing.text.StyledEditorKit
StyledEditorKit.AlignmentAction, StyledEditorKit.BoldAction, StyledEditorKit.FontFamilyAction, StyledEditorKit.FontSizeAction, StyledEditorKit.ForegroundAction, StyledEditorKit.ItalicAction, StyledEditorKit.StyledTextAction, StyledEditorKit.UnderlineActionVon Klasse geerbte verschachtelte Klassen/Schnittstellen javax.swing.text.DefaultEditorKit
DefaultEditorKit.BeepAction, DefaultEditorKit.CopyAction, DefaultEditorKit.CutAction, DefaultEditorKit.DefaultKeyTypedAction, DefaultEditorKit.InsertBreakAction, DefaultEditorKit.InsertContentAction, DefaultEditorKit.InsertTabAction, DefaultEditorKit.PasteAction -
Feldübersicht
Von Klasse geerbte Felder javax.swing.text.DefaultEditorKit
backwardAction, beepAction, beginAction, beginLineAction, beginLineUpAction, beginParagraphAction, beginWordAction, copyAction, cutAction, defaultKeyTypedAction, deleteNextCharAction, deleteNextWordAction, deletePrevCharAction, deletePrevWordAction, downAction, endAction, endLineAction, endLineDownAction, 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 -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic voidcorrectSelectionBounds(int[] selection, Document d) voidAction[]protected static ShapegetAllocation(View v, JEditorPane edit) protected intgetInsertPosition(int pos, Document d) voidvoidread(InputStream in, Document doc, int pos) voidvoidwrite(OutputStream out, Document doc, int pos, int len) voidVon Klasse geerbte Methoden javax.swing.text.StyledEditorKit
clone, createInputAttributes, getCharacterAttributeRun, getInputAttributesVon Klasse geerbte Methoden javax.swing.text.DefaultEditorKit
createCaret
-
Konstruktordetails
-
XMLEditorKit
public XMLEditorKit()
-
-
Methodendetails
-
getViewFactory
- Setzt außer Kraft:
getViewFactoryin KlasseStyledEditorKit
-
createDefaultDocument
- Setzt außer Kraft:
createDefaultDocumentin KlasseStyledEditorKit
-
getContentType
- Setzt außer Kraft:
getContentTypein KlasseDefaultEditorKit
-
read
- Setzt außer Kraft:
readin KlasseDefaultEditorKit- Löst aus:
IOExceptionBadLocationException
-
read
- Setzt außer Kraft:
readin KlasseDefaultEditorKit- Löst aus:
IOExceptionBadLocationException
-
write
public void write(OutputStream out, Document doc, int pos, int len) throws IOException, BadLocationException - Setzt außer Kraft:
writein KlasseDefaultEditorKit- Löst aus:
IOExceptionBadLocationException
-
write
public void write(Writer out, Document doc, int pos, int len) throws IOException, BadLocationException - Setzt außer Kraft:
writein KlasseDefaultEditorKit- Löst aus:
IOExceptionBadLocationException
-
correctSelectionBounds
-
getInsertPosition
-
install
- Setzt außer Kraft:
installin KlasseStyledEditorKit
-
deinstall
- Setzt außer Kraft:
deinstallin KlasseStyledEditorKit
-
getAllocation
-
getActions
- Setzt außer Kraft:
getActionsin KlasseStyledEditorKit
-