|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.openwings.component.ComponentFactory
This class provides a way to obtain an implementation of
Component or one of its subinterfaces.
The choice of Component implementation
class is set using the
net.openwings.component.implementation property.
| Constructor Summary | |
ComponentFactory()
|
|
| Method Summary | |
static Component |
getComponent()
This method is used to obtain a Component. |
static ComponentComplex |
getComponentComplex()
This method is used to obtain a ComponentComplex. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ComponentFactory()
| Method Detail |
public static Component getComponent()
Component.
Component
interface.public static ComponentComplex getComponentComplex()
ComponentComplex.
ComponentComplex
interface.
|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||