HEADER

biouml.standard.type
Class GenericEntityBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--com.beanexplorer.beans.BeanInfoEx
              |
              +--biouml.standard.type.GenericEntityBeanInfo
Direct Known Subclasses:
CompartmentBeanInfo, ReferrerBeanInfo, RelationBeanInfo

public class GenericEntityBeanInfo
extends BeanInfoEx

Utility class containing common metada for all generic entities.


Method Summary
 voidadd(int index, PropertyDescriptor pd, String displayName, String description)
           
 PropertyDescriptorfindPropertyDescriptor(String programmaticName)
           
 voidinitProperties()
           
 voidsetHtmlDisplayName(String programmaticName, String htmlName)
          Set up display name in HtmlPropertyInspector for the given property.

Methods inherited from class com.beanexplorer.beans.BeanInfoEx
getIcon, getPropertyDescriptors, add, add, add, add, addHidden, addHidden, setDisplayNameMethod, setHelpId, setHidden, setSubstituteByChild, setReadOnly, setHideChildren, setSimple, setNoRecursionCheck, setBeanEditor, setCompositeEditor, setEditorPreferredSize, getBeanDescriptor, getResourceString

Methods inherited from class java.beans.SimpleBeanInfo
getDefaultPropertyIndex, getEventSetDescriptors, getDefaultEventIndex, getMethodDescriptors, getAdditionalBeanInfo, loadImage

Methods inherited from class java.lang.Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait

Method Detail

add

public void add(int index, PropertyDescriptor pd, String displayName, String description)

findPropertyDescriptor

public PropertyDescriptor findPropertyDescriptor(String programmaticName)

initProperties

public void initProperties()
throws java.lang.Exception

setHtmlDisplayName

public void setHtmlDisplayName(String programmaticName, String htmlName)
Set up display name in HtmlPropertyInspector for the given property.

FOOTER

BOTTOM