Generated by
JDiff

Class javax.swing.JEditorPane

Removed Methods
boolean isFocusCycleRoot() Makes JEditorPane be the root of a focus cycle.
 

Added Methods
HyperlinkListener[] getHyperlinkListeners() Returns an array of all the HyperLinkListeners added to this JEditorPane with addHyperlinkListener().
 

Changed Methods
boolean isManagingFocus() Method was locally defined, but is now inherited from JComponent. Now deprecated.
As of 1.4, replaced by Component.setFocusTraversalKeys(int, Set) and Container.setFocusCycleRoot(boolean).
void processComponentKeyEvent(KeyEvent) Method was locally defined, but is now inherited from JComponent. Processes any key events that the component itself recognizes.
void processKeyEvent(KeyEvent) Method was locally defined, but is now inherited from JComponent. Overrides processKeyEvent to process events.
void scrollToReference(String) Change of visibility from protected to public.
Scrolls the view to the given reference location (that is the value returned by the UL.getRef method for the URL being displayed).