- java.lang.Object
-
- java.beans.SimpleBeanInfo
-
- All Implemented Interfaces:
- BeanInfo
public class SimpleBeanInfo extends Object implements BeanInfo
This is a support class to make it easier for people to provide BeanInfo classes.It defaults to providing "noop" information, and can be selectively overriden to provide more explicit information on chosen topics. When the introspector sees the "noop" values, it will apply low level introspection and design patterns to automatically analyze the target bean.
-
-
Field Summary
-
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
-
-
Constructor Summary
Constructors Constructor and Description SimpleBeanInfo()
-
Method Summary
Methods Modifier and Type Method and Description BeanInfo[]
getAdditionalBeanInfo()
Claim there are no other relevant BeanInfo objects.BeanDescriptor
getBeanDescriptor()
Deny knowledge about the class and customizer of the bean.int
getDefaultEventIndex()
Deny knowledge of a default event.int
getDefaultPropertyIndex()
Deny knowledge of a default property.EventSetDescriptor[]
getEventSetDescriptors()
Deny knowledge of event sets.Image
getIcon(int iconKind)
Claim there are no icons available.MethodDescriptor[]
getMethodDescriptors()
Deny knowledge of methods.PropertyDescriptor[]
getPropertyDescriptors()
Deny knowledge of properties.Image
loadImage(String resourceName)
This is a utility method to help in loading icon images.
-
-
-
Method Detail
-
getBeanDescriptor
public BeanDescriptor getBeanDescriptor()
Deny knowledge about the class and customizer of the bean. You can override this if you wish to provide explicit info.- Specified by:
getBeanDescriptor
in interfaceBeanInfo
- Returns:
- A BeanDescriptor providing overall information about the bean, such as its displayName, its customizer, etc. May return null if the information should be obtained by automatic analysis.
-
getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()
Deny knowledge of properties. You can override this if you wish to provide explicit property info.- Specified by:
getPropertyDescriptors
in interfaceBeanInfo
- Returns:
- an array of
PropertyDescriptor
s describing all properties supported by the bean ornull
-
getDefaultPropertyIndex
public int getDefaultPropertyIndex()
Deny knowledge of a default property. You can override this if you wish to define a default property for the bean.- Specified by:
getDefaultPropertyIndex
in interfaceBeanInfo
- Returns:
- Index of default property in the PropertyDescriptor array
returned by getPropertyDescriptors.
Returns -1 if there is no default property.
-
getEventSetDescriptors
public EventSetDescriptor[] getEventSetDescriptors()
Deny knowledge of event sets. You can override this if you wish to provide explicit event set info.- Specified by:
getEventSetDescriptors
in interfaceBeanInfo
- Returns:
- An array of EventSetDescriptors describing the kinds of events fired by this bean. May return null if the information should be obtained by automatic analysis.
-
getDefaultEventIndex
public int getDefaultEventIndex()
Deny knowledge of a default event. You can override this if you wish to define a default event for the bean.- Specified by:
getDefaultEventIndex
in interfaceBeanInfo
- Returns:
- Index of default event in the EventSetDescriptor array
returned by getEventSetDescriptors.
Returns -1 if there is no default event.
-
getMethodDescriptors
public MethodDescriptor[] getMethodDescriptors()
Deny knowledge of methods. You can override this if you wish to provide explicit method info.- Specified by:
getMethodDescriptors
in interfaceBeanInfo
- Returns:
- An array of MethodDescriptors describing the externally visible methods supported by this bean. May return null if the information should be obtained by automatic analysis.
-
getAdditionalBeanInfo
public BeanInfo[] getAdditionalBeanInfo()
Claim there are no other relevant BeanInfo objects. You may override this if you want to (for example) return a BeanInfo for a base class.- Specified by:
getAdditionalBeanInfo
in interfaceBeanInfo
- Returns:
- an array of BeanInfo objects. May return null.
-
getIcon
public Image getIcon(int iconKind)
Claim there are no icons available. You can override this if you want to provide icons for your bean.- Specified by:
getIcon
in interfaceBeanInfo
- Parameters:
iconKind
- The kind of icon requested. This should be one of the constant values ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, or ICON_MONO_32x32.- Returns:
- An image object representing the requested icon. May return null if no suitable icon is available.
-
loadImage
public Image loadImage(String resourceName)
This is a utility method to help in loading icon images. It takes the name of a resource file associated with the current object's class file and loads an image object from that file. Typically images will be GIFs.- Parameters:
resourceName
- A pathname relative to the directory holding the class file of the current class. For example, "wombat.gif".- Returns:
- an image object. May be null if the load failed.
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-java/beans/SimpleBeanInfo.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.