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

Class semper.preferences.UnList

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

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

Constructor Index

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

Constructors

 o UnList
  public UnList(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