- java.lang.Object
-
- javax.swing.text.html.HTMLEditorKit.HTMLFactory
-
- All Implemented Interfaces:
- ViewFactory
- Enclosing class:
- HTMLEditorKit
public static class HTMLEditorKit.HTMLFactory extends Object implements ViewFactory
A factory to build views for HTML. The following table describes what this factory will build by default.Tag View created HTML.Tag.CONTENT InlineView HTML.Tag.IMPLIED javax.swing.text.html.ParagraphView HTML.Tag.P javax.swing.text.html.ParagraphView HTML.Tag.H1 javax.swing.text.html.ParagraphView HTML.Tag.H2 javax.swing.text.html.ParagraphView HTML.Tag.H3 javax.swing.text.html.ParagraphView HTML.Tag.H4 javax.swing.text.html.ParagraphView HTML.Tag.H5 javax.swing.text.html.ParagraphView HTML.Tag.H6 javax.swing.text.html.ParagraphView HTML.Tag.DT javax.swing.text.html.ParagraphView HTML.Tag.MENU ListView HTML.Tag.DIR ListView HTML.Tag.UL ListView HTML.Tag.OL ListView HTML.Tag.LI BlockView HTML.Tag.DL BlockView HTML.Tag.DD BlockView HTML.Tag.BODY BlockView HTML.Tag.HTML BlockView HTML.Tag.CENTER BlockView HTML.Tag.DIV BlockView HTML.Tag.BLOCKQUOTE BlockView HTML.Tag.PRE BlockView HTML.Tag.BLOCKQUOTE BlockView HTML.Tag.PRE BlockView HTML.Tag.IMG ImageView HTML.Tag.HR HRuleView HTML.Tag.BR BRView HTML.Tag.TABLE javax.swing.text.html.TableView HTML.Tag.INPUT FormView HTML.Tag.SELECT FormView HTML.Tag.TEXTAREA FormView HTML.Tag.OBJECT ObjectView HTML.Tag.FRAMESET FrameSetView HTML.Tag.FRAME FrameView
-
-
Constructor Summary
Constructors Constructor and Description HTMLEditorKit.HTMLFactory()
-
-
-
Method Detail
-
create
public View create(Element elem)
Creates a view from an element.- Specified by:
create
in interfaceViewFactory
- Parameters:
elem
- the element- Returns:
- the view
- See Also:
View
-
-
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
22/12/2024 06:05:12 Cette version de la page est en cache (à la date du 22/12/2024 06:05:12) afin d'accélérer le traitement. Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la dernère version de la page.Document créé le 06/12/2006, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-javax/swing/text/html/HTMLEditorKit.HTMLFactory.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.