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
-
EditGroup(Vector)
- Constructs an EditGroup.
-
EditGroup(Vector, int)
- Constructs an EditGroup.
EditGroup
public EditGroup(Vector vector)
- Constructs an EditGroup.
- Parameters:
- vector - The vector which hold the EditFields for the
EditGroup
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