com.sun.rave.designtime.markup |
This package is for markup component specific portions of the Creator Design-Time API
Package Specification
The Creator Design-Time API is the 'hook' for component authors to get access to the rich
design-time functionality supplied by Creator. Each class or interface is clearly marked as to
wether it is to be implemented by the component author or is supplied by the Creator IDE. This
package contains markup component specific portions of the Creator Design-Time API.
|
Java Source File Name | Type | Comment |
AttributeDescriptor.java | Class | An AttributeDescriptor describes a markup attribute that is used to persist the value of a
JavaBean property. |
AttributePropertyEditor.java | Interface | The AttributePropertyEditor interface extends the PropertyEditor interface (a special type of
property editor for markup attributes) to add the ability to persist and resolve complex types
in markup. |
BasicMarkupMouseRegion.java | Class | A basic implementation of MarkupMouseRegion to use for convenience. |
MarkupDesignBean.java | Interface | A MarkupDesignBean represents an instance of a markup (JSF/JSP/etc) JavaBean class at design-
time. |
MarkupDesignContext.java | Interface | The MarkupDesignContext is an extension to the DesignContext interface that adds markup-specific
functionality. |
MarkupDesignInfo.java | Interface | |
MarkupMouseRegion.java | Interface | A MarkupMouseRegion represents a portion (sub-region) of a markup component's rendered
markup that has special design-time behavior. |
MarkupPosition.java | Class | The MarkupPosition extends the Position class to include specifics about DOM coordinates. |
MarkupRenderContext.java | Interface | A MarkupRenderContext represents the context in which a markup bean will be rendering its
markup output. |
MarkupTableDesignInfo.java | Interface | Implement this interface to make a DesignInfo for a markup table
component that wishes to surface resizable row and/or column
functionality. |
StyleClassDescriptor.java | Class | The StyleClassDescriptor describes a CSS style class declared in an associated CSS stylesheet. |