All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JObserve.GUI.Labeled2Choice

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----JObserve.GUI.Labeled2Choice

public class Labeled2Choice
extends Panel
Panel with a label and 2 choices This nonsense is to cope with the Layout manager nightmare. Choices are public.


Variable Index

 o myChoice1
First ObserveChoice - a Choice that will tell is the user has changed it
 o myChoice2
Second ObserveChoice

Constructor Index

 o Labeled2Choice(String)
Constructor

Variables

 o myChoice1
 public ObserveChoice myChoice1
First ObserveChoice - a Choice that will tell is the user has changed it

 o myChoice2
 public ObserveChoice myChoice2
Second ObserveChoice

Constructors

 o Labeled2Choice
 public Labeled2Choice(String labelText)
Constructor

Parameters:
String - Label for Choice

All Packages  Class Hierarchy  This Package  Previous  Next  Index