|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
Àü ´ÙÀ½ | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ |
FocusEvent¸¦ »ç¿ëÇϰí ÀÖ´Â ÆÐŰÁö | |
---|---|
java.awt | »ç¿ëÀÚ ÀÎÅÍÆäÀ̽ºÀÇ ÀÛ¼º ¹× ±×·¡ÇȰú À̹ÌÁöÀÇ ÆäÀÎÆ®¿ëÀÇ ¸ðµç Ŭ·¡½º¸¦ Æ÷ÇÔÇÕ´Ï´Ù. |
java.awt.event | AWT ÄÄÆÛ³ÍÆ®¿¡ ÀÇÇØ Æ®¸®°Å µÇ´Â ´Ù¾çÇÑ Á¾·ùÀÇ À̺¥Æ®¸¦ ó¸®ÇÏ´Â ÀÎÅÍÆäÀ̽º¿Í Ŭ·¡½º¸¦ Á¦°øÇÕ´Ï´Ù. |
javax.swing | ¸ðµç Ç÷§Æû¿¡¼ °¡´ÉÇÑ ÇÑ ¶È°°ÀÌ ±â´ÉÇÏ´Â ¡¸°æ·®¡¹(Java °øÅë ¾ð¾î) ÄÄÆÛ³ÍÆ®¼¼Æ®¸¦ Á¦°øÇÕ´Ï´Ù. |
javax.swing.plaf.basic | ±âº» Look & Feel¿¡ µû¶ó ÀÛ¼ºµÈ »ç¿ëÀÚ ÀÎÅÍÆäÀ̽º °´Ã¼¸¦ Á¦°øÇÕ´Ï´Ù. |
javax.swing.text | ÆíÁý °¡´É/ÆíÁý ºÒ°¡´É ÅØ½ºÆ® ÄÄÆÛ³ÍÆ®¸¦ ó¸®Çϴ Ŭ·¡½º¿Í ÀÎÅÍÆäÀ̽º¸¦ Á¦°øÇÕ´Ï´Ù. |
java.awt ¿¡¼ÀÇ FocusEvent »ç¿ë |
---|
FocusEvent ÇüÀÇ ÆÄ¶ó¹ÌÅ͸¦ °¡Áö´Â java.awt ¸Þ¼µå | |
---|---|
void |
Component.AccessibleAWTComponent.AccessibleAWTFocusHandler. focusGained (FocusEvent event)
|
void |
AWTEventMulticaster. focusGained (FocusEvent e)
¸®½º³Ê a¿Í ¸®½º³Ê b focusGained ¸Þ¼µå¸¦ È£ÃâÇÏ´Â °Í¿¡ÀÇÇØ focusGained À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
void |
Component.AccessibleAWTComponent.AccessibleAWTFocusHandler. focusLost (FocusEvent event)
|
void |
AWTEventMulticaster. focusLost (FocusEvent e)
¸®½º³Ê a¿Í ¸®½º³Ê b focusLost ¸Þ¼µå¸¦ È£ÃâÇÏ´Â °Í¿¡ÀÇÇØ focusLost À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
protected void |
Component. processFocusEvent (FocusEvent e)
ÀÌ ÄÄÆÛ³ÍÆ®·Î ¹ß»ýÇÏ´Â Æ÷Ä¿½º À̺¥Æ®¸¦, µî·ÏµÇ¾î ¸ðµç FocusListener °´Ã¼¿¡ µð½ºÆÐÄ¡ ÇÏ´Â °ÍÀ¸·Î½á ó¸®ÇÕ´Ï´Ù. |
java.awt.event ¿¡¼ÀÇ FocusEvent »ç¿ë |
---|
FocusEvent ÇüÀÇ ÆÄ¶ó¹ÌÅ͸¦ °¡Áö´Â java.awt.event ¸Þ¼µå | |
---|---|
void |
FocusListener. focusGained (FocusEvent e)
ÄÄÆÛ³ÍÆ®°¡ Űº¸µå Æ÷Ä¿½º¸¦ ÃëµæÇϸé È£ÃâÇÕ´Ï´Ù. |
void |
FocusAdapter. focusGained (FocusEvent e)
ÄÄÆÛ³ÍÆ®°¡ Űº¸µå Æ÷Ä¿½º¸¦ ÃëµæÇϸé È£ÃâÇÕ´Ï´Ù. |
void |
FocusListener. focusLost (FocusEvent e)
ÄÄÆÛ³ÍÆ®°¡ Űº¸µå Æ÷Ä¿½º¸¦ ÀÒÀ¸¸é È£ÃâÇÕ´Ï´Ù. |
void |
FocusAdapter. focusLost (FocusEvent e)
ÄÄÆÛ³ÍÆ®°¡ Űº¸µå Æ÷Ä¿½º¸¦ ÀÒÀ¸¸é È£ÃâÇÕ´Ï´Ù. |
javax.swing ¿¡¼ÀÇ FocusEvent »ç¿ë |
---|
FocusEvent ÇüÀÇ ÆÄ¶ó¹ÌÅ͸¦ °¡Áö´Â javax.swing ¸Þ¼µå | |
---|---|
void |
JComponent.AccessibleJComponent.AccessibleFocusHandler. focusGained (FocusEvent event)
|
void |
JComponent.AccessibleJComponent.AccessibleFocusHandler. focusLost (FocusEvent event)
|
protected void |
JPopupMenu. processFocusEvent (FocusEvent evt)
|
protected void |
JFormattedTextField. processFocusEvent (FocusEvent e)
FocusEvent.FOCUS_GAINED ³ª FocusEvent.FOCUS_LOST µîÀÇ ÀÓÀÇÀÇ Æ÷Ä¿½º À̺¥Æ®¸¦ ó¸®ÇÕ´Ï´Ù. |
javax.swing.plaf.basic ¿¡¼ÀÇ FocusEvent »ç¿ë |
---|
FocusEvent ÇüÀÇ ÆÄ¶ó¹ÌÅ͸¦ °¡Áö´Â javax.swing.plaf.basic ¸Þ¼µå | |
---|---|
void |
BasicButtonListener. focusGained (FocusEvent e)
|
void |
BasicToolBarUI.ToolBarFocusListener. focusGained (FocusEvent e)
|
void |
BasicComboBoxUI.FocusHandler. focusGained (FocusEvent e)
|
void |
BasicListUI.FocusHandler. focusGained (FocusEvent e)
|
void |
BasicComboBoxEditor. focusGained (FocusEvent e)
|
void |
BasicTabbedPaneUI.FocusHandler. focusGained (FocusEvent e)
|
void |
BasicTableUI.FocusHandler. focusGained (FocusEvent e)
|
void |
BasicTreeUI.FocusHandler. focusGained (FocusEvent e)
Æ®¸®³»¿¡¼ Æ÷Ä¿½º°¡ Ȱ¼ºÈ µÇ¾úÀ» ¶§¿¡ ºÒ·Á°¡ ¸®µåÇàÀ» ·»´õ¸µ ´Ù½Ã ÇÕ´Ï´Ù. |
void |
BasicSplitPaneUI.FocusHandler. focusGained (FocusEvent ev)
|
void |
BasicSliderUI.FocusHandler. focusGained (FocusEvent e)
|
void |
BasicButtonListener. focusLost (FocusEvent e)
|
void |
BasicToolBarUI.ToolBarFocusListener. focusLost (FocusEvent e)
|
void |
BasicComboBoxUI.FocusHandler. focusLost (FocusEvent e)
|
void |
BasicListUI.FocusHandler. focusLost (FocusEvent e)
|
void |
BasicComboBoxEditor. focusLost (FocusEvent e)
|
void |
BasicTabbedPaneUI.FocusHandler. focusLost (FocusEvent e)
|
void |
BasicTableUI.FocusHandler. focusLost (FocusEvent e)
|
void |
BasicTreeUI.FocusHandler. focusLost (FocusEvent e)
Æ®¸®³»¿¡¼ Æ÷Ä¿½º°¡ Ȱ¼ºÈ µÇ¾úÀ» ¶§¿¡ ºÒ·Á°¡ ¸®µåÇàÀ» ·»´õ¸µ ´Ù½Ã ÇÕ´Ï´Ù. |
void |
BasicSplitPaneUI.FocusHandler. focusLost (FocusEvent ev)
|
void |
BasicSliderUI.FocusHandler. focusLost (FocusEvent e)
|
javax.swing.text ¿¡¼ÀÇ FocusEvent »ç¿ë |
---|
FocusEvent ÇüÀÇ ÆÄ¶ó¹ÌÅ͸¦ °¡Áö´Â javax.swing.text ¸Þ¼µå | |
---|---|
void |
DefaultCaret. focusGained (FocusEvent e)
caret¸¦ Æ÷ÇÔÇÑ ÄÄÆÛ³ÍÆ®°¡ Æ÷Ä¿½º¸¦ ¾ò¾úÀ» ¶§¿¡ È£ÃâÇÕ´Ï´Ù. |
void |
DefaultCaret. focusLost (FocusEvent e)
caret¸¦ Æ÷ÇÔÇÑ ÄÄÆÛ³ÍÆ®°¡ Æ÷Ä¿½º¸¦ ÀÒ¾úÀ» ¶§¿¡ È£ÃâÇÕ´Ï´Ù. |
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
Àü ´ÙÀ½ | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.