scala.reflect

class ScalaBeanInfo

[source: scala/reflect/ScalaBeanInfo.scala]

abstract class ScalaBeanInfo(clazz : java.lang.Class[Any], props : Array[java.lang.String], methods : Array[java.lang.String])
extends java.beans.SimpleBeanInfo with AnyRef
Provides some simple runtime processing necessary to create JavaBean descriptors for Scala entities. The compiler creates subclasses of this class automatically when the BeanInfo annotation is attached to a class.
Author
Ross Judson ([email protected])
Method Summary
override def getMethodDescriptors : Array[java.beans.MethodDescriptor]
override def getPropertyDescriptors : Array[java.beans.PropertyDescriptor]
Methods inherited from java.beans.SimpleBeanInfo
java.beans.SimpleBeanInfo.getBeanDescriptor, java.beans.SimpleBeanInfo.getDefaultPropertyIndex, java.beans.SimpleBeanInfo.getEventSetDescriptors, java.beans.SimpleBeanInfo.getDefaultEventIndex, java.beans.SimpleBeanInfo.getAdditionalBeanInfo, java.beans.SimpleBeanInfo.getIcon, java.beans.SimpleBeanInfo.loadImage
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
override def getPropertyDescriptors : Array[java.beans.PropertyDescriptor]
Overrides
java.beans.SimpleBeanInfo.java.beans.SimpleBeanInfo.getPropertyDescriptors

override def getMethodDescriptors : Array[java.beans.MethodDescriptor]
Overrides
java.beans.SimpleBeanInfo.java.beans.SimpleBeanInfo.getMethodDescriptors