JavaTM 2 Platform
Standard Ed. 5.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 ¸Þ¼­µå
 void EditorKit. deinstall (JEditorPane  c)
          Å¶ÀÌ JEditorPane ·ÎºÎÅÍ »èÁ¦µÇ°í ÀÖÀ» ¶§ È£ÃâÇÕ´Ï´Ù.
 void StyledEditorKit. deinstall (JEditorPane  c)
          Å¶ÀÌ JEditorPane ·ÎºÎÅÍ »èÁ¦µÇ°í ÀÖÀ» ¶§ È£ÃâÇÕ´Ï´Ù.
protected  StyledDocument StyledEditorKit.StyledTextAction. getStyledDocument (JEditorPane  e)
          ÀÌ ¿¡µðÅÍ ±¸È¹¿¡ °ü·ÃÇÑ ¹®¼­¸¦ ÃëµæÇÕ´Ï´Ù.
protected  StyledEditorKit StyledEditorKit.StyledTextAction. getStyledEditorKit (JEditorPane  e)
          ÀÌ ¿¡µðÅÍ ±¸È¹¿¡ °ü·ÃÇÑ ¿¡µðÅÍ Å¶À» ÃëµæÇÕ´Ï´Ù.
 void EditorKit. install (JEditorPane  c)
          Å¶ÀÌ JEditorPane¿¡ ÀνºÅç µÉ ¶§ È£ÃâÇÕ´Ï´Ù.
 void StyledEditorKit. install (JEditorPane  c)
          Å¶ÀÌ JEditorPane¿¡ ÀνºÅç µÇ°í ÀÖÀ» ¶§ È£ÃâÇÕ´Ï´Ù.
protected  void StyledEditorKit.StyledTextAction. setCharacterAttributes (JEditorPane  editor, AttributeSet  attr, boolean replace)
          ÁöÁ¤µÈ ¼Ó¼ºÀ» ¹®ÀÚ ÄÁÅÙÃ÷¿¡ Àû¿ëÇÕ´Ï´Ù.
protected  void StyledEditorKit.StyledTextAction. setParagraphAttributes (JEditorPane  editor, AttributeSet  attr, boolean replace)
          ÁöÁ¤µÈ ¼Ó¼ºÀ» ´Ü¶ô¿¡ Àû¿ëÇÕ´Ï´Ù.
 

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

JEditorPane ÇüÀÇ ÆĶó¹ÌÅ͸¦ °¡Áö´Â javax.swing.text.html ¸Þ¼­µå
protected  void HTMLEditorKit.LinkController. activateLink (int pos, JEditorPane  editor)
          ÁöÁ¤µÈ À§°ªÀÌ ¸µÅ©¸¦ ³ªÅ¸³»´Â °æ¿ì´Â ´ëÀÀÇÏ´Â JEditorPane linkActivated¸¦ È£ÃâÇÕ´Ï´Ù.
 void HTMLEditorKit. deinstall (JEditorPane  c)
          Å¶ÀÌ JEditorPane ·ÎºÎÅÍ »èÁ¦µÇ°í ÀÖÀ» ¶§ È£ÃâÇÕ´Ï´Ù.
protected  HTMLDocument HTMLEditorKit.HTMLTextAction. getHTMLDocument (JEditorPane  e)
           
protected  HTMLEditorKit HTMLEditorKit.HTMLTextAction. getHTMLEditorKit (JEditorPane  e)
           
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  void HTMLEditorKit.InsertHTMLTextAction. insertHTML (JEditorPane  editor, HTMLDocument  doc, int offset, String  html, int popDepth, int pushDepth, HTML.Tag  addTag)
          HTMLEditorKit.insertHTML¸¦ À§ÇÑ Ä¿¹öÀÔ´Ï´Ù.
 void HTMLEditorKit. install (JEditorPane  c)
          Å¶ÀÌ JEditorPane¿¡ ÀνºÅç µÉ ¶§ È£ÃâÇÕ´Ï´Ù.
 


JavaTM 2 Platform
Standard Ed. 5.0

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.