Class semper.preferences.PrList
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.preferences.PrList

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.List
                   |
                   +----semper.preferences.PrList

public class PrList
extends List
This class implements the priority list of a Negotiable field.
Version:
$Revision: 1.2 $ $Date: 1997/01/17 19:53:04 $
Author:
Louis Salvail (CWI)
See Also:
UnList, PrefFieldNegotiable

Constructor Index

 o PrList(int, boolean)
Creates a new Priority list.

Constructors

 o PrList
  public PrList(int visible,
                boolean multiselection)
Creates a new Priority list.
Parameters:
visible - is the number of visible lines.
multiselection - indicates if multiselection is allowed.
Returns:
the new empty list.

All Packages  Class Hierarchy  This Package  Previous  Next  Index