All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.tinguin2.PopupGroup

java.lang.Object
   |
   +----netscape.application.View
           |
           +----netscape.application.Popup
                   |
                   +----semper.tinguin2.PopupGroup

public class PopupGroup
extends Popup
implements Result
Creates a Popup within a View for use with a FreeDialog.

Version:
0.1
Author:
Christian Haag
See Also:
FreeDialog

Constructor Index

 o PopupGroup(Vector)
Creates a PopupGroup

Method Index

 o getResult()
Implementation of the Result Interface.
 o selected()

Constructors

 o PopupGroup
 public PopupGroup(Vector vector)
Creates a PopupGroup

Parameters:
vector - The vector which holds the names for the items of the Popup.

Methods

 o getResult
 public Hashtable getResult()
Implementation of the Result Interface.

 o selected
 public Object selected()
Returns:
the selected item

All Packages  Class Hierarchy  This Package  Previous  Next  Index