All Packages Class Hierarchy This Package Previous Next Index
Class semper.tinguin2.ContainerGroup
java.lang.Object
|
+----netscape.application.View
|
+----netscape.application.ContainerView
|
+----semper.tinguin2.ContainerGroup
- public class ContainerGroup
- extends ContainerView
Creates a Container which can hold Views for use with a FreeDialog.
The Container is shown within a frame.
- Version:
- 0.1
- Author:
- Christian Haag
- See Also:
- FreeDialog
-
ContainerGroup(Vector)
- Constructs a ContainerGroup.
-
ContainerGroup(Vector, int)
- Constructs a ContainerGroup.
ContainerGroup
public ContainerGroup(Vector vector)
- Constructs a ContainerGroup.
- Parameters:
- vector - The vector which hold the views for the
Container
ContainerGroup
public ContainerGroup(Vector vector,
int width)
- Constructs a ContainerGroup.
- Parameters:
- vector - The vector which hold the views for the
Container
- width - The minimal width of the ContainerGroup.
All Packages Class Hierarchy This Package Previous Next Index