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:
BeanInfo

public class SymbologyBeanBeanInfo
extends SimpleBeanInfo

A bean info class for SymbologyBean


Field Summary
static String _appearance
           
static String _backColor
           
static String _borderStyle
           
static String _contextMenu
           
static String _displayStyle
           
static String _esriEnabled
           
static String _keyIntercept
           
static String _mousePointer
           
static String _styleClass
           
static 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
 BeanDescriptor getBeanDescriptor()
          Return the bean descriptor
 EventSetDescriptor[] getEventSetDescriptors()
          Returns the event descriptor.
 Image getIcon(int iconKind)
          Return a design time icon
 MethodDescriptor[] getMethodDescriptors()
          returns the method descriptor
 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 String _backColor
See Also:
Constant Field Values

_mousePointer

public static final String _mousePointer
See Also:
Constant Field Values

_displayStyle

public static final String _displayStyle
See Also:
Constant Field Values

_styleClass

public static final String _styleClass
See Also:
Constant Field Values

_borderStyle

public static final String _borderStyle
See Also:
Constant Field Values

_appearance

public static final String _appearance
See Also:
Constant Field Values

_contextMenu

public static final String _contextMenu
See Also:
Constant Field Values

_esriEnabled

public static final String _esriEnabled
See Also:
Constant Field Values

_keyIntercept

public static final String _keyIntercept
See Also:
Constant Field Values

_styleFile

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

SymbologyBeanBeanInfo

public SymbologyBeanBeanInfo()
Method Detail

getIcon

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

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

getBeanDescriptor

public BeanDescriptor getBeanDescriptor()
Return the bean descriptor

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

getMethodDescriptors

public MethodDescriptor[] getMethodDescriptors()
returns the method descriptor

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

getPropertyDescriptors

public PropertyDescriptor[] getPropertyDescriptors()
Returns the property descriptor

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

getEventSetDescriptors

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

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