|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fuin.jmsmvc4swing.model.AbstractGenerator<I,T>
I - The controller interface the created class is for.T - Type of the class the generator will create.public abstract class AbstractGenerator<I extends Controller,T>
Generates a ControllerReceiver implementation.
| Constructor Summary | |
|---|---|
AbstractGenerator(org.fuin.srcgen4javassist.SgClassPool pool,
ControllerModel<I> model,
String basePackage,
String subPackage,
String simpleDestClass)
Constructor. |
|
| Method Summary | |
|---|---|
protected String |
getBasePackage()
Returns the base package. |
protected String |
getDestClass()
Full name of the class. |
protected String |
getDestPackage()
Full package name. |
ControllerModel<I> |
getModel()
Returns the controller model. |
protected org.fuin.srcgen4javassist.SgClassPool |
getPool()
Returns the class pool. |
protected String |
getSimpleDestClass()
Simple name (without package) of the class that will be generated. |
protected String |
getSubPackage()
Package within the base package. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractGenerator(org.fuin.srcgen4javassist.SgClassPool pool,
ControllerModel<I> model,
String basePackage,
String subPackage,
String simpleDestClass)
pool - Class pool to use.model - Controller model.basePackage - Base package.subPackage - Package within base package.simpleDestClass - Name of the destination class (without package).| Method Detail |
|---|
public final ControllerModel<I> getModel()
protected final String getBasePackage()
protected final String getSubPackage()
protected final String getSimpleDestClass()
protected final String getDestPackage()
protected final String getDestClass()
protected final org.fuin.srcgen4javassist.SgClassPool getPool()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||