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
-
PopupGroup(Vector)
- Creates a PopupGroup
-
getResult()
- Implementation of the Result Interface.
-
selected()
-
PopupGroup
public PopupGroup(Vector vector)
- Creates a PopupGroup
- Parameters:
- vector - The vector which holds the names for
the items of the Popup.
getResult
public Hashtable getResult()
- Implementation of the Result Interface.
selected
public Object selected()
- Returns:
- the selected item
All Packages Class Hierarchy This Package Previous Next Index