All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.tools.forms.FormPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----w3c.tools.forms.FormPanel

public class FormPanel
extends Panel

Method Index

 o addField(String, Component)
Add a field editor.
 o insets()
Some insets for the form panel.
 o paint(Graphics)
Darw a rectangle around the form panel.

Methods

 o addField
 protected void addField(String title,
                         Component editor)
Add a field editor.

Parameters:
title - The title for the field.
editor - Its editor component.
 o insets
 public Insets insets()
Some insets for the form panel.

Overrides:
insets in class Container
 o paint
 public void paint(Graphics g)
Darw a rectangle around the form panel.

Overrides:
paint in class Container

All Packages  Class Hierarchy  This Package  Previous  Next  Index