org.das2.beans
Class AttachedLabelBeanInfo

java.lang.Object
  extended by java.beans.SimpleBeanInfo
      extended by org.das2.beans.AccessLevelBeanInfo
          extended by org.das2.beans.AttachedLabelBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class AttachedLabelBeanInfo
extends AccessLevelBeanInfo

BeanInfo class for DasColorBar


Nested Class Summary
 
Nested classes/interfaces inherited from class org.das2.beans.AccessLevelBeanInfo
AccessLevelBeanInfo.AccessLevel, AccessLevelBeanInfo.PersistenceLevel, AccessLevelBeanInfo.Property
 
Field Summary
protected static AccessLevelBeanInfo.Property[] properties
           
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
AttachedLabelBeanInfo()
           
 
Method Summary
 java.beans.BeanInfo[] getAdditionalBeanInfo()
           
 
Methods inherited from class org.das2.beans.AccessLevelBeanInfo
getAccessLevel, getBeanDescriptor, getLock, getProperty, getPropertyDescriptors, getPropertyDescriptors, setAccessLevel
 
Methods inherited from class java.beans.SimpleBeanInfo
getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

protected static final AccessLevelBeanInfo.Property[] properties
Constructor Detail

AttachedLabelBeanInfo

public AttachedLabelBeanInfo()
Method Detail

getAdditionalBeanInfo

public java.beans.BeanInfo[] getAdditionalBeanInfo()
Specified by:
getAdditionalBeanInfo in interface java.beans.BeanInfo
Overrides:
getAdditionalBeanInfo in class java.beans.SimpleBeanInfo