|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.jfacets.impl.DefaultFacetFactory
public class DefaultFacetFactory
Default facet factory implementation : creates facets using Class.newInstance().
| Constructor Summary | |
|---|---|
DefaultFacetFactory()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
createFacet(FacetDescriptor d)
Creates the facet for passed descriptor using Class.newInstance(). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultFacetFactory()
| Method Detail |
|---|
public java.lang.Object createFacet(FacetDescriptor d)
Class.newInstance().
Return null and logs an ERROR if an error occured while invoking no-args constructor.
createFacet in interface IFacetFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||