|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object java.beans.SimpleBeanInfo
public class SimpleBeanInfo
這是一個使得使用者提供 BeanInfo 類別更容易的支持類別。
該類別在預設情況下提供 "noop" 資訊,可以選擇性地覆寫該類別來提供有關所選擇主題的更明確資訊。當 introspector 參閱 "noop" 值時,它將應用低層級內省和設計網要來自動分析目標 bean。
欄位摘要 |
---|
從介面 java.beans.BeanInfo 繼承的欄位 |
---|
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
建構子摘要 | |
---|---|
SimpleBeanInfo()
|
方法摘要 | |
---|---|
BeanInfo[] |
getAdditionalBeanInfo()
宣告沒有其他有關的 BeanInfo 物件。 |
BeanDescriptor |
getBeanDescriptor()
拒絕關於 bean 的類別和 customizer 的資訊。 |
int |
getDefaultEventIndex()
拒絕預設事件的資訊。 |
int |
getDefaultPropertyIndex()
拒絕預設屬性的資訊。 |
EventSetDescriptor[] |
getEventSetDescriptors()
拒絕事件集的資訊。 |
Image |
getIcon(int iconKind)
宣告沒有可用的圖標。 |
MethodDescriptor[] |
getMethodDescriptors()
拒絕方法的資訊。 |
PropertyDescriptor[] |
getPropertyDescriptors()
拒絕屬性的資訊。 |
Image |
loadImage(String resourceName)
這是說明載入圖標圖像的實用工具方法。 |
從類別 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
建構子詳細資訊 |
---|
public SimpleBeanInfo()
方法詳細資訊 |
---|
public BeanDescriptor getBeanDescriptor()
BeanInfo
中的 getBeanDescriptor
public PropertyDescriptor[] getPropertyDescriptors()
BeanInfo
中的 getPropertyDescriptors
如果某個屬性已建立索引,則結果陣列中該屬性的條目將屬於 PropertyDescriptor 的 IndexedPropertyDescriptor 子類別。getPropertyDescriptors 的客戶端可以使用 "instanceof" 來檢查給定 PropertyDescriptor 是否是一個 IndexedPropertyDescriptor。
public int getDefaultPropertyIndex()
BeanInfo
中的 getDefaultPropertyIndex
如果沒有預設屬性,則返回 -1。
public EventSetDescriptor[] getEventSetDescriptors()
BeanInfo
中的 getEventSetDescriptors
public int getDefaultEventIndex()
BeanInfo
中的 getDefaultEventIndex
如果沒有預設事件,則返回 -1。
public MethodDescriptor[] getMethodDescriptors()
BeanInfo
中的 getMethodDescriptors
public BeanInfo[] getAdditionalBeanInfo()
BeanInfo
中的 getAdditionalBeanInfo
public Image getIcon(int iconKind)
BeanInfo
中的 getIcon
iconKind
- 所請求圖標的種類別。此參數應該是以下常數值之一:ICON_COLOR_16x16、ICON_COLOR_32x32、ICON_MONO_16x16 和 ICON_MONO_32x32。
public Image loadImage(String resourceName)
resourceName
- 與保存當前類別的類別檔案的目錄有關的路徑名。例如 "wombat.gif"。
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。