org.pealfactory.compose.halfleadspliced
Class ElfBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--org.pealfactory.compose.halfleadspliced.ElfBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class ElfBeanInfo
extends java.beans.SimpleBeanInfo

BeanInfo is required by applets (such as Elf) which are the target of script communication in IE via LiveConnect. We supply a BeanInfo class to prevent an HTTP 404 from IE's classloader.


Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
ElfBeanInfo()
           
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getPropertyDescriptors, loadImage
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ElfBeanInfo

public ElfBeanInfo()