|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ControlImpl | |
---|---|
org.apache.beehive.controls.runtime.generator | |
org.apache.beehive.controls.runtime.generator.apt |
Uses of ControlImpl in org.apache.beehive.controls.runtime.generator |
---|
Methods in org.apache.beehive.controls.runtime.generator that return ControlImpl | |
---|---|
ControlImpl |
ImplInitializer.getControlImpl()
Returns the ControlBean implementation instance |
ControlImpl |
ControlImpl.getSuperClass()
Returns the super interface for this interface |
protected abstract ControlImpl |
ControlImpl.initSuperClass()
Initializes the super ControlInterface that this ControlInterface extends (or sets it to null if a base interface) |
Constructors in org.apache.beehive.controls.runtime.generator with parameters of type ControlImpl | |
---|---|
ClientField(ControlImpl controlImpl)
Base constructor, protected so only a custom subclass can invoke |
|
ContextField(ControlImpl controlImpl)
Base constructor, protected so only a custom subclass can invoke |
|
ImplInitializer(ControlImpl controlImpl)
Constructs a new ImplInitializer class supporting a particular control bean implementation |
Uses of ControlImpl in org.apache.beehive.controls.runtime.generator.apt |
---|
Subclasses of ControlImpl in org.apache.beehive.controls.runtime.generator.apt | |
---|---|
class |
AptControlImplementation
|
Methods in org.apache.beehive.controls.runtime.generator.apt that return ControlImpl | |
---|---|
protected ControlImpl |
AptControlImplementation.initSuperClass()
Initializes the super interface that this ControlImpl extends (or null if a base class) |
Constructors in org.apache.beehive.controls.runtime.generator.apt with parameters of type ControlImpl | |
---|---|
AptClientField(ControlImpl controlImpl,
FieldDeclaration fieldDecl,
AnnotationProcessorEnvironment env)
Base constructor, protected so only a custom subclass can invoke |
|
AptContextField(ControlImpl controlImpl,
FieldDeclaration fieldDecl,
AnnotationProcessorEnvironment env)
Base constructor, protected so only a custom subclass can invoke |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |