|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jbeans.j3d.bean.factory.AppearanceFactory
A Factory class provides a method to instantiate an object.
Every factory must support a call on getInstance. Each factory should override the newInstance method to appropriately instantiate and initialize an instance of an object.
Factory
Constructor Summary | |
AppearanceFactory()
|
Method Summary | |
java.lang.Object |
getInstance()
Instantiates an object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AppearanceFactory()
Method Detail |
public java.lang.Object getInstance()
getInstance
in interface net.jbeans.bean.factory.Factory
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |