lcarsbeans
Class LcarsTrackbarBeanInfo
java.lang.Object
|
+--java.beans.SimpleBeanInfo
|
+--lcarsbeans.LcarsTrackbarBeanInfo
- public class LcarsTrackbarBeanInfo
- extends java.beans.SimpleBeanInfo
BeanInfo for LcarsTrackbar.
- Version:
- 0.9b, January 2002 (March 2001)
- Author:
- Andrei Scheibner, www.buffalo-as.de, andrei@buffalo-as.de
Field Summary |
(package private) static java.beans.PropertyDescriptor[] |
props
The property descriptors. |
Method Summary |
java.beans.BeanDescriptor |
getBeanDescriptor()
Returns the descriptor for this bean. |
java.awt.Image |
getIcon(int iconKind)
Returns an icon which represents the bean in an IDEs component palette. |
java.beans.PropertyDescriptor[] |
getPropertyDescriptors()
Returns the property descriptors. |
(package private) static java.beans.PropertyDescriptor |
prop(java.lang.String name,
java.lang.String description)
Creates a property descriptor. |
Methods inherited from class java.beans.SimpleBeanInfo |
getAdditionalBeanInfo,
getDefaultEventIndex,
getDefaultPropertyIndex,
getEventSetDescriptors,
getMethodDescriptors,
loadImage |
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
props
static java.beans.PropertyDescriptor[] props
- The property descriptors.
LcarsTrackbarBeanInfo
public LcarsTrackbarBeanInfo()
getIcon
public java.awt.Image getIcon(int iconKind)
- Returns an icon which represents the bean in an IDEs component palette.
- Overrides:
- getIcon in class java.beans.SimpleBeanInfo
getBeanDescriptor
public java.beans.BeanDescriptor getBeanDescriptor()
- Returns the descriptor for this bean.
- Overrides:
- getBeanDescriptor in class java.beans.SimpleBeanInfo
prop
static java.beans.PropertyDescriptor prop(java.lang.String name,
java.lang.String description)
- Creates a property descriptor.
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
- Returns the property descriptors.
- Overrides:
- getPropertyDescriptors in class java.beans.SimpleBeanInfo