Uses of Class
java.beans.MethodDescriptor
Package
Description
Contains classes related to developing beans -- components based on
the JavaBeans architecture.
-
Uses of MethodDescriptor in java.beans
Modifier and TypeMethodDescriptionEventSetDescriptor.getListenerMethodDescriptors()
Gets theMethodDescriptor
s of the target listener interface.BeanInfo.getMethodDescriptors()
Returns the method descriptors of the bean that define the externally visible methods supported by this bean.SimpleBeanInfo.getMethodDescriptors()
Deny knowledge of methods.ModifierConstructorDescriptionEventSetDescriptor
(String eventSetName, Class<?> listenerType, MethodDescriptor[] listenerMethodDescriptors, Method addListenerMethod, Method removeListenerMethod) Creates anEventSetDescriptor
from scratch usingjava.lang.reflect.MethodDescriptor
andjava.lang.Class
objects.