|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tekann.ui.FormFactory
public final class FormFactory
Manage container instances.
| Field Summary | |
|---|---|
static java.lang.String |
propsFileName
Property file name. |
| Method Summary | |
|---|---|
void |
destroyForm(java.lang.String className)
Destroy IForm reference. |
IForm |
getForm(java.lang.String className)
Gets IForm instance. |
static FormFactory |
getInstance()
Get the FormFactory instance |
IForm |
newForm(java.lang.String className)
Create new IForm instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String propsFileName
| Method Detail |
|---|
public static FormFactory getInstance()
public IForm getForm(java.lang.String className)
className - Class mapped in "propsFileName".
public IForm newForm(java.lang.String className)
className - Class mapped in "propsFileName".
public void destroyForm(java.lang.String className)
className - Class mapped in "propsFileName".
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||