Package chemaxon.marvin.beans
Class MViewPaneBeanInfo
- java.lang.Object
-
- java.beans.SimpleBeanInfo
-
- chemaxon.marvin.beans.MarvinPaneBeanInfo
-
- chemaxon.marvin.beans.MViewPaneBeanInfo
-
- All Implemented Interfaces:
BeanInfo
@PublicAPI public class MViewPaneBeanInfo extends MarvinPaneBeanInfo
MarvinView bean information. This class is needed by GUI builders.- See Also:
MViewPane
-
-
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 MViewPaneBeanInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Image
getIcon(int iconKind)
Returns a MarvinView icon in 16x16 or 32x32 size.PropertyDescriptor[]
getPropertyDescriptors()
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
-
-
-
-
Method Detail
-
getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()
Returns the property descriptor array.- Specified by:
getPropertyDescriptors
in interfaceBeanInfo
- Overrides:
getPropertyDescriptors
in classSimpleBeanInfo
- See Also:
MarvinPaneBeanInfo.getPropertyDescriptors(java.lang.Class, java.util.Vector)
-
getIcon
public Image getIcon(int iconKind)
Returns a MarvinView icon in 16x16 or 32x32 size.- Specified by:
getIcon
in interfaceBeanInfo
- Overrides:
getIcon
in classSimpleBeanInfo
-
-