com.plumtree.remote.util
Class UserPrefs

java.lang.Object
  extended bycom.plumtree.remote.util.NamedValueMap
      extended bycom.plumtree.remote.util.UserPrefs

public class UserPrefs
extends NamedValueMap

A NamedValueMap for storing user preferences.


Constructor Summary
UserPrefs()
          Default constructor.
UserPrefs(NamedValue[] nvArray)
          Valued constructor.
 
Methods inherited from class com.plumtree.remote.util.NamedValueMap
fromArray, get, put, put, remove, remove, toArray, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserPrefs

public UserPrefs()
Default constructor.


UserPrefs

public UserPrefs(NamedValue[] nvArray)
Valued constructor.



For additional information on the IDK, including tutorials, blogs, code samples and more,see the AquaLogic User Interaction Developer Center on BEA dev2dev.

Copyright ©2007 BEA Systems, Inc. All Rights Reserved.