Package chemaxon.marvin.beans
Class MarvinPaneBeanInfo
- java.lang.Object
-
- java.beans.SimpleBeanInfo
-
- chemaxon.marvin.beans.MarvinPaneBeanInfo
-
- All Implemented Interfaces:
BeanInfo
- Direct Known Subclasses:
MSketchPaneBeanInfo
,MViewPaneBeanInfo
@PublicAPI public class MarvinPaneBeanInfo extends SimpleBeanInfo
Ancestor of Marvin's BeanInfo classes that are needed by GUI builders.- See Also:
MarvinPane
-
-
Field Summary
-
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
-
-
Constructor Summary
Constructors Constructor Description MarvinPaneBeanInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
getPropertyDescriptors(Class<?> self, Vector<PropertyDescriptor> v)
Puts the descriptors of the common Marvin bean properties into the specified Vector.-
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getPropertyDescriptors, loadImage
-
-
-
-
Method Detail
-
getPropertyDescriptors
protected void getPropertyDescriptors(Class<?> self, Vector<PropertyDescriptor> v) throws IntrospectionException
Puts the descriptors of the common Marvin bean properties into the specified Vector. Used by the getPropertyDescriptors() functions in the derived classes.- Parameters:
self
- the BeanInfo classv
- the vector- Throws:
IntrospectionException
- See Also:
MSketchPaneBeanInfo.getPropertyDescriptors()
,MViewPaneBeanInfo.getPropertyDescriptors()
-
-