Package net.sourceforge.jeuclid.swing
Class JMathComponentBeanInfo
- java.lang.Object
-
- java.beans.SimpleBeanInfo
-
- net.sourceforge.jeuclid.swing.JMathComponentBeanInfo
-
- All Implemented Interfaces:
java.beans.BeanInfo
public class JMathComponentBeanInfo extends java.beans.SimpleBeanInfoThis is the class providing bean information about the swing componentJMathComponent. This class might be useful for applications using JEuclid in their application. With help of this class they can query useful information about JMathComponent when the application uses it as a bean.- Version:
- $Revision: 8afef6dd0d58 $
-
-
Constructor Summary
Constructors Constructor Description JMathComponentBeanInfo()Default Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.beans.BeanDescriptorgetBeanDescriptor()java.awt.ImagegetIcon(int iconKind)java.beans.PropertyDescriptor[]getPropertyDescriptors()
-
-
-
Method Detail
-
getIcon
public java.awt.Image getIcon(int iconKind)
- Specified by:
getIconin interfacejava.beans.BeanInfo- Overrides:
getIconin classjava.beans.SimpleBeanInfo
-
getBeanDescriptor
public java.beans.BeanDescriptor getBeanDescriptor()
- Specified by:
getBeanDescriptorin interfacejava.beans.BeanInfo- Overrides:
getBeanDescriptorin classjava.beans.SimpleBeanInfo
-
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
- Specified by:
getPropertyDescriptorsin interfacejava.beans.BeanInfo- Overrides:
getPropertyDescriptorsin classjava.beans.SimpleBeanInfo
-
-