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