|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectAptField
AptEventField
public abstract class AptEventField
The AptEventField class represents a field type that is also an event source
| Field Summary |
|---|
| Fields inherited from class AptField |
|---|
_fieldDecl |
| Constructor Summary | |
|---|---|
AptEventField(FieldDeclaration fieldDecl)
|
|
| Method Summary | |
|---|---|
void |
addEventAdaptor(AptEventSet eventSet,
EventAdaptor eventAdaptor)
Adds a EventAdaptor for a particular EventSet |
String |
getBoundParameters()
Returns the bound parameter declaration for this event field |
AptControlInterface |
getControlInterface()
Returns the ControlInterface associated with this event field |
EventAdaptor |
getEventAdaptor(AptEventSet eventSet)
Gets the EventAdaptor for a particular EventSet |
Collection<EventAdaptor> |
getEventAdaptors()
Returns all EventAdaptors for this EventField |
HashMap<String,TypeMirror> |
getTypeBindingMap()
Returns the formal type binding map (from name to bound type) for the event field |
protected abstract AptControlInterface |
initControlInterface()
Inits the ControlInterface associated with this event field. |
| Methods inherited from class AptField |
|---|
getAccessModifier, getClassName, getLocalName, getName, getReflectField, getType |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AptEventField(FieldDeclaration fieldDecl)
| Method Detail |
|---|
protected abstract AptControlInterface initControlInterface()
public AptControlInterface getControlInterface()
public EventAdaptor getEventAdaptor(AptEventSet eventSet)
public void addEventAdaptor(AptEventSet eventSet,
EventAdaptor eventAdaptor)
public Collection<EventAdaptor> getEventAdaptors()
public String getBoundParameters()
public HashMap<String,TypeMirror> getTypeBindingMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||