com.esri.arcgis.beans.symbology
Class SymbologyBeanBeanInfo

java.lang.Object
  extended by java.beans.SimpleBeanInfo
      extended by com.esri.arcgis.beans.symbology.SymbologyBeanBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class SymbologyBeanBeanInfo
extends java.beans.SimpleBeanInfo

A bean info class for SymbologyBean


Field Summary
static java.lang.String _appearance
           
static java.lang.String _backColor
           
static java.lang.String _borderStyle
           
static java.lang.String _contextMenu
           
static java.lang.String _displayStyle
           
static java.lang.String _esriEnabled
           
static java.lang.String _keyIntercept
           
static java.lang.String _mousePointer
           
static java.lang.String _styleClass
           
static java.lang.String _styleFile
           
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
SymbologyBeanBeanInfo()
           
 
Method Summary
 java.beans.BeanDescriptor getBeanDescriptor()
          Return the bean descriptor
 java.beans.EventSetDescriptor[] getEventSetDescriptors()
          Returns the event descriptor.
 java.awt.Image getIcon(int iconKind)
          Return a design time icon
 java.beans.MethodDescriptor[] getMethodDescriptors()
          returns the method descriptor
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Returns the property descriptor
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_backColor

public static final java.lang.String _backColor
See Also:
Constant Field Values

_mousePointer

public static final java.lang.String _mousePointer
See Also:
Constant Field Values

_displayStyle

public static final java.lang.String _displayStyle
See Also:
Constant Field Values

_styleClass

public static final java.lang.String _styleClass
See Also:
Constant Field Values

_borderStyle

public static final java.lang.String _borderStyle
See Also:
Constant Field Values

_appearance

public static final java.lang.String _appearance
See Also:
Constant Field Values

_contextMenu

public static final java.lang.String _contextMenu
See Also:
Constant Field Values

_esriEnabled

public static final java.lang.String _esriEnabled
See Also:
Constant Field Values

_keyIntercept

public static final java.lang.String _keyIntercept
See Also:
Constant Field Values

_styleFile

public static final java.lang.String _styleFile
See Also:
Constant Field Values
Constructor Detail

SymbologyBeanBeanInfo

public SymbologyBeanBeanInfo()
Method Detail

getIcon

public java.awt.Image getIcon(int iconKind)
Return a design time icon

Specified by:
getIcon in interface java.beans.BeanInfo
Overrides:
getIcon in class java.beans.SimpleBeanInfo
Parameters:
iconKind - int
Returns:
Image

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Return the bean descriptor

Specified by:
getBeanDescriptor in interface java.beans.BeanInfo
Overrides:
getBeanDescriptor in class java.beans.SimpleBeanInfo
Returns:
BeanDescriptor

getMethodDescriptors

public java.beans.MethodDescriptor[] getMethodDescriptors()
returns the method descriptor

Specified by:
getMethodDescriptors in interface java.beans.BeanInfo
Overrides:
getMethodDescriptors in class java.beans.SimpleBeanInfo
Returns:
MethodDescriptor[]

getPropertyDescriptors

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

Specified by:
getPropertyDescriptors in interface java.beans.BeanInfo
Overrides:
getPropertyDescriptors in class java.beans.SimpleBeanInfo
Returns:
PropertyDescriptor[]

getEventSetDescriptors

public java.beans.EventSetDescriptor[] getEventSetDescriptors()
Returns the event descriptor.

Specified by:
getEventSetDescriptors in interface java.beans.BeanInfo
Overrides:
getEventSetDescriptors in class java.beans.SimpleBeanInfo
Returns:
EventSetDescriptor[]