cosmic-internal-jdk
Version:
KingScript: JDK1.8
292 lines (291 loc) • 24.3 kB
TypeScript
/// <reference types="dist/index" />
export type AbstractDocument = $.javax.swing.text.AbstractDocument;
export declare const AbstractDocument: $.javax.swing.text.AbstractDocumentConstructor;
export type AbstractDocument$AttributeContext = $.javax.swing.text.AbstractDocument$AttributeContext;
export declare const AbstractDocument$AttributeContext: $.javax.swing.text.AbstractDocument$AttributeContextConstructor;
export type AbstractDocument$Content = $.javax.swing.text.AbstractDocument$Content;
export declare const AbstractDocument$Content: $.javax.swing.text.AbstractDocument$ContentConstructor;
export type AbstractDocument$ElementEdit = $.javax.swing.text.AbstractDocument$ElementEdit;
export declare const AbstractDocument$ElementEdit: $.javax.swing.text.AbstractDocument$ElementEditConstructor;
export type AbstractWriter = $.javax.swing.text.AbstractWriter;
export declare const AbstractWriter: $.javax.swing.text.AbstractWriterConstructor;
export type AsyncBoxView = $.javax.swing.text.AsyncBoxView;
export declare const AsyncBoxView: $.javax.swing.text.AsyncBoxViewConstructor;
export type AttributeSet = $.javax.swing.text.AttributeSet;
export declare const AttributeSet: $.javax.swing.text.AttributeSetConstructor;
export type AttributeSet$CharacterAttribute = $.javax.swing.text.AttributeSet$CharacterAttribute;
export declare const AttributeSet$CharacterAttribute: $.javax.swing.text.AttributeSet$CharacterAttributeConstructor;
export type AttributeSet$ColorAttribute = $.javax.swing.text.AttributeSet$ColorAttribute;
export declare const AttributeSet$ColorAttribute: $.javax.swing.text.AttributeSet$ColorAttributeConstructor;
export type AttributeSet$FontAttribute = $.javax.swing.text.AttributeSet$FontAttribute;
export declare const AttributeSet$FontAttribute: $.javax.swing.text.AttributeSet$FontAttributeConstructor;
export type AttributeSet$ParagraphAttribute = $.javax.swing.text.AttributeSet$ParagraphAttribute;
export declare const AttributeSet$ParagraphAttribute: $.javax.swing.text.AttributeSet$ParagraphAttributeConstructor;
export type BadLocationException = $.javax.swing.text.BadLocationException;
export declare const BadLocationException: $.javax.swing.text.BadLocationExceptionConstructor;
export type BoxView = $.javax.swing.text.BoxView;
export declare const BoxView: $.javax.swing.text.BoxViewConstructor;
export type Caret = $.javax.swing.text.Caret;
export declare const Caret: $.javax.swing.text.CaretConstructor;
export type ChangedCharSetException = $.javax.swing.text.ChangedCharSetException;
export declare const ChangedCharSetException: $.javax.swing.text.ChangedCharSetExceptionConstructor;
export type ComponentView = $.javax.swing.text.ComponentView;
export declare const ComponentView: $.javax.swing.text.ComponentViewConstructor;
export type CompositeView = $.javax.swing.text.CompositeView;
export declare const CompositeView: $.javax.swing.text.CompositeViewConstructor;
export type DateFormatter = $.javax.swing.text.DateFormatter;
export declare const DateFormatter: $.javax.swing.text.DateFormatterConstructor;
export type DefaultCaret = $.javax.swing.text.DefaultCaret;
export declare const DefaultCaret: $.javax.swing.text.DefaultCaretConstructor;
export type DefaultEditorKit = $.javax.swing.text.DefaultEditorKit;
export declare const DefaultEditorKit: $.javax.swing.text.DefaultEditorKitConstructor;
export type DefaultEditorKit$BeepAction = $.javax.swing.text.DefaultEditorKit$BeepAction;
export declare const DefaultEditorKit$BeepAction: $.javax.swing.text.DefaultEditorKit$BeepActionConstructor;
export type DefaultEditorKit$CopyAction = $.javax.swing.text.DefaultEditorKit$CopyAction;
export declare const DefaultEditorKit$CopyAction: $.javax.swing.text.DefaultEditorKit$CopyActionConstructor;
export type DefaultEditorKit$CutAction = $.javax.swing.text.DefaultEditorKit$CutAction;
export declare const DefaultEditorKit$CutAction: $.javax.swing.text.DefaultEditorKit$CutActionConstructor;
export type DefaultEditorKit$DefaultKeyTypedAction = $.javax.swing.text.DefaultEditorKit$DefaultKeyTypedAction;
export declare const DefaultEditorKit$DefaultKeyTypedAction: $.javax.swing.text.DefaultEditorKit$DefaultKeyTypedActionConstructor;
export type DefaultEditorKit$InsertBreakAction = $.javax.swing.text.DefaultEditorKit$InsertBreakAction;
export declare const DefaultEditorKit$InsertBreakAction: $.javax.swing.text.DefaultEditorKit$InsertBreakActionConstructor;
export type DefaultEditorKit$InsertContentAction = $.javax.swing.text.DefaultEditorKit$InsertContentAction;
export declare const DefaultEditorKit$InsertContentAction: $.javax.swing.text.DefaultEditorKit$InsertContentActionConstructor;
export type DefaultEditorKit$InsertTabAction = $.javax.swing.text.DefaultEditorKit$InsertTabAction;
export declare const DefaultEditorKit$InsertTabAction: $.javax.swing.text.DefaultEditorKit$InsertTabActionConstructor;
export type DefaultEditorKit$PasteAction = $.javax.swing.text.DefaultEditorKit$PasteAction;
export declare const DefaultEditorKit$PasteAction: $.javax.swing.text.DefaultEditorKit$PasteActionConstructor;
export type DefaultFormatter = $.javax.swing.text.DefaultFormatter;
export declare const DefaultFormatter: $.javax.swing.text.DefaultFormatterConstructor;
export type DefaultFormatterFactory = $.javax.swing.text.DefaultFormatterFactory;
export declare const DefaultFormatterFactory: $.javax.swing.text.DefaultFormatterFactoryConstructor;
export type DefaultHighlighter = $.javax.swing.text.DefaultHighlighter;
export declare const DefaultHighlighter: $.javax.swing.text.DefaultHighlighterConstructor;
export type DefaultHighlighter$DefaultHighlightPainter = $.javax.swing.text.DefaultHighlighter$DefaultHighlightPainter;
export declare const DefaultHighlighter$DefaultHighlightPainter: $.javax.swing.text.DefaultHighlighter$DefaultHighlightPainterConstructor;
export type DefaultStyledDocument = $.javax.swing.text.DefaultStyledDocument;
export declare const DefaultStyledDocument: $.javax.swing.text.DefaultStyledDocumentConstructor;
export type DefaultStyledDocument$AttributeUndoableEdit = $.javax.swing.text.DefaultStyledDocument$AttributeUndoableEdit;
export declare const DefaultStyledDocument$AttributeUndoableEdit: $.javax.swing.text.DefaultStyledDocument$AttributeUndoableEditConstructor;
export type DefaultStyledDocument$ElementSpec = $.javax.swing.text.DefaultStyledDocument$ElementSpec;
export declare const DefaultStyledDocument$ElementSpec: $.javax.swing.text.DefaultStyledDocument$ElementSpecConstructor;
export type DefaultTextUI = $.javax.swing.text.DefaultTextUI;
export declare const DefaultTextUI: $.javax.swing.text.DefaultTextUIConstructor;
export type Document = $.javax.swing.text.Document;
export declare const Document: $.javax.swing.text.DocumentConstructor;
export type DocumentFilter = $.javax.swing.text.DocumentFilter;
export declare const DocumentFilter: $.javax.swing.text.DocumentFilterConstructor;
export type DocumentFilter$FilterBypass = $.javax.swing.text.DocumentFilter$FilterBypass;
export declare const DocumentFilter$FilterBypass: $.javax.swing.text.DocumentFilter$FilterBypassConstructor;
export type EditorKit = $.javax.swing.text.EditorKit;
export declare const EditorKit: $.javax.swing.text.EditorKitConstructor;
export type Element = $.javax.swing.text.Element;
export declare const Element: $.javax.swing.text.ElementConstructor;
export type ElementIterator = $.javax.swing.text.ElementIterator;
export declare const ElementIterator: $.javax.swing.text.ElementIteratorConstructor;
export type FieldView = $.javax.swing.text.FieldView;
export declare const FieldView: $.javax.swing.text.FieldViewConstructor;
export type FlowView = $.javax.swing.text.FlowView;
export declare const FlowView: $.javax.swing.text.FlowViewConstructor;
export type FlowView$FlowStrategy = $.javax.swing.text.FlowView$FlowStrategy;
export declare const FlowView$FlowStrategy: $.javax.swing.text.FlowView$FlowStrategyConstructor;
export type GapContent = $.javax.swing.text.GapContent;
export declare const GapContent: $.javax.swing.text.GapContentConstructor;
export type GlyphView = $.javax.swing.text.GlyphView;
export declare const GlyphView: $.javax.swing.text.GlyphViewConstructor;
export type GlyphView$GlyphPainter = $.javax.swing.text.GlyphView$GlyphPainter;
export declare const GlyphView$GlyphPainter: $.javax.swing.text.GlyphView$GlyphPainterConstructor;
export type Highlighter = $.javax.swing.text.Highlighter;
export declare const Highlighter: $.javax.swing.text.HighlighterConstructor;
export type Highlighter$Highlight = $.javax.swing.text.Highlighter$Highlight;
export declare const Highlighter$Highlight: $.javax.swing.text.Highlighter$HighlightConstructor;
export type Highlighter$HighlightPainter = $.javax.swing.text.Highlighter$HighlightPainter;
export declare const Highlighter$HighlightPainter: $.javax.swing.text.Highlighter$HighlightPainterConstructor;
export type IconView = $.javax.swing.text.IconView;
export declare const IconView: $.javax.swing.text.IconViewConstructor;
export type InternationalFormatter = $.javax.swing.text.InternationalFormatter;
export declare const InternationalFormatter: $.javax.swing.text.InternationalFormatterConstructor;
export type JTextComponent = $.javax.swing.text.JTextComponent;
export declare const JTextComponent: $.javax.swing.text.JTextComponentConstructor;
export type JTextComponent$DropLocation = $.javax.swing.text.JTextComponent$DropLocation;
export declare const JTextComponent$DropLocation: $.javax.swing.text.JTextComponent$DropLocationConstructor;
export type JTextComponent$KeyBinding = $.javax.swing.text.JTextComponent$KeyBinding;
export declare const JTextComponent$KeyBinding: $.javax.swing.text.JTextComponent$KeyBindingConstructor;
export type Keymap = $.javax.swing.text.Keymap;
export declare const Keymap: $.javax.swing.text.KeymapConstructor;
export type LabelView = $.javax.swing.text.LabelView;
export declare const LabelView: $.javax.swing.text.LabelViewConstructor;
export type LayeredHighlighter = $.javax.swing.text.LayeredHighlighter;
export declare const LayeredHighlighter: $.javax.swing.text.LayeredHighlighterConstructor;
export type LayeredHighlighter$LayerPainter = $.javax.swing.text.LayeredHighlighter$LayerPainter;
export declare const LayeredHighlighter$LayerPainter: $.javax.swing.text.LayeredHighlighter$LayerPainterConstructor;
export type LayoutQueue = $.javax.swing.text.LayoutQueue;
export declare const LayoutQueue: $.javax.swing.text.LayoutQueueConstructor;
export type MaskFormatter = $.javax.swing.text.MaskFormatter;
export declare const MaskFormatter: $.javax.swing.text.MaskFormatterConstructor;
export type MutableAttributeSet = $.javax.swing.text.MutableAttributeSet;
export declare const MutableAttributeSet: $.javax.swing.text.MutableAttributeSetConstructor;
export type NavigationFilter = $.javax.swing.text.NavigationFilter;
export declare const NavigationFilter: $.javax.swing.text.NavigationFilterConstructor;
export type NavigationFilter$FilterBypass = $.javax.swing.text.NavigationFilter$FilterBypass;
export declare const NavigationFilter$FilterBypass: $.javax.swing.text.NavigationFilter$FilterBypassConstructor;
export type NumberFormatter = $.javax.swing.text.NumberFormatter;
export declare const NumberFormatter: $.javax.swing.text.NumberFormatterConstructor;
export type ParagraphView = $.javax.swing.text.ParagraphView;
export declare const ParagraphView: $.javax.swing.text.ParagraphViewConstructor;
export type PasswordView = $.javax.swing.text.PasswordView;
export declare const PasswordView: $.javax.swing.text.PasswordViewConstructor;
export type PlainDocument = $.javax.swing.text.PlainDocument;
export declare const PlainDocument: $.javax.swing.text.PlainDocumentConstructor;
export type PlainView = $.javax.swing.text.PlainView;
export declare const PlainView: $.javax.swing.text.PlainViewConstructor;
export type Position = $.javax.swing.text.Position;
export declare const Position: $.javax.swing.text.PositionConstructor;
export type Position$Bias = $.javax.swing.text.Position$Bias;
export declare const Position$Bias: $.javax.swing.text.Position$BiasConstructor;
export type Segment = $.javax.swing.text.Segment;
export declare const Segment: $.javax.swing.text.SegmentConstructor;
export type SimpleAttributeSet = $.javax.swing.text.SimpleAttributeSet;
export declare const SimpleAttributeSet: $.javax.swing.text.SimpleAttributeSetConstructor;
export type StringContent = $.javax.swing.text.StringContent;
export declare const StringContent: $.javax.swing.text.StringContentConstructor;
export type Style = $.javax.swing.text.Style;
export declare const Style: $.javax.swing.text.StyleConstructor;
export type StyleConstants = $.javax.swing.text.StyleConstants;
export declare const StyleConstants: $.javax.swing.text.StyleConstantsConstructor;
export type StyleConstants$CharacterConstants = $.javax.swing.text.StyleConstants$CharacterConstants;
export declare const StyleConstants$CharacterConstants: $.javax.swing.text.StyleConstants$CharacterConstantsConstructor;
export type StyleConstants$ColorConstants = $.javax.swing.text.StyleConstants$ColorConstants;
export declare const StyleConstants$ColorConstants: $.javax.swing.text.StyleConstants$ColorConstantsConstructor;
export type StyleConstants$FontConstants = $.javax.swing.text.StyleConstants$FontConstants;
export declare const StyleConstants$FontConstants: $.javax.swing.text.StyleConstants$FontConstantsConstructor;
export type StyleConstants$ParagraphConstants = $.javax.swing.text.StyleConstants$ParagraphConstants;
export declare const StyleConstants$ParagraphConstants: $.javax.swing.text.StyleConstants$ParagraphConstantsConstructor;
export type StyleContext = $.javax.swing.text.StyleContext;
export declare const StyleContext: $.javax.swing.text.StyleContextConstructor;
export type StyledDocument = $.javax.swing.text.StyledDocument;
export declare const StyledDocument: $.javax.swing.text.StyledDocumentConstructor;
export type StyledEditorKit = $.javax.swing.text.StyledEditorKit;
export declare const StyledEditorKit: $.javax.swing.text.StyledEditorKitConstructor;
export type StyledEditorKit$AlignmentAction = $.javax.swing.text.StyledEditorKit$AlignmentAction;
export declare const StyledEditorKit$AlignmentAction: $.javax.swing.text.StyledEditorKit$AlignmentActionConstructor;
export type StyledEditorKit$BoldAction = $.javax.swing.text.StyledEditorKit$BoldAction;
export declare const StyledEditorKit$BoldAction: $.javax.swing.text.StyledEditorKit$BoldActionConstructor;
export type StyledEditorKit$FontFamilyAction = $.javax.swing.text.StyledEditorKit$FontFamilyAction;
export declare const StyledEditorKit$FontFamilyAction: $.javax.swing.text.StyledEditorKit$FontFamilyActionConstructor;
export type StyledEditorKit$FontSizeAction = $.javax.swing.text.StyledEditorKit$FontSizeAction;
export declare const StyledEditorKit$FontSizeAction: $.javax.swing.text.StyledEditorKit$FontSizeActionConstructor;
export type StyledEditorKit$ForegroundAction = $.javax.swing.text.StyledEditorKit$ForegroundAction;
export declare const StyledEditorKit$ForegroundAction: $.javax.swing.text.StyledEditorKit$ForegroundActionConstructor;
export type StyledEditorKit$ItalicAction = $.javax.swing.text.StyledEditorKit$ItalicAction;
export declare const StyledEditorKit$ItalicAction: $.javax.swing.text.StyledEditorKit$ItalicActionConstructor;
export type StyledEditorKit$StyledTextAction = $.javax.swing.text.StyledEditorKit$StyledTextAction;
export declare const StyledEditorKit$StyledTextAction: $.javax.swing.text.StyledEditorKit$StyledTextActionConstructor;
export type StyledEditorKit$UnderlineAction = $.javax.swing.text.StyledEditorKit$UnderlineAction;
export declare const StyledEditorKit$UnderlineAction: $.javax.swing.text.StyledEditorKit$UnderlineActionConstructor;
export type TabExpander = $.javax.swing.text.TabExpander;
export declare const TabExpander: $.javax.swing.text.TabExpanderConstructor;
export type TabSet = $.javax.swing.text.TabSet;
export declare const TabSet: $.javax.swing.text.TabSetConstructor;
export type TabStop = $.javax.swing.text.TabStop;
export declare const TabStop: $.javax.swing.text.TabStopConstructor;
export type TabableView = $.javax.swing.text.TabableView;
export declare const TabableView: $.javax.swing.text.TabableViewConstructor;
export type TableView = $.javax.swing.text.TableView;
export declare const TableView: $.javax.swing.text.TableViewConstructor;
export type TextAction = $.javax.swing.text.TextAction;
export declare const TextAction: $.javax.swing.text.TextActionConstructor;
export type Utilities = $.javax.swing.text.Utilities;
export declare const Utilities: $.javax.swing.text.UtilitiesConstructor;
export type View = $.javax.swing.text.View;
export declare const View: $.javax.swing.text.ViewConstructor;
export type ViewFactory = $.javax.swing.text.ViewFactory;
export declare const ViewFactory: $.javax.swing.text.ViewFactoryConstructor;
export type WrappedPlainView = $.javax.swing.text.WrappedPlainView;
export declare const WrappedPlainView: $.javax.swing.text.WrappedPlainViewConstructor;
export type ZoneView = $.javax.swing.text.ZoneView;
export declare const ZoneView: $.javax.swing.text.ZoneViewConstructor;
export type BlockView = $.javax.swing.text.html.BlockView;
export declare const BlockView: $.javax.swing.text.html.BlockViewConstructor;
export type CSS = $.javax.swing.text.html.CSS;
export declare const CSS: $.javax.swing.text.html.CSSConstructor;
export type CSS$Attribute = $.javax.swing.text.html.CSS$Attribute;
export declare const CSS$Attribute: $.javax.swing.text.html.CSS$AttributeConstructor;
export type FormSubmitEvent = $.javax.swing.text.html.FormSubmitEvent;
export declare const FormSubmitEvent: $.javax.swing.text.html.FormSubmitEventConstructor;
export declare const FormSubmitEvent$MethodType: typeof $.javax.swing.text.html.FormSubmitEvent$MethodType;
export type FormSubmitEvent$MethodType = $.javax.swing.text.html.FormSubmitEvent$MethodType;
export type FormView = $.javax.swing.text.html.FormView;
export declare const FormView: $.javax.swing.text.html.FormViewConstructor;
export type HTML = $.javax.swing.text.html.HTML;
export declare const HTML: $.javax.swing.text.html.HTMLConstructor;
export type HTML$Attribute = $.javax.swing.text.html.HTML$Attribute;
export declare const HTML$Attribute: $.javax.swing.text.html.HTML$AttributeConstructor;
export type HTML$Tag = $.javax.swing.text.html.HTML$Tag;
export declare const HTML$Tag: $.javax.swing.text.html.HTML$TagConstructor;
export type HTML$UnknownTag = $.javax.swing.text.html.HTML$UnknownTag;
export declare const HTML$UnknownTag: $.javax.swing.text.html.HTML$UnknownTagConstructor;
export type HTMLDocument = $.javax.swing.text.html.HTMLDocument;
export declare const HTMLDocument: $.javax.swing.text.html.HTMLDocumentConstructor;
export type HTMLDocument$Iterator = $.javax.swing.text.html.HTMLDocument$Iterator;
export declare const HTMLDocument$Iterator: $.javax.swing.text.html.HTMLDocument$IteratorConstructor;
export type HTMLEditorKit = $.javax.swing.text.html.HTMLEditorKit;
export declare const HTMLEditorKit: $.javax.swing.text.html.HTMLEditorKitConstructor;
export type HTMLEditorKit$HTMLFactory = $.javax.swing.text.html.HTMLEditorKit$HTMLFactory;
export declare const HTMLEditorKit$HTMLFactory: $.javax.swing.text.html.HTMLEditorKit$HTMLFactoryConstructor;
export type HTMLEditorKit$HTMLTextAction = $.javax.swing.text.html.HTMLEditorKit$HTMLTextAction;
export declare const HTMLEditorKit$HTMLTextAction: $.javax.swing.text.html.HTMLEditorKit$HTMLTextActionConstructor;
export type HTMLEditorKit$InsertHTMLTextAction = $.javax.swing.text.html.HTMLEditorKit$InsertHTMLTextAction;
export declare const HTMLEditorKit$InsertHTMLTextAction: $.javax.swing.text.html.HTMLEditorKit$InsertHTMLTextActionConstructor;
export type HTMLEditorKit$LinkController = $.javax.swing.text.html.HTMLEditorKit$LinkController;
export declare const HTMLEditorKit$LinkController: $.javax.swing.text.html.HTMLEditorKit$LinkControllerConstructor;
export type HTMLEditorKit$Parser = $.javax.swing.text.html.HTMLEditorKit$Parser;
export declare const HTMLEditorKit$Parser: $.javax.swing.text.html.HTMLEditorKit$ParserConstructor;
export type HTMLEditorKit$ParserCallback = $.javax.swing.text.html.HTMLEditorKit$ParserCallback;
export declare const HTMLEditorKit$ParserCallback: $.javax.swing.text.html.HTMLEditorKit$ParserCallbackConstructor;
export type HTMLFrameHyperlinkEvent = $.javax.swing.text.html.HTMLFrameHyperlinkEvent;
export declare const HTMLFrameHyperlinkEvent: $.javax.swing.text.html.HTMLFrameHyperlinkEventConstructor;
export type HTMLWriter = $.javax.swing.text.html.HTMLWriter;
export declare const HTMLWriter: $.javax.swing.text.html.HTMLWriterConstructor;
export type ImageView = $.javax.swing.text.html.ImageView;
export declare const ImageView: $.javax.swing.text.html.ImageViewConstructor;
export type InlineView = $.javax.swing.text.html.InlineView;
export declare const InlineView: $.javax.swing.text.html.InlineViewConstructor;
export type ListView = $.javax.swing.text.html.ListView;
export declare const ListView: $.javax.swing.text.html.ListViewConstructor;
export type MinimalHTMLWriter = $.javax.swing.text.html.MinimalHTMLWriter;
export declare const MinimalHTMLWriter: $.javax.swing.text.html.MinimalHTMLWriterConstructor;
export type ObjectView = $.javax.swing.text.html.ObjectView;
export declare const ObjectView: $.javax.swing.text.html.ObjectViewConstructor;
export type Option = $.javax.swing.text.html.Option;
export declare const Option: $.javax.swing.text.html.OptionConstructor;
export type ParagraphViewOfHtml = $.javax.swing.text.html.ParagraphViewOfHtml;
export declare const ParagraphViewOfHtml: $.javax.swing.text.html.ParagraphViewOfHtmlConstructor;
export type StyleSheet = $.javax.swing.text.html.StyleSheet;
export declare const StyleSheet: $.javax.swing.text.html.StyleSheetConstructor;
export type StyleSheet$BoxPainter = $.javax.swing.text.html.StyleSheet$BoxPainter;
export declare const StyleSheet$BoxPainter: $.javax.swing.text.html.StyleSheet$BoxPainterConstructor;
export type StyleSheet$ListPainter = $.javax.swing.text.html.StyleSheet$ListPainter;
export declare const StyleSheet$ListPainter: $.javax.swing.text.html.StyleSheet$ListPainterConstructor;
export type AttributeList = $.javax.swing.text.html.parser.AttributeList;
export declare const AttributeList: $.javax.swing.text.html.parser.AttributeListConstructor;
export type ContentModel = $.javax.swing.text.html.parser.ContentModel;
export declare const ContentModel: $.javax.swing.text.html.parser.ContentModelConstructor;
export type DTD = $.javax.swing.text.html.parser.DTD;
export declare const DTD: $.javax.swing.text.html.parser.DTDConstructor;
export type DTDConstants = $.javax.swing.text.html.parser.DTDConstants;
export declare const DTDConstants: $.javax.swing.text.html.parser.DTDConstantsConstructor;
export type DocumentParser = $.javax.swing.text.html.parser.DocumentParser;
export declare const DocumentParser: $.javax.swing.text.html.parser.DocumentParserConstructor;
export type ElementOfHtml = $.javax.swing.text.html.parser.ElementOfHtml;
export declare const ElementOfHtml: $.javax.swing.text.html.parser.ElementOfHtmlConstructor;
export type Entity = $.javax.swing.text.html.parser.Entity;
export declare const Entity: $.javax.swing.text.html.parser.EntityConstructor;
export type Parser = $.javax.swing.text.html.parser.Parser;
export declare const Parser: $.javax.swing.text.html.parser.ParserConstructor;
export type ParserDelegator = $.javax.swing.text.html.parser.ParserDelegator;
export declare const ParserDelegator: $.javax.swing.text.html.parser.ParserDelegatorConstructor;
export type TagElement = $.javax.swing.text.html.parser.TagElement;
export declare const TagElement: $.javax.swing.text.html.parser.TagElementConstructor;
export type RTFEditorKit = $.javax.swing.text.rtf.RTFEditorKit;
export declare const RTFEditorKit: $.javax.swing.text.rtf.RTFEditorKitConstructor;