JavaTM Platform
Standard Ed. 6

クラス
java.beans.PropertyDescriptor の使用

PropertyDescriptor を使用しているパッケージ
java.beans Beans (JavaBeansTM アーキテクチャーに基づいたコンポーネント) の開発に関連するクラスが含まれています。 
 

java.beans での PropertyDescriptor の使用
 

java.beans での PropertyDescriptor のサブクラス
 class IndexedPropertyDescriptor
          IndexPropertyDescriptor は、配列と同様の機能を持つプロパティーを記述するとともに、配列内の特定の要素へのアクセスに使用するインデックス付きの読み込みメソッドや書き込みメソッドを備えています。
 

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 も参照してください。