org.apache.beehive.controls.api.bean |
|
Java Source File Name | Type | Comment |
AnnotationConstraints.java | Interface | AnnotationConstraints defines meta-annotations that allow
specification of additional constraints that aren't
expressible using J2SE 5.0 meta-annotations. |
AnnotationMemberTypes.java | Interface | AnnotationMemberTypes defines a set of annotations meant to used on
annotation members to specify additional syntatic and semantic behaviour
or constraints.
J2SE 5 annotation members provide a very weak level of syntactic and
semantic enforcement. |
Control.java | Annotation | The Control annotation type is used to annotate a field within a control
client source file that is a control reference. |
ControlBean.java | Interface | The ControlBean interface defines a base set of methods that are implemented by all
JavaBeans that host Java Controls.
A ControlBean will implement the java.beans.beancontext.BeanContextProxy
interface to provide a way to get the BeanContext directly associated
with the Java Control. |
ControlChecker.java | Interface | The ControlChecker interface is implemented by control authors wishing to
enforce rich semantic validation on extension and field instance declarations of
their controls. |
ControlExtension.java | Annotation | The ControlExtension annotation type is used to annotate a control extension interface. |
ControlImplementation.java | Annotation | The ControlImplementation annotation type is used to annotate the implementation class for a
Java Control. |
ControlInterface.java | Annotation | The ControlInterface annotation type is used to annotate a control public interface. |
ControlReferences.java | Annotation | The ControlReferences annotation type is used to annotate a control client
type, listing any control types that the client uses purely programmatically
(and not declaratively). |
Controls.java | Class | Helper class for using controls. |
DefaultControlChecker.java | Class | The default or "empty" control checker that assigned to an @ControlInterface's
controlChecker attribute if none is provided. |
Extensible.java | Interface | The Extensible interface is implemented by a Java Control implementation class if the
control defines an extensibility model that allows extended operations to be declared
using a JCX interface. |
ExternalPropertySets.java | Annotation | Used on control interfaces to specify any external property sets that
the control uses. |
Threading.java | Annotation | Used to specify the desired threading policy to apply to a control
implementation type. |
ThreadingPolicy.java | enum | Specifies threading policy for control implementations. |