[Next] [Index]
Contents
Chapter 1 Introduction
- What is the CDK?
- Where To Find CDK Information
- What You Should Already Know
- Tools You Need
Chapter 2 Creating JavaScript Components
- What is a JavaScript Component?
- Requirements for Creating JavaScript Components
- Understanding JavaScript Components
- Creating a JavaScript Component
- Creating a JSB File for a Component
- Creating Properties for a Component
- Creating Methods for a Component
- Creating Events for a Component
- Creating a Listener Interface for a Component
- Defining a Constructor Function
- Improving Application Speed with Smaller Constructors
- Packaging the JSB file into a JAR file
- Loading and Testing a Component
- JavaScript Component Examples
Chapter 3 Using Java Objects as Components
- Using Java Objects
- Using Existing Applets
- Importing Pages
- Creating an Applet Tag by Hand
- Creating and Using Java Beans
- Adding Beans to Visual JavaScript
- Working with Bean Customizers
- Using the Built-In Database Components
- Data Contexts
- Support Classes
Chapter 4 Using CORBA Components
- What are CORBA Components?
- Installing a CORBA Component
- Component Methods
- Working with Parameters
- Component Properties
- Component Attributes
- Component Events
- Mapping Data Types
- Connecting to a CORBA Object
- Accessing a CORBA Object at Run Time
Chapter 5 Using BeanConnect Programs as Components
Chapter 6 Using Plug-ins, Customizers, and Property Editors
Chapter 7 Packaging Components for Import
- When is the JAR Packager Required?
- Packaging a Component
Chapter 8 JSB File Structure Reference
- JSB File Structure Reference
- Uses of the JSB File
- Overview of the JSB File Structure
- Component Descriptor
- Icon Descriptor
- Property Descriptors
- Method Descriptors
- EventSetDescriptors
- Constructor
- Listener Interfaces
- Creating a JSB File
- JSB Tag Reference
- <JSB> </JSB>
- Attributes
- <JSB_DESCRIPTOR>
- Attributes
- <JSB_ICON>
- Attributes
- <JSB_PROPERTY>
- Attributes
- <JSB_METHOD> </JSB_METHOD>
- Attributes
- <JSB_EVENT>
- Attributes
- <JSB_PARAMETER>
- Attributes
- <JSB_CONSTRUCTOR>
</JSB_CONSTRUCTOR>
- <JSB_INTERFACE>
- Attributes
- <JSB_LISTENER> </JSB_LISTENER>
- Attributes
[Next] [Index]
Last Updated: 09/02/97 15:06:56
Copyright © 1997
Netscape Communications Corporation