|
JavaBeans an Introduction
|
|
|
Software Components
|
Visual Software Components
|
|
Non-Visual Software Components
|
|
Software Component Models
|
|
Basic Structure of a Bean
|
|
The Bean Development Kit (BDK)
|
|
|
|
The Main Container Window
|
The Main Container Window
|
|
|
|
|
The PropertySheet Window
|
|
|
The Method Tracer Window
|
In-Built Components available Within BDK
|
|
Displaying a Simple Animation
|
|
|
|
Building JavaBeans Components
|
Building JavaBeans Components
|
|
|
|
|
Objectives of JavaBeans
|
|
|
|
Designing a Bean
|
|
|
|
Properties
|
|
|
|
Methods
|
|
|
|
Events
|
|
|
|
Testing
|
|
|
|
JAR Files
|
|
|
|
JAR Utility
|
|
|
|
JAR Options
|
|
|
|
Building your First Bean
|
|
|
|
Reflection and Introspection
|
|
|
|
The java.lang.reflect package
|
|
|
|
Constructor
|
|
|
|
Method
|
|
|
|
Array
|
|
|
|
Introspection
|
|
|
|
ParameterDescriptor
|
|
|
|
PropertyDescriptor
|
|
|
IndexedPropertyDescriptor
|
IndexedPropertyDescriptor
|
|
|
|
Bean Properties
|
Properties to Java Beans Properties
|
|
|
|
Defining Read Properties
|
Defining Write Properties
|
|
Defining Read/Write Properties
|
|