|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fuin.jmsmvc4swing.model.ResultGenerator<I>
I - The controller interface the created class is for.public class ResultGenerator<I extends Controller>
Generates a ResultGenerator implementation.
| Constructor Summary | |
|---|---|
ResultGenerator(org.fuin.srcgen4javassist.SgClassPool pool,
ControllerModel<I> model,
java.lang.String basePackage,
org.fuin.srcgen4javassist.SgMethod intfListenerMethod)
Constructor. |
|
| Method Summary | |
|---|---|
org.fuin.srcgen4javassist.SgClass |
createModelClass()
Create the model class based on the interface informations. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResultGenerator(org.fuin.srcgen4javassist.SgClassPool pool,
ControllerModel<I> model,
java.lang.String basePackage,
org.fuin.srcgen4javassist.SgMethod intfListenerMethod)
pool - Class pool to use.model - Controller model.basePackage - Base package.intfListenerMethod - Listener method from the interface the class depends on.| Method Detail |
|---|
public final org.fuin.srcgen4javassist.SgClass createModelClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||