org.favabeans.fbwm
Class Preferences
java.lang.Object
|
+--org.favabeans.fbwm.Preferences
- All Implemented Interfaces:
- Faceted
- public class Preferences
- extends Object
- implements Faceted
|
Method Summary |
Facet |
getFacet(Type type)
Obtain a Facet of the requested Type
for this object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Preferences
public Preferences()
getFacet
public Facet getFacet(Type type)
- Description copied from interface:
Faceted
- Obtain a
Facet of the requested Type
for this object.
- Specified by:
getFacet in interface Faceted
- Following copied from interface:
org.favabeans.base.Faceted
- Parameters:
type - the Type of Facet
requested for this object.- Returns:
- a
Facet, or null if none can
be created as requested.
Copyright © 2000-2001, Regents of the University of Minnesota. All Rights Reserved.