All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.tinguin2.EditGroup

java.lang.Object
   |
   +----netscape.application.View
           |
           +----netscape.application.ContainerView
                   |
                   +----semper.tinguin2.EditGroup

public class EditGroup
extends ContainerView
Creates a Container which can hold EditFields for use with a FreeDialog. The EditGroup has a frame.

Version:
0.1
Author:
Christian Haag
See Also:
FreeDialog

Constructor Index

 o EditGroup(Vector)
Constructs an EditGroup.
 o EditGroup(Vector, int)
Constructs an EditGroup.

Constructors

 o EditGroup
 public EditGroup(Vector vector)
Constructs an EditGroup.

Parameters:
vector - The vector which hold the EditFields for the EditGroup
 o EditGroup
 public EditGroup(Vector vector,
                  int width)
Constructs an EditGroup.

Parameters:
vector - The vector which hold the EditFields for the EditGroup
width - The width of the superview.

All Packages  Class Hierarchy  This Package  Previous  Next  Index