arlut.csd.JDialog
Class choiceThing

java.lang.Object
  |
  +--arlut.csd.JDialog.choiceThing
All Implemented Interfaces:
java.io.Serializable

public class choiceThing
extends java.lang.Object
implements java.io.Serializable

Serializable object to describe a string chooser field for passing to the client as part of a JDialogBuff or StringDialog.

See Also:
Serialized Form

Field Summary
(package private)  java.lang.String choiceLabel
           
(package private)  java.util.Vector items
           
(package private)  java.lang.Object selected
           
 
Constructor Summary
choiceThing(java.lang.String label, java.util.Vector Items)
           
choiceThing(java.lang.String label, java.util.Vector Items, java.lang.Object selectedObject)
           
 
Method Summary
 java.util.Vector getItems()
           
 java.lang.String getLabel()
           
 java.lang.Object getSelectedItem()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

choiceLabel

java.lang.String choiceLabel

items

java.util.Vector items

selected

java.lang.Object selected
Constructor Detail

choiceThing

public choiceThing(java.lang.String label,
                   java.util.Vector Items)

choiceThing

public choiceThing(java.lang.String label,
                   java.util.Vector Items,
                   java.lang.Object selectedObject)
Method Detail

getLabel

public java.lang.String getLabel()

getItems

public java.util.Vector getItems()

getSelectedItem

public java.lang.Object getSelectedItem()