|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.rad.genui.UIFactoryManager
public class UIFactoryManager
Platform and technology independent UIFactoryManager. This is a static provider for the current IFactory.
| Constructor Summary | |
|---|---|
protected |
UIFactoryManager()
Creation of UIFactoryManager is not allowed. |
| Method Summary | |
|---|---|
static IFactory |
getFactory()
Gets the global IFactory singleton instance. |
static IFactory |
newFactoryInstance(Class pFactoryClass)
Creates the global IFactory singleton instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected UIFactoryManager()
UIFactoryManager is not allowed.
| Method Detail |
|---|
public static IFactory getFactory()
IFactory singleton instance.
IFactory singleton instance.IFactorypublic static IFactory newFactoryInstance(Class pFactoryClass)
IFactory singleton instance.
pFactoryClass - the factory class.
IFactory instance.IFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||