chemaxon.marvin.beans
Class MSketchPaneBeanInfo

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

public class MSketchPaneBeanInfo
extends MarvinPaneBeanInfo

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

Version:
3.5, 09/30/2002
Author:
Peter Csizmadia
See Also:
MSketchPane

Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
MSketchPaneBeanInfo()
           
 
Method Summary
 java.awt.Image getIcon(int iconKind)
          Returns a MarvinSketch 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

MSketchPaneBeanInfo

public MSketchPaneBeanInfo()
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 MarvinSketch icon in 16x16 or 32x32 size.

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