|
|||||||||
| Home >> All >> jmmv >> [ ui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
jmmv.ui
Class FormFactory

java.lang.Objectjmmv.ui.FormFactory
- public abstract class FormFactory
- extends java.lang.Object
| Field Summary | |
static int |
FIRSTID
|
| Constructor Summary | |
FormFactory()
|
|
| Method Summary | |
abstract Form |
getForm(int type)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
FIRSTID
public static final int FIRSTID
- See Also:
- Constant Field Values
| Constructor Detail |
FormFactory
public FormFactory()
| Method Detail |
getForm
public abstract Form getForm(int type)
|
|||||||||
| Home >> All >> jmmv >> [ ui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
jmmv.ui.FormFactory