ARoad0.gBaseBeanInfo
Class EligiblePartyImplBeanInfo
java.lang.Object
java.beans.SimpleBeanInfo
ARoad0.gBaseBeanInfo.BasicImplBeanInfo
ARoad0.gBaseBeanInfo.EligiblePartyImplBeanInfo
- All Implemented Interfaces:
- BeanInfoPattern, java.beans.BeanInfo
- Direct Known Subclasses:
- GroupIDMemberImplBeanInfo
public class EligiblePartyImplBeanInfo
- extends BasicImplBeanInfo
- implements BeanInfoPattern
This class is responsible for describing the EligiblePartyImpl class.
It is used for displaying and editing the properties of EligiblePartyImpl.
Caution: any change must be copied in ActorImplBeanInfo.
- Since:
- 0.5.1
Fields inherited from interface java.beans.BeanInfo |
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
Method Summary |
java.lang.String |
getBaseBeanManagerBoundProperty()
Get the property name for which a change fires an PropertyChangeEvent
in the BaseBeanManager, when the bean instance is closed or deleted. |
java.beans.BeanDescriptor |
getBeanDescriptor()
Gets the description of the bean. |
protected java.beans.BeanDescriptor |
getCommonBeanDescriptor(java.beans.BeanDescriptor _result)
Gets the common description of the bean. |
java.beans.PropertyDescriptor[] |
getPropertyDescriptors()
Each property descriptor has specific values that are get
with PropertyDescriptor.getValue():
- 'tabbedPaneName' is the name (String value) of the pane
where this property has to be displayed in the beamer. |
Methods inherited from class java.beans.SimpleBeanInfo |
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, loadImage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.beans.BeanInfo |
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors |
EligiblePartyImplBeanInfo
public EligiblePartyImplBeanInfo()
getBeanDescriptor
public java.beans.BeanDescriptor getBeanDescriptor()
- Gets the description of the bean.
Specific values are set in the descriptor. They are get
with BeanDescriptor.getValue():
- 'withTabbedPanes' is true (Boolean value) since several tabbed panes
are necessary to display all the panels (property, value) of EligiblePartyImpl
- Specified by:
getBeanDescriptor
in interface java.beans.BeanInfo
- Overrides:
getBeanDescriptor
in class BasicImplBeanInfo
- Returns:
- the bean descriptor
getCommonBeanDescriptor
protected java.beans.BeanDescriptor getCommonBeanDescriptor(java.beans.BeanDescriptor _result)
- Gets the common description of the bean.
Not used by subclasses.
- Overrides:
getCommonBeanDescriptor
in class BasicImplBeanInfo
- Parameters:
_result
- is the BeanDescriptor to configure
- Returns:
- the bean descriptor
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
- Each property descriptor has specific values that are get
with PropertyDescriptor.getValue():
- 'tabbedPaneName' is the name (String value) of the pane
where this property has to be displayed in the beamer.
Is "" if 'withTabbedPanes' is false in the BeanDescriptor.
- 'panelGroupName' is the name (String value) of the group
where this property has to be displayed with other related properties.
May be "".
- Specified by:
getPropertyDescriptors
in interface java.beans.BeanInfo
- Overrides:
getPropertyDescriptors
in class BasicImplBeanInfo
- Returns:
- array of property descriptors
getBaseBeanManagerBoundProperty
public java.lang.String getBaseBeanManagerBoundProperty()
- Get the property name for which a change fires an PropertyChangeEvent
in the BaseBeanManager, when the bean instance is closed or deleted.
This is used to register the BeamerManager as a PropertyChangeListener.
- Specified by:
getBaseBeanManagerBoundProperty
in interface BeanInfoPattern
- Overrides:
getBaseBeanManagerBoundProperty
in class BasicImplBeanInfo
- Returns:
- the property name.