Class ElementImplBeanInfo

public class ElementImplBeanInfo extends >SimpleBeanInfo
{
  // Methods
  public MethodDescriptor[] getMethodDescriptors();
}

This class provides specialized JavaBeans support for the ElementImpl class to resolve which overloaded functions are accessible through scripting.

>SimpleBeanInfo
  |
  +--ElementImplBeanInfo

Methods

getMethodDescriptors 

public MethodDescriptor[] getMethodDescriptors();

Returns the method descriptions for the methods that are to be made available through scripting.

Return Value

Returns an array of >MethodDescriptor objects.