chemaxon.marvin.beans
Class MViewPaneBeanInfo

java.lang.Object
  extended by java.beans.SimpleBeanInfo
      extended by chemaxon.marvin.beans.MarvinPaneBeanInfo
          extended by chemaxon.marvin.beans.MViewPaneBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class MViewPaneBeanInfo
extends MarvinPaneBeanInfo

MarvinView bean information. This class is needed by GUI builders.

Version:
2.9.2, 10/12/2001
Author:
Peter Csizmadia
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
MViewPaneBeanInfo()
           
 
Method Summary
 java.awt.Image getIcon(int iconKind)
          Returns a MarvinView icon in 16x16 or 32x32 size.
 java.beans.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MViewPaneBeanInfo

public MViewPaneBeanInfo()
Method Detail

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Returns the property descriptor array.

Specified by:
getPropertyDescriptors in interface java.beans.BeanInfo
Overrides:
getPropertyDescriptors in class java.beans.SimpleBeanInfo
See Also:
MarvinPaneBeanInfo.getPropertyDescriptors(java.lang.Class, java.util.Vector)

getIcon

public java.awt.Image getIcon(int iconKind)
Returns a MarvinView icon in 16x16 or 32x32 size.

Specified by:
getIcon in interface java.beans.BeanInfo
Overrides:
getIcon in class java.beans.SimpleBeanInfo