JavaTM Platform
Standard Ed. 6

클래스
java.awt.event.FocusEvent 의 사용

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_GAINEDFocusEvent.FOCUS_LOST 등의 임의의 포커스 이벤트를 처리합니다.
 

javax.swing.plaf.basic 에서의 FocusEvent 의 사용
 

FocusEvent 형의 파라미터를 가지는 javax.swing.plaf.basic 의 메소드
 void BasicButtonListener. focusGained (FocusEvent  e)
           
 void BasicComboBoxUI.FocusHandler. focusGained (FocusEvent  e)
           
 void BasicListUI.FocusHandler. focusGained (FocusEvent  e)
           
 void BasicComboBoxEditor. focusGained (FocusEvent  e)
           
 void BasicToolBarUI.ToolBarFocusListener. focusGained (FocusEvent  e)
           
 void BasicTabbedPaneUI.FocusHandler. focusGained (FocusEvent  e)
           
 void BasicTableUI.FocusHandler. focusGained (FocusEvent  e)
           
 void BasicTreeUI.FocusHandler. focusGained (FocusEvent  e)
          트리내에서 포커스가 액티브하게 되었을 때에 불려 가 리드행을 draw 다시 합니다.
 void BasicSplitPaneUI.FocusHandler. focusGained (FocusEvent  ev)
           
 void BasicSliderUI.FocusHandler. focusGained (FocusEvent  e)
           
 void BasicButtonListener. focusLost (FocusEvent  e)
           
 void BasicComboBoxUI.FocusHandler. focusLost (FocusEvent  e)
           
 void BasicListUI.FocusHandler. focusLost (FocusEvent  e)
           
 void BasicComboBoxEditor. focusLost (FocusEvent  e)
           
 void BasicToolBarUI.ToolBarFocusListener. focusLost (FocusEvent  e)
           
 void BasicTabbedPaneUI.FocusHandler. focusLost (FocusEvent  e)
           
 void BasicTableUI.FocusHandler. focusLost (FocusEvent  e)
           
 void BasicTreeUI.FocusHandler. focusLost (FocusEvent  e)
          트리내에서 포커스가 액티브하게 되었을 때에 불려 가 리드행을 draw 다시 합니다.
 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 Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.