org.springframework.richclient.text
Class SynchronousHTMLEditorKit
java.lang.Object
javax.swing.text.EditorKit
javax.swing.text.DefaultEditorKit
javax.swing.text.StyledEditorKit
javax.swing.text.html.HTMLEditorKit
org.springframework.richclient.text.SynchronousHTMLEditorKit
- All Implemented Interfaces:
- Serializable, Cloneable, Accessible
public class SynchronousHTMLEditorKit
- extends HTMLEditorKit
A HTMLEditorKit that loads all images and HTML synchronously. This is useful
when you want to be sure that the entire document including images has been
loaded before you display it.
- Author:
- Oliver Hutchison
- See Also:
- Serialized Form
Fields inherited from class javax.swing.text.html.HTMLEditorKit |
BOLD_ACTION, COLOR_ACTION, DEFAULT_CSS, FONT_CHANGE_BIGGER, FONT_CHANGE_SMALLER, IMG_ALIGN_BOTTOM, IMG_ALIGN_MIDDLE, IMG_ALIGN_TOP, IMG_BORDER, ITALIC_ACTION, LOGICAL_STYLE_ACTION, PARA_INDENT_LEFT, PARA_INDENT_RIGHT |
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 |
Methods inherited from class javax.swing.text.html.HTMLEditorKit |
clone, createInputAttributes, deinstall, getAccessibleContext, getActions, getContentType, getDefaultCursor, getInputAttributes, getLinkCursor, getParser, getStyleSheet, insertHTML, install, isAutoFormSubmission, read, setAutoFormSubmission, setDefaultCursor, setLinkCursor, setStyleSheet, write |
SynchronousHTMLEditorKit
public SynchronousHTMLEditorKit()
createDefaultDocument
public Document createDefaultDocument()
- Overrides:
createDefaultDocument
in class HTMLEditorKit
getViewFactory
public ViewFactory getViewFactory()
- Overrides:
getViewFactory
in class HTMLEditorKit
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.