JClass 4.5.0 API
Documentation

com.klg.jclass.field
Class FieldBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--com.klg.jclass.beans.JCBeanInfo
              |
              +--com.klg.jclass.beans.ComponentBeanInfo
                    |
                    +--com.klg.jclass.field.FieldBeanInfo
Direct Known Subclasses:
DSdbComboFieldBeanInfo, DSdbLabelFieldBeanInfo, DSdbPopupFieldBeanInfo, DSdbSpinFieldBeanInfo, DSdbTextFieldBeanInfo, JBdbComboFieldBeanInfo, JBdbLabelFieldBeanInfo, JBdbPopupFieldBeanInfo, JBdbSpinFieldBeanInfo, JBdbTextFieldBeanInfo, JCComboFieldBeanInfo, JCLabelFieldBeanInfo, JCPopupFieldBeanInfo, JCSpinFieldBeanInfo, JCTextFieldBeanInfo, VCdbComboFieldBeanInfo, VCdbLabelFieldBeanInfo, VCdbPopupFieldBeanInfo, VCdbSpinFieldBeanInfo, VCdbTextFieldBeanInfo

public class FieldBeanInfo
extends com.klg.jclass.beans.ComponentBeanInfo

This is the base bean info class for Field. It specifies the general properties and events for Field.


Field Summary
static String DATA_PROPERTIES
           
protected static com.klg.jclass.beans.JCEventSetDescriptor[] field_events
           
protected static com.klg.jclass.beans.JCPropertyDescriptor[] field_properties
           
static String REQUIRED
           
static String VALUE
           
 
Fields inherited from class com.klg.jclass.beans.ComponentBeanInfo
ABOUT, ALIGNMENTX, ALIGNMENTY, AUTOSCROLLS, BACKGROUND, BORDER, component_properties, DEBUGGRAPHICSOPTIONS, DOUBLEBUFFERED, ENABLED, FONT, FOREGROUND, MAXIMUMSIZE, MINIMUMSIZE, NAME, NEXTFOCUSABLECOMPONENT, OPAQUE, PREFERREDSIZE, REQUESTFOCUSENABLED, TOOLTIPTEXT
 
Fields inherited from class com.klg.jclass.beans.JCBeanInfo
beanClass, COLOR16, COLOR32, CONTAINER_EVENT, CONTAINER_EVENTSET, DISPLAY_NAME_SUFFIX, events, EXPERT, HIDDEN, icons, localeManager, MONO16, MONO32, name, NORMAL, properties, SHORT_DESCRIPTION_SUFFIX
 
Constructor Summary
FieldBeanInfo(com.klg.jclass.beans.JCPropertyDescriptor[] properties, com.klg.jclass.beans.JCEventSetDescriptor[] events, String resource_bundle, String[] icons)
           
 
Methods inherited from class com.klg.jclass.beans.JCBeanInfo
createDescriptor, filterPropertyDescriptors, getBeanDescriptor, getEventSetDescriptors, getIcon, getLocaleManager, getPropertyDescriptors, mergeEvents, mergeProperties
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getMethodDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATA_PROPERTIES

public static final String DATA_PROPERTIES

REQUIRED

public static final String REQUIRED

VALUE

public static final String VALUE

field_properties

protected static final com.klg.jclass.beans.JCPropertyDescriptor[] field_properties

field_events

protected static final com.klg.jclass.beans.JCEventSetDescriptor[] field_events
Constructor Detail

FieldBeanInfo

public FieldBeanInfo(com.klg.jclass.beans.JCPropertyDescriptor[] properties,
                     com.klg.jclass.beans.JCEventSetDescriptor[] events,
                     String resource_bundle,
                     String[] icons)

Copyright© 1999-2000 KL Group Inc.
All rights reserved.