JavaTM 2 Platform
Standard Ed. 5.0

ÀÎÅÍÆäÀ̽º
javax.swing.event.DocumentEvent »ç¿ë

DocumentEvent¸¦ »ç¿ëÇÏ°í ÀÖ´Â ÆÐÅ°Áö
javax.swing.event Swing ÄÄÆÛ³ÍÆ®¿¡ ÀÇÇØ Æ®¸®°Å µÇ´Â À̺¥Æ®¸¦ Á¦°øÇÕ´Ï´Ù.  
javax.swing.text ÆíÁý °¡´É/ÆíÁý ºÒ°¡´É ÅؽºÆ® ÄÄÆÛ³ÍÆ®¸¦ ó¸®Çϴ Ŭ·¡½º¿Í ÀÎÅÍÆäÀ̽º¸¦ Á¦°øÇÕ´Ï´Ù.  
javax.swing.text.html HTML ÅؽºÆ® ÆíÁý±â¸¦ ÀÛ¼ºÇϱâ À§ÇÑ HTMLEditorKit Ŭ·¡½º¿Í Áö¿ø Ŭ·¡½º¸¦ Á¦°øÇÕ´Ï´Ù.  
 

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

DocumentEvent ÇüÀÇ ÆĶó¹ÌÅ͸¦ °¡Áö´Â javax.swing.event ¸Þ¼­µå
 void DocumentListener. changedUpdate (DocumentEvent  e)
          ¼Ó¼º ¶Ç´Â ¼Ó¼º ¼¼Æ®°¡ º¯°æµÈ °ÍÀ» ÅëÁöÇÕ´Ï´Ù.
 void DocumentListener. insertUpdate (DocumentEvent  e)
          ¹®¼­¿¡ÀÇ »ðÀÔÀÌ ÀÖ´ø °ÍÀ» ÅëÁöÇÕ´Ï´Ù.
 void DocumentListener. removeUpdate (DocumentEvent  e)
          ¹®¼­ÀÇ ÀϺΰ¡ »èÁ¦µÈ °ÍÀ» ÅëÁöÇÕ´Ï´Ù.
 

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

DocumentEvent¸¦ ±¸ÇöÇÏ°í ÀÖ´Â javax.swing.text Ŭ·¡½º
 class AbstractDocument.DefaultDocumentEvent
          ¹®¼­°¡ º¯°æµÇ¾úÀ» °æ¿ì¿¡ ¹®¼­ÀÇ º¯°æÀ» Æ÷ÇÔÇÕ´Ï´Ù.
 

DocumentEvent ÇüÀÇ ÆĶó¹ÌÅ͸¦ °¡Áö´Â javax.swing.text ¸Þ¼­µå
 void JTextComponent.AccessibleJTextComponent. changedUpdate (DocumentEvent  e)
          ¹®¼­ÀÇ »èÁ¦¸¦ ó¸®ÇÕ´Ï´Ù (AccessibleContext.ACCESSIBLE_TEXT_PROPERTY ¶ó°í ÇÏ´Â ÀûÀýÇÑ ÇÁ·ÎÆÛƼ º¯°æ À̺¥Æ®¸¦ Æ®¸®°Å ÇÑ´Ù).
 void View. changedUpdate (DocumentEvent  e, Shape  a, ViewFactory  f)
          ÀÌ ºä°¡ Ãë±ÞÇÏ´Â À§Ä¡¿¡¼­ ¹®¼­ÀÇ ¼Ó¼ºÀÌ º¯°æµÈ °ÍÀ» ÅëÁöÇÕ´Ï´Ù.
 void PlainView. changedUpdate (DocumentEvent  changes, Shape  a, ViewFactory  f)
          ÀÌ ºä°¡ Ãë±ÞÇÏ´Â À§Ä¡¿¡¼­ ¼Ó¼ºÀÌ º¯°æµÈ °ÍÀ» ¹®¼­·ÎºÎÅÍ ÅëÁöÇÕ´Ï´Ù.
 void WrappedPlainView. changedUpdate (DocumentEvent  e, Shape  a, ViewFactory  f)
          ÀÌ ºä°¡ Ãë±ÞÇÏ´Â À§Ä¡¿¡¼­ ¼Ó¼ºÀÌ º¯°æµÈ °ÍÀ» ¹®¼­·ÎºÎÅÍ ÅëÁöÇÕ´Ï´Ù.
 void ParagraphView. changedUpdate (DocumentEvent  changes, Shape  a, ViewFactory  f)
          ÀÌ ºä°¡ Ãë±ÞÇÏ´Â À§Ä¡¿¡¼­ ¼Ó¼ºÀÌ º¯°æµÈ °ÍÀ» ¹®¼­·ÎºÎÅÍ ÅëÁöÇÕ´Ï´Ù.
 void LabelView. changedUpdate (DocumentEvent  e, Shape  a, ViewFactory  f)
          ÀÌ ºä°¡ Ãë±ÞÇÏ´Â À§Ä¡¿¡¼­ ¼Ó¼ºÀÌ º¯°æµÈ °ÍÀ» ¹®¼­·ÎºÎÅÍ ÅëÁöÇÕ´Ï´Ù.
 void GlyphView. changedUpdate (DocumentEvent  e, Shape  a, ViewFactory  f)
          ÀÌ ºä°¡ ´ã´çÇÏ´Â ¹üÀ§¿¡¼­ ¼Ó¼ºÀÌ º¯°æµÈ °ÍÀ» ¹®¼­·ÎºÎÅÍ ÅëÁöÇÕ´Ï´Ù.
 void FlowView. changedUpdate (DocumentEvent  changes, Shape  a, ViewFactory  f)
          ÀÌ ºä°¡ Ãë±ÞÇÏ´Â À§Ä¡¿¡¼­ ¼Ó¼ºÀÌ º¯°æµÈ °ÍÀ» ¹®¼­·ÎºÎÅÍ ÅëÁöÇÕ´Ï´Ù.
 void FlowView.FlowStrategy. changedUpdate (FlowView  fv, DocumentEvent  e, Rectangle  alloc)
          ÀÌ ºä°¡ Ãë±ÞÇÏ´Â À§Ä¡¿¡¼­ ¼Ó¼ºÀÌ º¯°æµÈ °ÍÀ» ¹®¼­·ÎºÎÅÍ ÅëÁöÇÕ´Ï´Ù.
protected  void AbstractDocument. fireChangedUpdate (DocumentEvent  e)
          ÀÌ À̺¥Æ® ŸÀÔÀÇ ÅëÁö¸¦ Àü´Þ ´ë»óÀ¸·ÎÀÇÇØ µî·ÏÇÏ°í ÀÖ´Â ¸®½º³Ê ¸ðµÎ¿¡°Ô ÅëÁöÇÕ´Ï´Ù.
protected  void AbstractDocument. fireInsertUpdate (DocumentEvent  e)
          ÀÌ À̺¥Æ® ŸÀÔÀÇ ÅëÁö¸¦ Àü´Þ ´ë»óÀ¸·ÎÀÇÇØ µî·ÏÇÏ°í ÀÖ´Â ¸®½º³Ê ¸ðµÎ¿¡°Ô ÅëÁöÇÕ´Ï´Ù.
protected  void AbstractDocument. fireRemoveUpdate (DocumentEvent  e)
          ÀÌ À̺¥Æ® ŸÀÔÀÇ ÅëÁö¸¦ Àü´Þ ´ë»óÀ¸·ÎÀÇÇØ µî·ÏÇÏ°í ÀÖ´Â ¸®½º³Ê ¸ðµÎ¿¡°Ô ÅëÁöÇÕ´Ï´Ù.
protected  void View. forwardUpdate (DocumentEvent.ElementChange  ec, DocumentEvent  e, Shape  a, ViewFactory  f)
          ÁöÁ¤µÈ DocumentEvent¸¦ ¸ðµ¨ÀÇ º¯°æ ÅëÁö°¡ ÇÊ¿äÇÑÀÚ½Ä ºä¿¡ Àü¼Û ÇÕ´Ï´Ù.
protected  void TableView. forwardUpdate (DocumentEvent.ElementChange  ec, DocumentEvent  e, Shape  a, ViewFactory  f)
           
protected  void BoxView. forwardUpdate (DocumentEvent.ElementChange  ec, DocumentEvent  e, Shape  a, ViewFactory  f)
          ÁöÁ¤µÈ DocumentEvent¸¦ ±× ¸ðµ¨¿¡ÀÇ º¯°æÀÇ ÅëÁö°¡ ÇÊ¿äÇÑÀÚ½Ä ºä¿¡ Àü¼Û ÇÕ´Ï´Ù.
protected  void View. forwardUpdateToView (View  v, DocumentEvent  e, Shape  a, ViewFactory  f)
          ÁöÁ¤µÈÀÚ½Ä ºä¿¡ DocumentEvent¸¦ Àü¼Û ÇÕ´Ï´Ù.
 void JTextComponent.AccessibleJTextComponent. insertUpdate (DocumentEvent  e)
          ¹®¼­ÀÇ »ðÀÔÀ» ó¸®ÇÕ´Ï´Ù (AccessibleContext.ACCESSIBLE_TEXT_PROPERTY ¶ó°í ÇÏ´Â ÀûÀýÇÑ ÇÁ·ÎÆÛƼ º¯°æ À̺¥Æ®¸¦ Æ®¸®°Å ÇÑ´Ù).
 void View. insertUpdate (DocumentEvent  e, Shape  a, ViewFactory  f)
          ÀÌ ºä°¡ Ãë±ÞÇÏ´Â À§Ä¡¿¡¼­ ¹®¼­¿¡ ¹«¾ùÀΰ¡°¡ »ðÀÔµÈ °ÍÀ» ÅëÁöÇÕ´Ï´Ù.
 void PlainView. insertUpdate (DocumentEvent  changes, Shape  a, ViewFactory  f)
          ÀÌ ºä°¡ Ãë±ÞÇÏ´Â À§Ä¡¿¡¼­ ¹®¼­¿¡ ¹«¾ùÀΰ¡°¡ »ðÀÔµÈ °ÍÀ» ÅëÁöÇÕ´Ï´Ù.
 void FieldView. insertUpdate (DocumentEvent  changes, Shape  a, ViewFactory  f)
          ÀÌ ºä°¡ Ãë±ÞÇÏ´Â À§Ä¡¿¡¼­ ¹®¼­¿¡ ¹«¾ùÀΰ¡°¡ »ðÀÔµÈ °ÍÀ» ÅëÁöÇÕ´Ï´Ù.
 void ZoneView. insertUpdate (DocumentEvent  changes, Shape  a, ViewFactory  f)
          ÀÌ ºä°¡ Ãë±ÞÇÏ´Â Àå¼Ò¿¡ ÀÖ´Â ¹®¼­¿¡ ¹«¾ùÀΰ¡°¡ »ðÀÔµÈ °ÍÀ» ÅëÁöÇÕ´Ï´Ù.
 void WrappedPlainView. insertUpdate (DocumentEvent  e, Shape  a, ViewFactory  f)
          ÀÌ ºä°¡ Ãë±ÞÇÏ´Â À§Ä¡¿¡¼­ ¹®¼­¿¡ ¹«¾ùÀΰ¡°¡ »ðÀÔµÈ °ÍÀ» ÅëÁöÇÕ´Ï´Ù.
 void GlyphView. insertUpdate (DocumentEvent  e, Shape  a, ViewFactory  f)
          ÀÌ ºä°¡ ´ã´çÇÏ´Â ¹üÀ§¿¡¼­ ¹®¼­¿¡ ¹«¾ùÀΰ¡°¡ »ðÀÔµÈ °ÍÀ» ÅëÁöÇÕ´Ï´Ù.
 void FlowView. insertUpdate (DocumentEvent  changes, Shape  a, ViewFactory  f)
          ÀÌ ºä°¡ Ãë±ÞÇÏ´Â À§Ä¡¿¡¼­ ¹®¼­¿¡ ¹«¾ùÀΰ¡°¡ »ðÀÔµÈ °ÍÀ» ÅëÁöÇÕ´Ï´Ù.
 void FlowView.FlowStrategy. insertUpdate (FlowView  fv, DocumentEvent  e, Rectangle  alloc)
          ÀÌ ºä°¡ ´ã´çÇÏ´Â À§Ä¡¿¡¼­ ¹®¼­¿¡ ¹«¾ùÀΰ¡°¡ »ðÀÔµÈ °ÍÀ» ÅëÁöÇÕ´Ï´Ù.
 void JTextComponent.AccessibleJTextComponent. removeUpdate (DocumentEvent  e)
          ¹®¼­ÀÇ »èÁ¦¸¦ ó¸®ÇÕ´Ï´Ù (AccessibleContext.ACCESSIBLE_TEXT_PROPERTY ¶ó°í ÇÏ´Â ÀûÀýÇÑ ÇÁ·ÎÆÛƼ º¯°æ À̺¥Æ®¸¦ Æ®¸®°Å ÇÑ´Ù).
 void View. removeUpdate (DocumentEvent  e, Shape  a, ViewFactory  f)
          ÀÌ ºä°¡ Ãë±ÞÇÏ´Â À§Ä¡¿¡¼­ ¹®¼­·ÎºÎÅÍ ¹«¾ùÀΰ¡°¡ »èÁ¦µÈ °ÍÀ» ÅëÁöÇÕ´Ï´Ù.
 void PlainView. removeUpdate (DocumentEvent  changes, Shape  a, ViewFactory  f)
          ÀÌ ºä°¡ Ãë±ÞÇÏ´Â ¹®¼­³»ÀÇ À§Ä¡·ÎºÎÅÍ ¹«¾ùÀΰ¡°¡ »èÁ¦µÇ¾ú´Ù°í ÇÏ´Â °ÍÀ» ÅëÁöÇÕ´Ï´Ù.
 void FieldView. removeUpdate (DocumentEvent  changes, Shape  a, ViewFactory  f)
          ÀÌ ºä°¡ Ãë±ÞÇÏ´Â ¹®¼­³»ÀÇ À§Ä¡·ÎºÎÅÍ ¹«¾ùÀΰ¡°¡ »èÁ¦µÇ¾ú´Ù°í ÇÏ´Â °ÍÀ» ÅëÁöÇÕ´Ï´Ù.
 void ZoneView. removeUpdate (DocumentEvent  changes, Shape  a, ViewFactory  f)
          ÀÌ ºä°¡ Ãë±ÞÇÏ´Â Àå¼Ò¿¡ ÀÖ´Â ¹®¼­¿¡ ¹«¾ùÀΰ¡°¡ »èÁ¦µÈ °ÍÀ» ÅëÁöÇÕ´Ï´Ù.
 void WrappedPlainView. removeUpdate (DocumentEvent  e, Shape  a, ViewFactory  f)
          ÀÌ ºä°¡ Ãë±ÞÇÏ´Â À§Ä¡¿¡¼­ ¹®¼­·ÎºÎÅÍ ¹«¾ùÀΰ¡°¡ »èÁ¦µÈ °ÍÀ» ÅëÁöÇÕ´Ï´Ù.
 void GlyphView. removeUpdate (DocumentEvent  e, Shape  a, ViewFactory  f)
          ÀÌ ºä°¡ ´ã´çÇÏ´Â ¹üÀ§¿¡¼­ ¹®¼­·ÎºÎÅÍ ¹«¾ùÀΰ¡°¡ »èÁ¦µÈ °ÍÀ» ÅëÁöÇÕ´Ï´Ù.
 void FlowView. removeUpdate (DocumentEvent  changes, Shape  a, ViewFactory  f)
          ÀÌ ºä°¡ Ãë±ÞÇÏ´Â ¹®¼­³»ÀÇ À§Ä¡·ÎºÎÅÍ ¹«¾ùÀΰ¡°¡ »èÁ¦µÇ¾ú´Ù°í ÇÏ´Â °ÍÀ» ÅëÁöÇÕ´Ï´Ù.
 void FlowView.FlowStrategy. removeUpdate (FlowView  fv, DocumentEvent  e, Rectangle  alloc)
          ÀÌ ºä°¡ ´ã´çÇÏ´Â ¹®¼­³»ÀÇ À§Ä¡·ÎºÎÅÍ ¹«¾ùÀΰ¡°¡ »èÁ¦µÇ¾ú´Ù°í ÇÏ´Â °ÍÀ» ÅëÁöÇÕ´Ï´Ù.
protected  boolean View. updateChildren (DocumentEvent.ElementChange  ec, DocumentEvent  e, ViewFactory  f)
          ¸ðµ¨ÀÌ º¯°æµÇ¾ú´Ù°í ÇÏ´Â ÅëÁö¸¦ ¹ÞÀ¸¸é,ÀÚ½Ä ºä¸¦ °»½ÅÇÕ´Ï´Ù.
protected  boolean ZoneView. updateChildren (DocumentEvent.ElementChange  ec, DocumentEvent  e, ViewFactory  f)
          ½´ÆÛ Å¬·¡½ºÀÇ µ¿ÀÛÀÌ, ÀÌ °æ¿ì´Â ÀûÀýÇÏÁö ¾ÊÀºÀÚ½Ä ºäÀÇ °»½ÅÀ» ½ÃµµÇÕ´Ï´Ù.
protected  void PlainView. updateDamage (DocumentEvent  changes, Shape  a, ViewFactory  f)
           
protected  void View. updateLayout (DocumentEvent.ElementChange  ec, DocumentEvent  e, Shape  a)
          ¸ðµ¨·ÎºÎÅÍ º¯°æÀÇ ÅëÁö¸¦ ¹Þ¾ÒÀ» °æ¿ì¿¡ ·¹À̾ƿôÀ» °»½ÅÇÕ´Ï´Ù.
protected  void AsyncBoxView. updateLayout (DocumentEvent.ElementChange  ec, DocumentEvent  e, Shape  a)
          ¸ðµ¨·ÎºÎÅÍ º¯°æÀÇ ÅëÁö¸¦ ¹Þ¾ÒÀ» °æ¿ì¿¡ ·¹À̾ƿôÀ» °»½ÅÇÕ´Ï´Ù.
 

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

DocumentEvent ÇüÀÇ ÆĶó¹ÌÅ͸¦ °¡Áö´Â javax.swing.text.html ¸Þ¼­µå
 void InlineView. changedUpdate (DocumentEvent  e, Shape  a, ViewFactory  f)
          ÀÌ ºä°¡ Ãë±ÞÇÏ´Â À§Ä¡¿¡¼­ ¼Ó¼ºÀÌ º¯°æµÈ °ÍÀ» ¹®¼­·ÎºÎÅÍ ÅëÁöÇÕ´Ï´Ù.
 void ImageView. changedUpdate (DocumentEvent  e, Shape  a, ViewFactory  f)
          Elements ¼Ó¼ºÀÇ º¯°æ½Ã¿¡ È£ÃâÇÕ´Ï´Ù.
 void BlockView. changedUpdate (DocumentEvent  changes, Shape  a, ViewFactory  f)
           
protected  void HTMLDocument. fireChangedUpdate (DocumentEvent  e)
          ÀÌ À̺¥Æ® ŸÀÔÀÇ ÅëÁö¸¦ Àü´Þ ´ë»óÀ¸·ÎÀÇÇØ µî·ÏÇÏ°í ÀÖ´Â ¸®½º³Ê ¸ðµÎ¿¡°Ô ÅëÁöÇÕ´Ï´Ù.
 void InlineView. insertUpdate (DocumentEvent  e, Shape  a, ViewFactory  f)
          ÀÌ ºä°¡ Ãë±ÞÇÏ´Â À§Ä¡¿¡¼­ ¼Ó¼ºÀÌ º¯°æµÈ °ÍÀ» ¹®¼­·ÎºÎÅÍ ÅëÁöÇÕ´Ï´Ù.
 void InlineView. removeUpdate (DocumentEvent  e, Shape  a, ViewFactory  f)
          ÀÌ ºä°¡ Ãë±ÞÇÏ´Â À§Ä¡¿¡¼­ ¹®¼­·ÎºÎÅÍ »èÁ¦°¡ ÀÖ´ø °ÍÀ» ÅëÁöÇÕ´Ï´Ù.
 


JavaTM 2 Platform
Standard Ed. 5.0

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