Open SiteSearch 4.1.1
Final

ORG.oclc.xml.om
Class DocumentBeanInfo

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

public class DocumentBeanInfo
extends SimpleBeanInfo

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


Constructor Summary
DocumentBeanInfo()
           
 
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

DocumentBeanInfo

public DocumentBeanInfo()
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