Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

Package java.beans


Classes

interface  AppletInitializer
class  ArrayPersistenceDelegate
class  AwtChoicePersistenceDelegate
class  AwtColorPersistenceDelegate
class  AwtComponentPersistenceDelegate
class  AwtContainerPersistenceDelegate
class  AwtCursorPersistenceDelegate
class  AwtDimensionPersistenceDelegate
class  AwtFontPersistenceDelegate
class  AwtFontTextAttributePersistenceDelegate
class  AwtInsetsPersistenceDelegate
class  AwtListPersistenceDelegate
class  AwtMenuBarPersistenceDelegate
class  AwtMenuPersistenceDelegate
class  AwtMenuShortcutPersistenceDelegate
class  AwtPointPersistenceDelegate
class  AwtRectanglePersistenceDelegate
class  AwtScrollPanePersistenceDelegate
class  AwtSystemColorPersistenceDelegate
class  BeanDescriptor
 Describes a bean's global information. More...
interface  BeanInfo
class  Beans
 This class Beans provides some methods for manipulting bean controls. More...
class  ClassPersistenceDelegate
class  CustomizedObjectInputStream
 Customized object input stream that allows to read objects by specified class loader. More...
interface  Customizer
class  DefaultPersistenceDelegate
 Default PersistenceDelegate for normal classes. More...
interface  DesignMode
class  Encoder
 The Encoder, together with PersistenceDelegate s, can encode an object into a series of java statements. More...
class  EventHandler
class  EventSetDescriptor
interface  ExceptionListener
class  Expression
class  FeatureDescriptor
 Common base class for Descriptors. More...
class  FieldPersistenceDelegate
 This is a persistence delegate for the java.lang.reflect.Field class. More...
class  IndexedPropertyChangeEvent
 A type of PropertyChangeEvent that indicates that an indexed property has changed. More...
class  IndexedPropertyDescriptor
class  IntrospectionException
class  Introspector
 The Introspector is a utility for developers to figure out which properties, events, and methods a JavaBean supports. More...
class  MethodDescriptor
 Describes a bean's method. More...
class  MethodPersistenceDelegate
 Persistence delegate for java.lang.reflect.Method class. More...
class  NullPersistenceDelegate
class  ParameterDescriptor
class  PersistenceDelegate
 PersistenceDelegate instances write received bean objects to encoders in the form of expressions and statements, which can be evaluated or executed to reconstruct the recorded bean objects in a new environment during decoding. More...
class  PrimitiveWrapperPersistenceDelegate
 A special internal PersistenceDelegate for wrapper classes of primitive types like int. More...
class  PropertyChangeEvent
interface  PropertyChangeListener
class  PropertyChangeListenerProxy
class  PropertyChangeSupport
class  PropertyDescriptor
interface  PropertyEditor
class  PropertyEditorManager
class  PropertyEditorSupport
class  PropertyVetoException
 Indicates that a proposed property change is unacceptable. More...
class  ProxyPersistenceDelegate
class  ReferenceMap
 A simple map. More...
class  SimpleBeanInfo
class  StandardBeanInfo
class  Statement
class  StaticFieldPersistenceDelegate
class  StringPersistenceDelegate
class  SwingAbstractButtonPersistenceDelegate
 A special internal PersistenceDelegate for java.awt.JComponent class. More...
class  SwingBoxPersistenceDelegate
class  SwingDefaultComboBoxModelPersistenceDelegate
class  SwingJFramePersistenceDelegate
class  SwingJTabbedPanePersistenceDelegate
class  SwingToolTipManagerPersistenceDelegate
class  UtilCollectionPersistenceDelegate
class  UtilDatePersistenceDelegate
class  UtilListPersistenceDelegate
class  UtilMapPersistenceDelegate
interface  VetoableChangeListener
class  VetoableChangeListenerProxy
class  VetoableChangeSupport
interface  Visibility
class  XMLDecoder
 XMLDecoder reads objects from xml created by XMLEncoder. More...
class  XMLEncoder
 XMLEncoder exnteds Encoder to write out the encoded statements and expressions in xml format. More...

Packages

package  beancontext