vib.servers
Class DAConvertBeanInfo

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

public class DAConvertBeanInfo
extends vib.servers.BooleanDataSourceBeanInfo

Bean info that helps register the DAConvert 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
DAConvertBeanInfo()
           
 
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

DAConvertBeanInfo

public DAConvertBeanInfo()
Method Detail

getProperties

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