net.sourceforge.jfacets.impl
Class DefaultFacet

java.lang.Object
  extended by net.sourceforge.jfacets.impl.DefaultFacet
All Implemented Interfaces:
IFacet

public class DefaultFacet
extends java.lang.Object
implements IFacet

A default facet that does nothing !

Author:
Remi VANKEISBELCK - rvkb.com (remi 'at' rvkb.com)

Constructor Summary
DefaultFacet()
           
 
Method Summary
 IFacetContext getFacetContext()
          Return the facet context
 void setFacetContext(IFacetContext ctx)
          Invoked by the framework, passing it the facet context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFacet

public DefaultFacet()
Method Detail

setFacetContext

public void setFacetContext(IFacetContext ctx)
Description copied from interface: IFacet
Invoked by the framework, passing it the facet context

Specified by:
setFacetContext in interface IFacet
Parameters:
ctx - the facet fontext

getFacetContext

public IFacetContext getFacetContext()
Description copied from interface: IFacet
Return the facet context

Specified by:
getFacetContext in interface IFacet


Copyright © 2011. All Rights Reserved.