JavaTM Platform
Standard Ed. 6

클래스
java.beans.PropertyDescriptor 의 사용

PropertyDescriptor 를 사용하고 있는 패키지
java.beans Beans (JavaBeansTM 아키텍쳐(architecture)에 근거한 컴퍼넌트)의 개발에 관련하는 클래스가 포함되어 있습니다.  
 

java.beans 에서의 PropertyDescriptor 의 사용
 

java.beans 에서의 PropertyDescriptor 의 서브 클래스
 class IndexedPropertyDescriptor
          IndexPropertyDescriptor 는, 배열과 같은 기능을 가지는 프로퍼티을 기술함과 함께, 배열내의 특정의 요소에의 액세스에 사용하는 인덱스 첨부의 read 메소드나 기입해 메소드를 갖추고 있습니다.
 

PropertyDescriptor 를 돌려주는 java.beans 의 메소드
 PropertyDescriptor [] SimpleBeanInfo. getPropertyDescriptors ()
          프로퍼티에 관한 정보를 거부합니다.
 PropertyDescriptor [] BeanInfo. getPropertyDescriptors ()
          Bean 의 PropertyDescriptor 를 가져옵니다.
 


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 도 참조해 주세요.