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
Ancestor of Marvin's BeanInfo classes that are needed by GUI builders.
- See Also:
-
Field Summary
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
Constructor Details
-
MarvinPaneBeanInfo
public MarvinPaneBeanInfo()
-
-
Method Details
-
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:
-