|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
java.lang.Objectjavax.swing.plaf.basic.BasicComboBoxUI.PropertyChangeHandler
public class BasicComboBoxUI.PropertyChangeHandler
이 청취자는, combobox내에서 변경된 바운드 프로퍼티을 감시합니다.
필요에 따라서, combobox 프로퍼티의 변경을 대기하는 서브 클래스는, 슈퍼 클래스 메소드를 호출해, combobox UI 가 프로퍼티 변경을 올바르고 확실히 처리하도록(듯이) 합니다.
이 public 내부 클래스는, protected 로서 취급할 필요가 있습니다. BasicComboBoxUI 의 서브 클래스내에서만 인스턴스화해 주세요.
BasicComboBoxUI.createPropertyChangeListener() | 생성자 의 개요 | |
|---|---|
BasicComboBoxUI.PropertyChangeHandler ()
|
|
| 메소드의 개요 | |
|---|---|
void |
propertyChange (PropertyChangeEvent e)
바운드 프로퍼티의 변경시에 불려 갑니다. |
| 클래스 java.lang. Object 로부터 상속된 메소드 |
|---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
| 생성자 의 상세 |
|---|
public BasicComboBoxUI.PropertyChangeHandler()
| 메소드의 상세 |
|---|
public void propertyChange(PropertyChangeEvent e)
PropertyChangeListener 의 기술:
PropertyChangeListener 내의 propertyChange e - 이벤트 소스 및 변경한 프로퍼티을 기술한다
PropertyChangeEvent 객체
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.