JavaTM 2
Platform
Std.  Ed.  v1. 4.0

Ŭ·¡½º
javax.swing.JEditorPane ÀÇ »ç¿ë

JEditorPane ¸¦ »ç¿ëÇϰí ÀÖ´Â ÆÐŰÁö
javax.swing ¸ðµç Ç÷§Æû¿¡¼­ °¡´ÉÇÑ ÇÑ ¶È°°ÀÌ ±â´ÉÇÏ´Â ¡¸°æ·®¡¹(Java °øÅë ¾ð¾î) ÄÄÆÛ³ÍÆ®¼¼Æ®¸¦ Á¦°øÇÕ´Ï´Ù.  
javax.swing.text ÆíÁý °¡´É/ÆíÁý ºÒ´É ÅØ½ºÆ® ÄÄÆÛ³ÍÆ®¸¦ ó¸®Çϴ Ŭ·¡½º¿Í ÀÎÅÍÆäÀ̽º¸¦ Á¦°øÇÕ´Ï´Ù.  
javax.swing.text.html HTML ÅØ½ºÆ® ¹®ÀÚ ÆíÁý±â¸¦ ÀÛ¼ºÇϱâ À§ÇÑ HTMLEditorKit Ŭ·¡½º¿Í ¼­Æ÷Æ® Ŭ·¡½º¸¦ Á¦°øÇÕ´Ï´Ù.  
 

javax.swing ¿¡¼­ÀÇ JEditorPane ÀÇ »ç¿ë
 

javax.swing ¿¡¼­ÀÇ JEditorPane ÀÇ ¼­ºê Ŭ·¡½º
 class JTextPane
          ±×·¡ÇÈÀ¸·Î Ç¥ÇöµÇ´Â ¼Ó¼ºÀ¸·Î ¸¶Å© ¿Ã¶ó°¥ ¼ö ÀÖ´Â ÅØ½ºÆ® ÄÄÆÛ³ÍÆ®ÀÔ´Ï´Ù.
 

javax.swing.text ¿¡¼­ÀÇ JEditorPane ÀÇ »ç¿ë
 

JEditorPane ¸¦ µ¹·ÁÁÖ´Â javax.swing.text ÀÇ ¸Þ¼Òµå
protected  JEditorPane StyledEditorKit.StyledTextAction. getEditor (ActionEvent  e)
          ¾×¼ÇÀÇ Å¸°Ù ¿¡µðÅ͸¦ ÃëµæÇÕ´Ï´Ù.
 

JEditorPane ÇüÀÇ ÆÄ¶ó¹ÌÅ͸¦ °¡Áö´Â javax.swing.text ÀÇ ¸Þ¼Òµå
protected  StyledDocument StyledEditorKit.StyledTextAction. getStyledDocument (JEditorPane  e)
          ÀÌ ¿¡µðÅÍ ±¸È¹¿¡ °ü·ÃÇÑ ¹®¼­¸¦ ÃëµæÇÕ´Ï´Ù.
protected  StyledEditorKit StyledEditorKit.StyledTextAction. getStyledEditorKit (JEditorPane  e)
          ÀÌ ¿¡µðÅÍ ±¸È¹¿¡ °ü·ÃÇÑ ¿¡µðÅÍ Å¶À» ÃëµæÇÕ´Ï´Ù.
protected  void StyledEditorKit.StyledTextAction. setCharacterAttributes (JEditorPane  editor, AttributeSet  attr, boolean replace)
          ÁöÁ¤µÈ ¼Ó¼ºÀ» ij¸¯ÅÍ ÄÁÅÙÃ÷¿¡ Àû¿ëÇÕ´Ï´Ù.
protected  void StyledEditorKit.StyledTextAction. setParagraphAttributes (JEditorPane  editor, AttributeSet  attr, boolean replace)
          ÁöÁ¤µÈ ¼Ó¼ºÀ» ´Ü¶ô¿¡ Àû¿ëÇÕ´Ï´Ù.
 void StyledEditorKit. install (JEditorPane  c)
          Å¶ÀÌ JEditorPane ¿¡ ÀνºÅç µÇ°í ÀÖÀ» ¶§ ºÒ·Á °©´Ï´Ù.
 void StyledEditorKit. deinstall (JEditorPane  c)
          Å¶ÀÌ JEditorPane ·ÎºÎÅÍ »èÁ¦µÇ°í ÀÖÀ» ¶§ ºÒ·Á °©´Ï´Ù.
 void EditorKit. install (JEditorPane  c)
          Å¶ÀÌ JEditorPane ¿¡ ÀνºÅç µÉ ¶§ ºÒ·Á °©´Ï´Ù.
 void EditorKit. deinstall (JEditorPane  c)
          Å¶ÀÌ JEditorPane ·ÎºÎÅÍ »èÁ¦µÇ°í ÀÖÀ» ¶§ ºÒ·Á °©´Ï´Ù.
 

javax.swing.text.html ¿¡¼­ÀÇ JEditorPane ÀÇ »ç¿ë
 

JEditorPane ÇüÀÇ ÆÄ¶ó¹ÌÅ͸¦ °¡Áö´Â javax.swing.text.html ÀÇ ¸Þ¼Òµå
protected  void HTMLEditorKit.LinkController. activateLink (int pos, JEditorPane  editor)
          ÁöÁ¤µÈ À§Ä¡°¡ ¸µÅ©¸¦ ³ªÅ¸³»´Â °æ¿ì´Â ´ëÀÀÇÏ´Â JEditorPane ÀÇ linkActivated ¸¦ È£ÃâÇÕ´Ï´Ù.
protected  void HTMLEditorKit.InsertHTMLTextAction. insertHTML (JEditorPane  editor, HTMLDocument  doc, int offset, String  html, int popDepth, int pushDepth, HTML.Tag  addTag)
          HTMLEditorKit.insertHTML ¸¦ À§ÇÑ Ä¿¹öÀÔ´Ï´Ù.
protected  void HTMLEditorKit.InsertHTMLTextAction. insertAtBoundary (JEditorPane  editor, HTMLDocument  doc, int offset, Element  insertElement, String  html, HTML.Tag  parentTag, HTML.Tag  addTag)
          °æ°è¿¡ »ðÀÔÇÒ °æ¿ì¿¡ ºÒ·Á °©´Ï´Ù.
protected  void HTMLEditorKit.InsertHTMLTextAction. insertAtBoundry (JEditorPane  editor, HTMLDocument  doc, int offset, Element  insertElement, String  html, HTML.Tag  parentTag, HTML.Tag  addTag)
          Ãßõ µÇ°í ÀÖÁö ¾Ê½À´Ï´Ù.  Java 2 Ç÷§Æû v1. 3 ¿¡ ´ëÇØ insertAtBoundary ¸¦ »ç¿ëÇØ ÁÖ¼¼¿ä.
protected  HTMLDocument HTMLEditorKit.HTMLTextAction. getHTMLDocument (JEditorPane  e)
           
protected  HTMLEditorKit HTMLEditorKit.HTMLTextAction. getHTMLEditorKit (JEditorPane  e)
           
 void HTMLEditorKit. install (JEditorPane  c)
          Å¶ÀÌ JEditorPane ¿¡ ÀνºÅç µÉ ¶§ ºÒ·Á °©´Ï´Ù.
 void HTMLEditorKit. deinstall (JEditorPane  c)
          Å¶ÀÌ JEditorPane ·ÎºÎÅÍ »èÁ¦µÇ°í ÀÖÀ» ¶§ ºÒ·Á °©´Ï´Ù.
 


JavaTM 2
Platform
Std.  Ed.  v1. 4.0

¹ö±×ÀÇ º¸°í¿Í ±â´ÉÀÇ ¸®Äù½ºÆ®
ÀÌ¿ÜÀÇ API ·¹ÆÛ·±½º ¹× °³¹ßÀÚ¿ë ¹®¼­¿¡ ´ëÇØ¼­´Â Java 2 SDK SE °³¹ßÀÚ¿ë ¹®¼­¸¦ ÂüÁ¶ÇØ ÁÖ¼¼¿ä. °³¹ßÀÚÀü¿ëÀÇ »ó¼¼ÇÑ ÇØ¼³, °³³äÀÇ °³¿ä, ¿ë¾îÀÇ Á¤ÀÇ, ¹ö±×ÀÇ È¸ÇÇÃ¥, ¹× ÄÚµå ½Ç·Ê°¡ Æ÷ÇԵǾî ÀÖ½À´Ï´Ù.

Java, Java 2 D, ¹× JDBC ´Â ¹Ì±¹ ¹× ±× ¿ÜÀÇ ³ª¶ó¿¡ À־ÀÇ ¹Ì±¹ Sun Microsystems, Inc. ÀÇ »óÇ¥ ȤÀº µî·Ï»óÇ¥ÀÔ´Ï´Ù.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.