|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ControlEventSet | |
---|---|
org.apache.beehive.controls.runtime.generator | |
org.apache.beehive.controls.runtime.generator.apt |
Uses of ControlEventSet in org.apache.beehive.controls.runtime.generator |
---|
Methods in org.apache.beehive.controls.runtime.generator that return ControlEventSet | |
---|---|
ControlEventSet |
EventAdaptor.getEventSet()
Returns the EventSet associated with this Adaptor |
ControlEventSet |
ControlEvent.getEventSet()
Returns the ControlEventSet associated with the ControlEvent |
ControlEventSet |
ControlInterface.getEventSet(String name)
Returns the ControlEventSet with the specified name |
Methods in org.apache.beehive.controls.runtime.generator that return types with arguments of type ControlEventSet | |
---|---|
ArrayList<ControlEventSet> |
ControlInterface.getEventSets()
Returns the list of ControlEventSets declared directly by this ControlInterface |
protected abstract ArrayList<ControlEventSet> |
ControlInterface.initEventSets()
Initializes the list of ControlEventSets declared directly by this ControlInterface |
Methods in org.apache.beehive.controls.runtime.generator with parameters of type ControlEventSet | |
---|---|
void |
EventField.addEventAdaptor(ControlEventSet eventSet,
EventAdaptor eventAdaptor)
Adds a EventAdaptor for a particular EventSet |
EventAdaptor |
EventField.getEventAdaptor(ControlEventSet eventSet)
Gets the EventAdaptor for a particular EventSet |
Constructors in org.apache.beehive.controls.runtime.generator with parameters of type ControlEventSet | |
---|---|
ControlEvent(ControlEventSet eventSet)
Base constructor, protected so only a custom subclass can invoke |
|
EventAdaptor(EventField eventField,
ControlEventSet eventSet)
Constructs a new EventAdaptor for events declared on an EventSet |
Uses of ControlEventSet in org.apache.beehive.controls.runtime.generator.apt |
---|
Subclasses of ControlEventSet in org.apache.beehive.controls.runtime.generator.apt | |
---|---|
class |
AptEventSet
The AptEventSet class represents a control EventSet where the events are derived using APT metadata. |
Methods in org.apache.beehive.controls.runtime.generator.apt that return types with arguments of type ControlEventSet | |
---|---|
protected ArrayList<ControlEventSet> |
AptControlInterface.initEventSets()
Initializes the list of EventSets declared by this ControlInterface |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |