Java java.beans Beans fields, constructors, methods, implement or subclass

Example usage for Java java.beans Beans fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.beans Beans.

The text is from its open source code.

Method

ObjectgetInstanceOf(Object bean, Class targetType)
From a given bean, obtain an object representing a specified type view of that source object.
Objectinstantiate(ClassLoader cls, String beanName)

Instantiate a JavaBean.

booleanisDesignTime()
Test if we are in design-mode.
booleanisInstanceOf(Object bean, Class targetType)
Check if a bean can be viewed as a given target type.
voidsetDesignTime(boolean isDesignTime)
Used to indicate whether of not we are running in an application builder environment.