| 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JEditorPane | |
| javax.swing | |
| javax.swing.text | |
| javax.swing.text.html | |
| Uses of JEditorPane in javax.swing | 
| Subclasses of JEditorPane in javax.swing | |
 class | 
JTextPane
A text component that can be marked up with attributes that are represented graphically.  | 
| Constructors in javax.swing with parameters of type JEditorPane | |
JEditorPane.AccessibleJEditorPane()
 | 
|
JEditorPane.AccessibleJEditorPaneHTML()
 | 
|
JEditorPane.JEditorPaneAccessibleHypertextSupport()
Make one of these puppies  | 
|
| Uses of JEditorPane in javax.swing.text | 
| Methods in javax.swing.text that return JEditorPane | |
protected  JEditorPane | 
StyledEditorKit.StyledTextAction.getEditor(ActionEvent e)
Gets the target editor for an action.  | 
| Methods in javax.swing.text with parameters of type JEditorPane | |
 void | 
EditorKit.install(JEditorPane c)
Called when the kit is being installed into the a JEditorPane.  | 
 void | 
EditorKit.deinstall(JEditorPane c)
Called when the kit is being removed from the JEditorPane.  | 
 void | 
StyledEditorKit.install(JEditorPane c)
Called when the kit is being installed into a JEditorPane.  | 
 void | 
StyledEditorKit.deinstall(JEditorPane c)
Called when the kit is being removed from the JEditorPane.  | 
protected  StyledDocument | 
StyledEditorKit.StyledTextAction.getStyledDocument(JEditorPane e)
Gets the document associated with an editor pane.  | 
protected  StyledEditorKit | 
StyledEditorKit.StyledTextAction.getStyledEditorKit(JEditorPane e)
Gets the editor kit associated with an editor pane.  | 
protected  void | 
StyledEditorKit.StyledTextAction.setCharacterAttributes(JEditorPane editor,
                       AttributeSet attr,
                       boolean replace)
Applies the given attributes to character content.  | 
protected  void | 
StyledEditorKit.StyledTextAction.setParagraphAttributes(JEditorPane editor,
                       AttributeSet attr,
                       boolean replace)
Applies the given attributes to paragraphs.  | 
| Uses of JEditorPane in javax.swing.text.html | 
| Methods in javax.swing.text.html with parameters of type JEditorPane | |
 void | 
HTMLEditorKit.install(JEditorPane c)
Called when the kit is being installed into the a JEditorPane.  | 
 void | 
HTMLEditorKit.deinstall(JEditorPane c)
Called when the kit is being removed from the JEditorPane.  | 
protected  void | 
HTMLEditorKit.LinkController.activateLink(int pos,
             JEditorPane editor)
Calls linkActivated on the associated JEditorPane if the given position represents a link.  | 
protected  HTMLDocument | 
HTMLEditorKit.HTMLTextAction.getHTMLDocument(JEditorPane e)
 | 
protected  HTMLEditorKit | 
HTMLEditorKit.HTMLTextAction.getHTMLEditorKit(JEditorPane e)
 | 
protected  void | 
HTMLEditorKit.InsertHTMLTextAction.insertHTML(JEditorPane editor,
           HTMLDocument doc,
           int offset,
           String html,
           int popDepth,
           int pushDepth,
           HTML.Tag addTag)
A cover for HTMLEditorKit.insertHTML.  | 
protected  void | 
HTMLEditorKit.InsertHTMLTextAction.insertAtBoundary(JEditorPane editor,
                 HTMLDocument doc,
                 int offset,
                 Element insertElement,
                 String html,
                 HTML.Tag parentTag,
                 HTML.Tag addTag)
This is invoked when inserting at a boundary.  | 
protected  void | 
HTMLEditorKit.InsertHTMLTextAction.insertAtBoundry(JEditorPane editor,
                HTMLDocument doc,
                int offset,
                Element insertElement,
                String html,
                HTML.Tag parentTag,
                HTML.Tag addTag)
Deprecated. As of Java 2 platform v1.3, use insertAtBoundary  | 
  | 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A.  All Rights Reserved.