|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.SimpleBeanInfo
ARoad0.gBaseBeanInfo.ISComponentBeanInfo
ARoad0.gBaseBeanInfo.ISSubACSBeanInfo
public class ISSubACSBeanInfo
This class is responsible for describing the subACS node in a nameISTree to display in the GUI. It is used for displaying the properties without editing.
Field Summary |
---|
Fields inherited from interface java.beans.BeanInfo |
---|
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
Constructor Summary | |
---|---|
ISSubACSBeanInfo()
|
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(): - 'tabbedPaneName' is the name (String value) of the pane where this property has to be displayed in the beamer. |
Methods inherited from class ARoad0.gBaseBeanInfo.ISComponentBeanInfo |
---|
getBaseBeanManagerBoundProperty, getBaseBeanManagerGetMethod, getBaseBeanManagerInstance, getCommonBeanDescriptor |
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 |
Constructor Detail |
---|
public ISSubACSBeanInfo()
Method Detail |
---|
public java.beans.BeanDescriptor getBeanDescriptor()
getBeanDescriptor
in interface java.beans.BeanInfo
getBeanDescriptor
in class ISComponentBeanInfo
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
- '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 "".
getPropertyDescriptors
in interface java.beans.BeanInfo
getPropertyDescriptors
in class ISComponentBeanInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |