|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectGenField
EventField
public abstract class EventField
The GenField class represents a field type that is also an event source
Constructor Summary | |
---|---|
EventField()
|
Method Summary | |
---|---|
void |
addEventAdaptor(ControlEventSet eventSet,
EventAdaptor eventAdaptor)
Adds a EventAdaptor for a particular EventSet |
ControlInterface |
getControlInterface()
Returns the ControlInterface associated with this event field |
EventAdaptor |
getEventAdaptor(ControlEventSet eventSet)
Gets the EventAdaptor for a particular EventSet |
Collection<EventAdaptor> |
getEventAdaptors()
Returns all EventAdaptors for this EventField |
protected void |
init()
|
protected abstract ControlInterface |
initControlInterface()
Initializes the ControlInterface associated with this event field. |
Methods inherited from class GenField |
---|
getAccessModifier, getLocalName, getName, getReflectField, getType |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventField()
Method Detail |
---|
protected void init()
protected abstract ControlInterface initControlInterface()
public ControlInterface getControlInterface()
public EventAdaptor getEventAdaptor(ControlEventSet eventSet)
public void addEventAdaptor(ControlEventSet eventSet, EventAdaptor eventAdaptor)
public Collection<EventAdaptor> getEventAdaptors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |