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
public PropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors
、インタフェース: BeanInfo
PropertyDescriptor
の配列または null
public int getDefaultPropertyIndex()
getDefaultPropertyIndex
、インタフェース: BeanInfo
デフォルトプロパティーがない場合は -1。
public EventSetDescriptor[] getEventSetDescriptors()
getEventSetDescriptors
、インタフェース: BeanInfo
public int getDefaultEventIndex()
getDefaultEventIndex
、インタフェース: BeanInfo
デフォルトのイベントがない場合は -1。
public MethodDescriptor[] getMethodDescriptors()
getMethodDescriptors
、インタフェース: BeanInfo
public BeanInfo[] getAdditionalBeanInfo()
getAdditionalBeanInfo
、インタフェース: BeanInfo
public Image getIcon(int iconKind)
バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.