org.scopemvc.view.swing.beaninfo
Class BasicBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--org.scopemvc.view.swing.beaninfo.BasicBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo
Direct Known Subclasses:
SButtonBeanInfo, SCheckBoxBeanInfo, SComboBoxBeanInfo, SLabelBeanInfo, SListBeanInfo, SMenuItemBeanInfo, SPanelBeanInfo, SPasswordFieldBeanInfo, SRadioButtonBeanInfo, SSliderBeanInfo, STableBeanInfo, STextAreaBeanInfo, STextFieldBeanInfo, SUnboundPanelBeanInfo

public class BasicBeanInfo
extends java.beans.SimpleBeanInfo

Description of the Class

Author:
lclaude

Field Summary
protected  java.lang.Class beanClass
          Description of the Field
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
BasicBeanInfo(java.lang.Class beanClass)
          Constructor for the BasicBeanInfo object
 
Method Summary
protected  java.lang.String getDefaultIconResource(int iconKind)
          Gets the default icon resource
 java.awt.Image getIcon(int iconKind)
          Gets the icon
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, getPropertyDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

beanClass

protected java.lang.Class beanClass
Description of the Field

Constructor Detail

BasicBeanInfo

public BasicBeanInfo(java.lang.Class beanClass)
Constructor for the BasicBeanInfo object

Parameters:
beanClass - TODO: Describe the Parameter
Method Detail

getIcon

public java.awt.Image getIcon(int iconKind)
Gets the icon

Specified by:
getIcon in interface java.beans.BeanInfo
Overrides:
getIcon in class java.beans.SimpleBeanInfo
Parameters:
iconKind - Description of the Parameter
Returns:
The icon value

getDefaultIconResource

protected java.lang.String getDefaultIconResource(int iconKind)
Gets the default icon resource

Parameters:
iconKind - Description of the Parameter
Returns:
The defaultIconResource value


Copyright © 2000-2002 The Scope Team. All Rights Reserved.