|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectGenClass
ControlClient
AptControlClient
public class AptControlClient
Constructor Summary | |
---|---|
AptControlClient(TypeDeclaration decl,
AnnotationProcessorEnvironment env)
Constructs a new ControlClient instance where information is derived from APT metadata |
Method Summary | |
---|---|
String |
getClassName()
Returns the fully qualified classname of this ControlImpl |
String |
getPackage()
Returns the fully qualified package name of the control client |
String |
getShortName()
Returns the unqualified classname of the control client Note that if the client is nested, this will not return the containing class/intf names. |
GenClass |
getSuperClass()
Returns the super class for this class |
protected String |
getSuperClientName()
Returns the fully qualified classname of the closest control client in the inheritance chain. |
protected boolean |
hasSuperClient()
|
protected ArrayList<ControlField> |
initControls()
Initializes the list of ControlFields declared directly by this ControlClient |
protected void |
initEventAdaptors()
Initializes the list of EventAdaptors for this ControlImpl |
Methods inherited from class ControlClient |
---|
getControls, getField, getGeneratedTypes, getGenerateOutput, hasControls, init, needsFieldInit |
Methods inherited from class GenClass |
---|
getCheckOutput, hasSuperClass |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AptControlClient(TypeDeclaration decl, AnnotationProcessorEnvironment env)
decl
- the annotated declarationMethod Detail |
---|
protected ArrayList<ControlField> initControls()
initControls
in class ControlClient
protected boolean hasSuperClient()
hasSuperClient
in class ControlClient
protected String getSuperClientName()
getSuperClientName
in class ControlClient
public GenClass getSuperClass()
getSuperClass
in class GenClass
public String getPackage()
getPackage
in class GenClass
public String getShortName()
getShortName
in class GenClass
public String getClassName()
getClassName
in class GenClass
protected void initEventAdaptors()
initEventAdaptors
in class ControlClient
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |