vib.servers
Class ADScanBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--vib.utils.VIBBeanInfo
              |
              +--vib.servers.SimpleDataSourceBeanInfo
                    |
                    +--vib.servers.ArrayDataSourceBeanInfo
                          |
                          +--vib.servers.ADScanBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class ADScanBeanInfo
extends vib.servers.ArrayDataSourceBeanInfo

Bean info that helps register the ADScan bean to VIBLace


Fields inherited from class vib.servers.SimpleDataSourceBeanInfo
rb
 
Fields inherited from class vib.utils.VIBBeanInfo
displayName, name, resourceBundles, subclass
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
ADScanBeanInfo()
           
 
Method Summary
 java.util.Hashtable getProperties()
           
 
Methods inherited from class vib.utils.VIBBeanInfo
append, append, append, get, getBeanDescriptor, getIcon, getPropertyDescriptors, getString, getString, registerResourceBundle, remove, setName, setName
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ADScanBeanInfo

public ADScanBeanInfo()
Method Detail

getProperties

public java.util.Hashtable getProperties()
Overrides:
getProperties in class vib.servers.ArrayDataSourceBeanInfo