|
JavaTM Platform Standard Ed. 6 |
|||||||||
전 다음 | 프레임 있어 프레임 없음 |
ComponentListener 를 사용하고 있는 패키지 | |
---|---|
java.awt | 사용자 인터페이스의 작성 및 그래픽스와 이미지의 페인트용의 모든 클래스를 포함합니다. |
java.awt.event | AWT 컴퍼넌트에 의해 트리거되는 다양한 종류의 이벤트를 처리하는 인터페이스와 클래스를 제공합니다. |
javax.swing | 모든 플랫폼에서 가능한 한 똑같이 기능하는 「경량」(Java 공통 언어) 컴퍼넌트세트를 제공합니다. |
javax.swing.plaf.basic | 기본 Look & Feel 에 따라 구축된 사용자 인터페이스 객체를 제공합니다. |
java.awt 에서의 ComponentListener 의 사용 |
---|
ComponentListener 를 구현하고 있는 java.awt 의 클래스 | |
---|---|
class |
AWTEventMulticaster
AWTEventMulticaster 는,java.awt.event 패키지로 정의되는 AWT 이벤트에, 효율적으로, thread 세이프인, 마르치캐스트이벤트발송를 실시하는 구조를 구현합니다. |
protected class |
Component.AccessibleAWTComponent.AccessibleAWTComponentHandler
Fire PropertyChange 청취자가 등록되어 있으면, 표시 또는 비표시로 되었을 때에 그것을 트리거합니다. |
ComponentListener 로서 선언되고 있는 java.awt 의 필드 | |
---|---|
protected ComponentListener |
Component.AccessibleAWTComponent. accessibleAWTComponentHandler
|
ComponentListener 를 돌려주는 java.awt 의 메소드 | |
---|---|
static ComponentListener |
AWTEventMulticaster. add (ComponentListener a,
ComponentListener b)
컴퍼넌트 청취자 a 와 컴퍼넌트 청취자 b 를 더해 결과적으로 얻을 수 있는 멀티 캐스트 청취자를 돌려줍니다. |
ComponentListener [] |
Component. getComponentListeners ()
이 컴퍼넌트에 등록되어 모든 컴퍼넌트 청취자의 배열을 돌려줍니다. |
static ComponentListener |
AWTEventMulticaster. remove (ComponentListener l,
ComponentListener oldl)
컴퍼넌트 청취자 l 로부터 낡은 컴퍼넌트 청취자를 삭제해, 결과적으로 얻을 수 있는 멀티 캐스트 청취자를 돌려줍니다. |
ComponentListener 형의 파라미터를 가지는 java.awt 의 메소드 | |
---|---|
static ComponentListener |
AWTEventMulticaster. add (ComponentListener a,
ComponentListener b)
컴퍼넌트 청취자 a 와 컴퍼넌트 청취자 b 를 더해 결과적으로 얻을 수 있는 멀티 캐스트 청취자를 돌려줍니다. |
void |
Component. addComponentListener (ComponentListener l)
이 컴퍼넌트로부터 컴퍼넌트 이벤트를 받기 위해서(때문에), 지정된 컴퍼넌트 청취자를 추가합니다. |
static ComponentListener |
AWTEventMulticaster. remove (ComponentListener l,
ComponentListener oldl)
컴퍼넌트 청취자 l 로부터 낡은 컴퍼넌트 청취자를 삭제해, 결과적으로 얻을 수 있는 멀티 캐스트 청취자를 돌려줍니다. |
void |
Component. removeComponentListener (ComponentListener l)
이 컴퍼넌트로부터 컴퍼넌트 이벤트를 받지 않게, 지정된 컴퍼넌트 청취자를 삭제합니다. |
java.awt.event 에서의 ComponentListener 의 사용 |
---|
ComponentListener 를 구현하고 있는 java.awt.event 의 클래스 | |
---|---|
class |
ComponentAdapter
컴퍼넌트 이벤트를 받는 추상 어댑터 클래스입니다. |
javax.swing 에서의 ComponentListener 의 사용 |
---|
ComponentListener 를 구현하고 있는 javax.swing 의 클래스 | |
---|---|
protected class |
JViewport.ViewListener
뷰의 청취자입니다. |
javax.swing.plaf.basic 에서의 ComponentListener 의 사용 |
---|
ComponentListener 를 구현하고 있는 javax.swing.plaf.basic 의 클래스 | |
---|---|
protected class |
BasicInternalFrameUI.ComponentHandler
|
class |
BasicSliderUI.ComponentHandler
사이즈 변경 이벤트의 청취자입니다. |
class |
BasicTreeUI.ComponentHandler
필요하면, 스크롤시에 적절한 사이즈를 갱신합니다. |
ComponentListener 로서 선언되고 있는 javax.swing.plaf.basic 의 필드 | |
---|---|
protected ComponentListener |
BasicSliderUI. componentListener
|
protected ComponentListener |
BasicInternalFrameUI. componentListener
|
ComponentListener 를 돌려주는 javax.swing.plaf.basic 의 메소드 | |
---|---|
protected ComponentListener |
BasicTreeUI. createComponentListener ()
새로운 ComponentHandler 를 작성해, 그것을 돌려줍니다. |
protected ComponentListener |
BasicInternalFrameUI. createComponentListener ()
|
protected ComponentListener |
BasicSliderUI. createComponentListener (JSlider slider)
|
|
JavaTM Platform Standard Ed. 6 |
|||||||||
전 다음 | 프레임 있어 프레임 없음 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.