Scala Library: scala.beans.ScalaBeanInfo
scala.beans.ScalaBeanInfo
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.
Value Members From java.beans.SimpleBeanInfo
def getBeanDescriptor(): BeanDescriptor
- Definition Classes
- SimpleBeanInfo → BeanInfo
(defined at java.beans.SimpleBeanInfo)
def getEventSetDescriptors(): Array[EventSetDescriptor]
- Definition Classes
- SimpleBeanInfo → BeanInfo
(defined at java.beans.SimpleBeanInfo)
def getIcon(arg0: Int): Image
- Definition Classes
- SimpleBeanInfo → BeanInfo
(defined at java.beans.SimpleBeanInfo)
def loadImage(arg0: String): Image
- Definition Classes
- SimpleBeanInfo
(defined at java.beans.SimpleBeanInfo)
Instance Constructors From scala.beans.ScalaBeanInfo
new ScalaBeanInfo(clazz: Class[_], props: Array[String], methods: Array[String])
(defined at scala.beans.ScalaBeanInfo)
Value Members From scala.beans.ScalaBeanInfo
def getMethodDescriptors(): Array[MethodDescriptor]
- Definition Classes
- ScalaBeanInfo → SimpleBeanInfo → BeanInfo
(defined at scala.beans.ScalaBeanInfo)
def getPropertyDescriptors(): Array[PropertyDescriptor]
- Definition Classes
- ScalaBeanInfo → SimpleBeanInfo → BeanInfo (defined at scala.beans.ScalaBeanInfo)
Full Source:
Interested in Scala?
I send out weekly, personalized emails with articles and conference talks.
Subscribe now.