Uses of Class
org.apache.beehive.controls.runtime.generator.GenMethod

Packages that use GenMethod
org.apache.beehive.controls.runtime.generator   
org.apache.beehive.controls.runtime.generator.apt   
 

Uses of GenMethod in org.apache.beehive.controls.runtime.generator
 

Subclasses of GenMethod in org.apache.beehive.controls.runtime.generator
 class ControlEvent
          The ControlEvent class is an abstract base class that represents an Event declared within an EventSet interface of a ControlInterface
 class ControlEventHandler
          The ControlEventHandler class is an abstract base class that represents an EventHandler method declared on a control hosting container.
 class ControlOperation
          The ControlOperation class is an abstract base class that represents an operation on the interface of a ControlBeanType.
 

Methods in org.apache.beehive.controls.runtime.generator that return GenMethod
 GenMethod EventAdaptor.getHandler(ControlEvent event)
          Returns the EventHandler for a ControlEvent on this EventAdaptor
 

Methods in org.apache.beehive.controls.runtime.generator with parameters of type GenMethod
 void EventAdaptor.addHandler(ControlEvent event, GenMethod eventHandler)
          Adds a new EventHandler for a ControlEvent to the EventAdaptor
 

Uses of GenMethod in org.apache.beehive.controls.runtime.generator.apt
 

Subclasses of GenMethod in org.apache.beehive.controls.runtime.generator.apt
 class AptEvent
          The AptEvent class represents a control Property where the event attributes are derived using APT metadata
 class AptEventHandler
          The AptEventHandler class represents a control EventHandler where the event attributes are derived using APT metadata
 class AptMethodHelper
          The AptMethodHelper class is a helper class that knows how to generate useful information such as argument declarations, argument lists, return type info, etc from a MethodDeclaration
 class AptOperation
          The AptOperation class represents a control operation where the operation attributes are derived using APT metadata.