Package javax.swing.text.html
HTMLEditorKit
and supporting classes
for creating HTML text editors.See: Description
-
Class Summary Class Description BlockView A view implementation to display a block (as a box) with CSS specifications.CSS Defines a set of CSS attributes as a typesafe enumeration.CSS.Attribute Definitions to be used as a key on AttributeSet's that might hold CSS attributes.FormSubmitEvent FormSubmitEvent is used to notify interested parties that a form was submited.FormView Component decorator that implements the view interface for form elements, <input>, <textarea>, and <select>.HTML Constants used in theHTMLDocument
.HTML.Attribute Typesafe enumeration representing an HTML attribute.HTML.Tag Typesafe enumeration for an HTML tag.HTML.UnknownTag HTMLDocument A document that models HTML.HTMLDocument.Iterator An iterator to iterate over a particular type of tag.HTMLEditorKit The Swing JEditorPane text component supports different kinds of content via a plug-in mechanism called an EditorKit.HTMLEditorKit.HTMLFactory A factory to build views for HTML.HTMLEditorKit.HTMLTextAction An abstract Action providing some convenience methods that may be useful in inserting HTML into an existing document.HTMLEditorKit.InsertHTMLTextAction InsertHTMLTextAction can be used to insert an arbitrary string of HTML into an existing HTML document.HTMLEditorKit.LinkController Class to watch the associated component and fire hyperlink events on it when appropriate.HTMLEditorKit.Parser Interface to be supported by the parser.HTMLEditorKit.ParserCallback The result of parsing drives these callback methods.HTMLFrameHyperlinkEvent HTMLFrameHyperlinkEvent is used to notify interested parties that link was activated in a frame.HTMLWriter This is a writer for HTMLDocuments.ImageView View of an Image, intended to support the HTML <IMG> tag.InlineView Displays the inline element styles based upon css attributes.ListView A view implementation to display an html listMinimalHTMLWriter MinimalHTMLWriter is a fallback writer used by the HTMLEditorKit to write out HTML for a document that is a not produced by the EditorKit.ObjectView Component decorator that implements the view interface for <object> elements.Option Value for the ListModel used to represent <option> elements.ParagraphView Displays the a paragraph, and uses css attributes for its configuration.StyleSheet Support for defining the visual characteristics of HTML views being rendered.StyleSheet.BoxPainter Class to carry out some of the duties of CSS formatting.StyleSheet.ListPainter Class to carry out some of the duties of CSS list formatting. -
Enum Summary Enum Description FormSubmitEvent.MethodType Represents an HTML form method type.
Package javax.swing.text.html Description
HTMLEditorKit
and supporting classes
for creating HTML text editors.
Note: Most of the Swing API is not thread safe. For details, see Threads and Swing, a section in The Java Tutorial.
Package Specification
- HTML 3.2 Reference Specification - The HTML specification on which HTMLEditorKit is based.
- Since:
- 1.2
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 04/03/2020
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-rf-javax/swing/text/html/package-summary.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.