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)

Field Summary
private  IFacetContext ctx
           
private static JFacetsLogger logger
           
 
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
 

Field Detail

logger

private static final JFacetsLogger logger

ctx

private IFacetContext ctx
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 © 2010. All Rights Reserved.