ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
コンストラクタと説明 |
---|
SimpleBeanInfo() |
修飾子と型 | メソッドと説明 |
---|---|
BeanInfo[] |
getAdditionalBeanInfo()
関連するBeanInfoオブジェクトがほかにないことを要求します。
|
BeanDescriptor |
getBeanDescriptor()
Beanのクラスおよびカスタマイザに関する情報を拒否します。
|
int |
getDefaultEventIndex()
デフォルトのイベントに関する情報を拒否します。
|
int |
getDefaultPropertyIndex()
デフォルトのプロパティに関する情報を拒否します。
|
EventSetDescriptor[] |
getEventSetDescriptors()
イベント・セットに関する情報を拒否します。
|
Image |
getIcon(int iconKind)
利用可能なアイコンがないことを要求します。
|
MethodDescriptor[] |
getMethodDescriptors()
メソッドに関する情報を拒否します。
|
PropertyDescriptor[] |
getPropertyDescriptors()
プロパティに関する情報を拒否します。
|
Image |
loadImage(String resourceName)
アイコン・イメージをロードするためのユーティリティ・メソッドです。
|
public BeanDescriptor getBeanDescriptor()
getBeanDescriptor
、インタフェース: BeanInfo
BeanDescriptor
オブジェクト、自動解析によって情報が取得される場合はnull
public PropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors
、インタフェース: BeanInfo
PropertyDescriptor
オブジェクトの配列、自動解析によって情報が取得される場合はnull
public int getDefaultPropertyIndex()
getDefaultPropertyIndex
、インタフェース: BeanInfo
getPropertyDescriptors
メソッドによって返されるPropertyDescriptor
配列内のデフォルト・プロパティのインデックス、デフォルト・プロパティがない場合は-1public EventSetDescriptor[] getEventSetDescriptors()
getEventSetDescriptors
、インタフェース: BeanInfo
EventSetDescriptor
オブジェクトの配列、自動解析によって情報が取得される場合はnull
public int getDefaultEventIndex()
getDefaultEventIndex
、インタフェース: BeanInfo
getEventSetDescriptors
メソッドによって返されるEventSetDescriptor
配列内のデフォルト・イベントのインデックス、デフォルト・イベントがない場合は-1public MethodDescriptor[] getMethodDescriptors()
getMethodDescriptors
、インタフェース: BeanInfo
MethodDescriptor
オブジェクトの配列、自動解析によって情報が取得される場合はnull
public BeanInfo[] getAdditionalBeanInfo()
getAdditionalBeanInfo
、インタフェース: BeanInfo
BeanInfo
オブジェクトの配列、追加のBeanInfo
オブジェクトがない場合はnull
public Image getIcon(int iconKind)
getIcon
、インタフェース: BeanInfo
iconKind
- リクエストされたアイコンの種類null
BeanInfo.ICON_COLOR_16x16
、BeanInfo.ICON_COLOR_32x32
、BeanInfo.ICON_MONO_16x16
、BeanInfo.ICON_MONO_32x32
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.