ARoad0.AcsAddon.Accbee.Ubuntu.gBaseBeanInfo
Class ExecutableUbuntuImplBeanInfo
java.lang.Object
java.beans.SimpleBeanInfo
ARoad0.gBaseBeanInfo.BasicImplBeanInfo
ARoad0.gBaseBeanInfo.ResourceImplBeanInfo
ARoad0.gBaseBeanInfo.ActorImplBeanInfo
ARoad0.AcsAddon.Accbee.Ubuntu.gBaseBeanInfo.ActorUbuntuImplBeanInfo
ARoad0.AcsAddon.Accbee.Ubuntu.gBaseBeanInfo.ExecutableUbuntuImplBeanInfo
- All Implemented Interfaces:
- BeanInfoPattern, java.beans.BeanInfo
public class ExecutableUbuntuImplBeanInfo
- extends ActorUbuntuImplBeanInfo
This class is responsible for describing the Linux Ubuntu executable.
It is used for displaying and editing the properties of ExecutableUbuntuImpl,
to create it and to copy it.
This is the reference class for the BeanInfo descriptions.
Fields inherited from interface java.beans.BeanInfo |
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
Method Summary |
java.beans.BeanDescriptor |
getBeanDescriptor()
Get the description of the bean. |
java.beans.PropertyDescriptor[] |
getPropertyDescriptors()
Each property descriptor has specific values that are get
with PropertyDescriptor.getValue(). |
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 |
ExecutableUbuntuImplBeanInfo
public ExecutableUbuntuImplBeanInfo()
getBeanDescriptor
public java.beans.BeanDescriptor getBeanDescriptor()
- Get 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 ResourceImpl
- Specified by:
getBeanDescriptor
in interface java.beans.BeanInfo
- Overrides:
getBeanDescriptor
in class ActorUbuntuImplBeanInfo
- Returns:
- the bean descriptor
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
- Each property descriptor has specific values that are get
with PropertyDescriptor.getValue().
- Specified by:
getPropertyDescriptors
in interface java.beans.BeanInfo
- Overrides:
getPropertyDescriptors
in class ActorUbuntuImplBeanInfo
- Returns:
- array of property descriptors