A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.oracle.com/javase/8/docs/api/javax/swing/text/EditorKit.html below:

EditorKit (Java Platform SE 8 )

Modifier and Type Method Description Object clone()

Creates a copy of the editor kit.

abstract Caret createCaret()

Fetches a caret that can navigate through views produced by the associated ViewFactory.

abstract Document createDefaultDocument()

Creates an uninitialized text storage model that is appropriate for this type of editor.

void deinstall(JEditorPane c)

Called when the kit is being removed from the JEditorPane.

abstract Action[] getActions()

Fetches the set of commands that can be used on a text component that is using a model and view produced by this kit.

abstract String getContentType()

Gets the MIME type of the data that this kit represents support for.

abstract ViewFactory getViewFactory()

Fetches a factory that is suitable for producing views of any models that are produced by this kit.

void install(JEditorPane c)

Called when the kit is being installed into the a JEditorPane.

abstract void read(InputStream in, Document doc, int pos)

Inserts content from the given stream which is expected to be in a format appropriate for this kind of content handler.

abstract void read(Reader in, Document doc, int pos)

Inserts content from the given stream which is expected to be in a format appropriate for this kind of content handler.

abstract void write(OutputStream out, Document doc, int pos, int len)

Writes content from a document to the given stream in a format appropriate for this kind of content handler.

abstract void write(Writer out, Document doc, int pos, int len)

Writes content from a document to the given stream in a format appropriate for this kind of content handler.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4