com.sun.java.help.impl
Class CustomKit
HTMLEditorKit
com.sun.java.help.impl.CustomKit
public class CustomKit
extends HTMLEditorKit
Subclass of HTMLEditorKit from Swing to adds better functionality
for handing
static class | CustomKit.MouseHandler - Class to watch the associated component and change the
cursor when in a hyperlink
|
Object | clone() - Clone the editorkit
|
Document | createDefaultDocument()
|
void | deinstall(JEditorPane c) - Called when the kit is being removed from the
JEditorPane.
|
ViewFactory | getViewFactory() - Fetch 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.
|
CustomKit
public CustomKit()
clone
public Object clone()
Clone the editorkit
createDefaultDocument
public Document createDefaultDocument()
deinstall
public void deinstall(JEditorPane c)
Called when the kit is being removed from the
JEditorPane. This is used to unregister any
listeners that were attached.
getViewFactory
public ViewFactory getViewFactory()
Fetch a factory that is suitable for producing
views of any models that are produced by this
kit.
install
public void install(JEditorPane c)
Called when the kit is being installed into the
a JEditorPane.