|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
String ) |
Documentation changed from old to new. |
Creates a JEditorPane based on a string containing a URL specification. |
String, |
Documentation changed from old to new. |
Creates a JEditorPane that has been initialized to the given text. |
URL ) |
Documentation changed from old to new. |
Creates a JEditorPane based on a specified URL for input. |
void ) |
Documentation changed from old to new. |
Creates a new JEditorPane . |
Added Methods | |
String getEditorKitClassNameForContentType(String ) |
Returns the currently registered EditorKit class name for the type type . |
Changed Methods | ||
EditorKit createDefaultEditorKit() |
Documentation changed from old to new. |
Creates the default editor kit (PlainEditorKit ) for when the component is first created. |
EditorKit createEditorKitForContentType(String ) |
Documentation changed from old to new. |
Creates a handler for the given type from the default registry of editor kits. |
void fireHyperlinkUpdate(HyperlinkEvent ) |
Documentation changed from old to new. |
Notifies all listeners that have registered interest for notification on this event type. |
AccessibleContext getAccessibleContext() |
Documentation changed from old to new. |
Gets the AccessibleContext associated with this JEditorPane. |
String getContentType() |
Documentation changed from old to new. |
Gets the type of content that this editor is currently set to deal with. |
EditorKit getEditorKit() |
Documentation changed from old to new. Change from final to non-final. |
Fetches the currently installed kit for handling content. |
EditorKit getEditorKitForContentType(String ) |
Documentation changed from old to new. |
Fetches the editor kit to use for the given type of content. |
URL getPage() |
Documentation changed from old to new. |
Gets the current URL being displayed. |
Dimension getPreferredSize() |
Documentation changed from old to new. |
Returns the preferred size for the JEditorPane . |
boolean getScrollableTracksViewportHeight() |
Documentation changed from old to new. |
Returns true if a viewport should always force the height of this Scrollable to match the height of the viewport. |
boolean getScrollableTracksViewportWidth() |
Documentation changed from old to new. |
Returns true if a viewport should always force the width of this Scrollable to match the width of the viewport. |
InputStream getStream(URL ) |
Documentation changed from old to new. |
Fetches a stream for the given URL which is about to be loaded by the setPage method. |
String getUIClassID() |
Documentation changed from old to new. |
Gets the class ID for the UI. |
boolean isFocusCycleRoot() |
Documentation changed from old to new. Method was inherited from JComponent, but is now defined locally. |
Makes JEditorPane be the root of a focus cycle. |
boolean isManagingFocus() |
Documentation changed from old to new. |
Turns off tab traversal once focus is gained. |
String paramString() |
Documentation changed from old to new. |
Returns a string representation of this JEditorPane . |
void processComponentKeyEvent(KeyEvent ) |
Documentation changed from old to new. |
Overridden to handle processing of tab/shift tab. |
void processKeyEvent(KeyEvent ) |
Documentation changed from old to new. Method was inherited from JComponent, but is now defined locally. |
Make sure that TAB and Shift-TAB events get consumed so that awt doesn't attempt focus traversal. |
void replaceSelection(String ) |
Documentation changed from old to new. |
Replaces the currently selected content with new content represented by the given string. |
void scrollToReference(String ) |
Documentation changed from old to new. |
Scrolls the view to the given reference location (that is the value returned by the UL.getRef method for the URL being displayed). |
void setContentType(String ) |
Documentation changed from old to new. |
Sets the type of content that this editor handles. |
void setEditorKit(EditorKit ) |
Documentation changed from old to new. |
Sets the currently installed kit for handling content. |
void setEditorKitForContentType(String, |
Documentation changed from old to new. |
Directly sets the editor kit to use for the given type. |
void setText(String ) |
Documentation changed from old to new. |
Sets the text of this TextComponent to the specified content which is expected to be in the format of the content type of this editor. |
String getText() |
Documentation changed from old to new. |
Returns the text contained in this TextComponent in terms of the content type of this editor. |
void read(InputStream, |
Documentation changed from old to new. |
This method initializes from a stream. |
void registerEditorKitForContentType(String, |
Documentation changed from old to new. |
Establishes the default bindings of type to classname . |
void registerEditorKitForContentType(String, |
Documentation changed from old to new. |
Establishes the default bindings of type to classname . |
void setPage(String ) |
Documentation changed from old to new. |
Sets the current URL being displayed. |
void setPage(URL ) |
Documentation changed from old to new. |
Sets the current URL being displayed. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |