Open SiteSearch 4.1.1
Final

ORG.oclc.xml.om
Class ElementImplBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--ORG.oclc.xml.om.ElementImplBeanInfo

public class ElementImplBeanInfo
extends SimpleBeanInfo

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


Constructor Summary
ElementImplBeanInfo()
           
 
Method Summary
 MethodDescriptor[] getMethodDescriptors()
          Returns the method descriptions for the methods that are to be made available through scripting.
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getPropertyDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementImplBeanInfo

public ElementImplBeanInfo()
Method Detail

getMethodDescriptors

public MethodDescriptor[] getMethodDescriptors()
Returns the method descriptions for the methods that are to be made available through scripting.
Returns:
an array of MethodDescriptor objects.
Overrides:
getMethodDescriptors in class SimpleBeanInfo

Open SiteSearch 4.1.1
Final