BeanContextContainerProxy — AWT 컨테이너 연결 프록시

BeanContextContainerProxy — AWT 컨테이너 연결 프록시

이 인터페이스는 AWT Container가 연결된 BeanContext가 구현해요.

출처: Java API Reference

본문

public interface BeanContextContainerProxy {
    Container getContainer();
}

주요 메서드

  • getContainer() — 이 BeanContext와 연결된 java.awt.Container를 가져와요.

빈 컨텍스트가 AWT 컨테이너로도 표현될 때, 외부 코드가 그 컨테이너에 접근할 수 있는 통일된 방법을 제공해요. BeanContextChildComponentProxy가 개별 컴포넌트에 대해 대칭적인 역할을 해요.

더 알아보기