Java Platform 1.2
Beta 4

Uses of Class
com.sun.java.swing.JEditorPane

Packages that use JEditorPane
com.sun.java.swing Provides a set of "lightweight" (all-Java
com.sun.java.swing.text Provides classes and interfaces that deal with editable and noneditable text components.  
com.sun.java.swing.text.html Provides the class (HTMLEditorKit) and supporting classes for creating HTML text editors.  
 

Uses of JEditorPane in com.sun.java.swing
 

Subclasses of JEditorPane in com.sun.java.swing
  JTextPane
          A text component that can be marked up with attributes that are represented graphically.
 

Constructors in com.sun.java.swing with parameters of type JEditorPane
JEditorPane.AccessibleJEditorPane.JEditorPane.AccessibleJEditorPane()
           
JEditorPane.JEditorPaneAccesssibleHypertextSupport.JEditorPane.JEditorPaneAccesssibleHypertextSupport()
          Make one of these puppies
 

Uses of JEditorPane in com.sun.java.swing.text
 

Methods in com.sun.java.swing.text that return JEditorPane
protected  JEditorPane StyledEditorKit.StyledTextAction.getEditor(ActionEvent e)
          Gets the target editor for an action.
 

Methods in com.sun.java.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 com.sun.java.swing.text.html
 

Methods in com.sun.java.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 html)
          Calls linkActivated on the associated JEditorPane if the given position represents a link.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.