org.favabeans.base
Interface Faceted

All Known Implementing Classes:
BeanProperty, CollectionFolder, DefaultFacet, FacetView, MethodAction, BeanColumn, Preferences, SimpleView, AbstractDropSlotModel, NewViewAction, PropertySheet, IdentityFile, IdentityDataFile

public interface Faceted

A Faceted object is capable of managing its own Facets.


Method Summary
 Facet getFacet(Type type)
          Obtain a Facet of the requested Type for this object.
 

Method Detail

getFacet

public Facet getFacet(Type type)
Obtain a Facet of the requested Type for this object.
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.