Package chemaxon.marvin.beans
Class MSketchPaneBeanInfo
java.lang.Object
java.beans.SimpleBeanInfo
chemaxon.marvin.beans.MarvinPaneBeanInfo
chemaxon.marvin.beans.MSketchPaneBeanInfo
- All Implemented Interfaces:
BeanInfo
MarvinSketch bean information. This class is 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIcon(int iconKind) Returns a MarvinSketch icon in 16x16 or 32x32 size.Returns the property descriptor array.Methods inherited from class chemaxon.marvin.beans.MarvinPaneBeanInfo
getPropertyDescriptorsMethods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, loadImage
-
Constructor Details
-
MSketchPaneBeanInfo
public MSketchPaneBeanInfo()
-
-
Method Details
-
getPropertyDescriptors
Returns the property descriptor array.- Specified by:
getPropertyDescriptorsin interfaceBeanInfo- Overrides:
getPropertyDescriptorsin classSimpleBeanInfo- See Also:
-
getIcon
Returns a MarvinSketch icon in 16x16 or 32x32 size.- Specified by:
getIconin interfaceBeanInfo- Overrides:
getIconin classSimpleBeanInfo
-