A B C D E F G H I L M N O P R S T U V

A

ALLOWED_CHILD_TYPES - Static variable in interface com.sun.rave.designtime.Constants.BeanDescriptor
This String[] attribute defines the set of allowed childrens' class names.
ANY - Static variable in interface com.sun.rave.designtime.Constants.ResizeConstraints
The component can be resized in any way - the top, bottom, left, and right edges can be manipulated to resize
ATTRIBUTE_DESCRIPTOR - Static variable in interface com.sun.rave.designtime.Constants.PropertyDescriptor
This attribute (of type AttributeDescriptor) defines the markup attribute that this property corresponds to.
AttributeDescriptor - class com.sun.rave.designtime.markup.AttributeDescriptor.
An AttributeDescriptor describes a markup attribute that is used to persist the value of a JavaBean property.
AttributeDescriptor() - Constructor for class com.sun.rave.designtime.markup.AttributeDescriptor
Constructs an empty AttributeDescriptor
AttributeDescriptor(String) - Constructor for class com.sun.rave.designtime.markup.AttributeDescriptor
Constructs an AttributeDescriptor with the specified attributeName
AttributeDescriptor(String, boolean, String) - Constructor for class com.sun.rave.designtime.markup.AttributeDescriptor
Constructs an AttributeDescriptor with the specified attributeName, required state, and default value
AttributeDescriptor(String, boolean, String, boolean) - Constructor for class com.sun.rave.designtime.markup.AttributeDescriptor
Constructs an AttributeDescriptor with the specified attributeName, required state, default value, and bindable state
AttributePropertyEditor - interface com.sun.rave.designtime.markup.AttributePropertyEditor.
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.
actionList - Variable in class com.sun.rave.designtime.BasicDisplayActionSet
 
addBeanCreateInfo(BeanCreateInfo) - Method in class com.sun.rave.designtime.BasicBeanCreateInfoSet
 
addBeanCreateInfo(int, BeanCreateInfo) - Method in class com.sun.rave.designtime.BasicBeanCreateInfoSet
 
addDesignBeanListener(DesignBeanListener) - Method in interface com.sun.rave.designtime.DesignBean
Adds a DesignBeanListener event listener to this DesignBean
addDesignContextListener(DesignContextListener) - Method in interface com.sun.rave.designtime.DesignContext
Adds a listener to this DesignContext
addDisplayAction(DisplayAction) - Method in class com.sun.rave.designtime.BasicDisplayActionSet
 
addDisplayAction(int, DisplayAction) - Method in class com.sun.rave.designtime.BasicDisplayActionSet
 
addIdeProjectListener(IdeProjectListener) - Method in interface com.sun.rave.designtime.IdeProject
Adds a listener to this IdeProject
addMessage(ResultMessage) - Method in class com.sun.rave.designtime.Result
Adds a ResultMessage to this Result to be displayed to the user
addMessages(ResultMessage[]) - Method in class com.sun.rave.designtime.Result
Adds an array of ResultMessage to this Result to be displayed to the user
addPropertyChangeListener(PropertyChangeListener) - Method in class com.sun.rave.designtime.BasicCustomizer2
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.sun.rave.designtime.Customizer2
Standard propertyChange events - 'null' property name indicates that the bean changed in some other way than just a property.
addResource(URL, boolean) - Method in interface com.sun.rave.designtime.DesignContext
Adds a resource reference to this DesignContext, and converts the external URL into a local resource identifyer String.
addResultOption(DisplayAction) - Method in class com.sun.rave.designtime.Result
Adds a DisplayAction to this Result to be displayed to the user as an option button in a dialog
addResultOptions(DisplayAction[]) - Method in class com.sun.rave.designtime.Result
Adds a set of DisplayAction(s) to this Result to be displayed to the user as option buttons in a dialog
applyCapable - Variable in class com.sun.rave.designtime.BasicCustomizer2
 
applyChanges() - Method in class com.sun.rave.designtime.BasicCustomizer2
 
applyChanges() - Method in interface com.sun.rave.designtime.Customizer2
Notifies the customizer that the user has clicked "OK" or "Apply" and the customizer should commit it's changes to the DesignBean.
associateMouseRegion(Element, MarkupMouseRegion) - Method in interface com.sun.rave.designtime.markup.MarkupRenderContext
Associates a mouse region with a particular element of rendered markup.

B

BINDING_PROPERTY - Static variable in interface com.sun.rave.designtime.Constants.EventSetDescriptor
This attribute (of type PropertyDescriptor) defines the property that is used to bind this event set.
BOTTOM - Static variable in interface com.sun.rave.designtime.Constants.ResizeConstraints
The bottom edge of the component can be manipulated to resize
BasicBeanCreateInfo - class com.sun.rave.designtime.BasicBeanCreateInfo.
A basic implementation of BeanCreateInfo to use for convenience.
BasicBeanCreateInfo() - Constructor for class com.sun.rave.designtime.BasicBeanCreateInfo
 
BasicBeanCreateInfo(String) - Constructor for class com.sun.rave.designtime.BasicBeanCreateInfo
 
BasicBeanCreateInfo(String, String) - Constructor for class com.sun.rave.designtime.BasicBeanCreateInfo
 
BasicBeanCreateInfo(String, String, String) - Constructor for class com.sun.rave.designtime.BasicBeanCreateInfo
 
BasicBeanCreateInfo(String, Image) - Constructor for class com.sun.rave.designtime.BasicBeanCreateInfo
 
BasicBeanCreateInfo(String, String, Image) - Constructor for class com.sun.rave.designtime.BasicBeanCreateInfo
 
BasicBeanCreateInfoSet - class com.sun.rave.designtime.BasicBeanCreateInfoSet.
A basic implementation of BeanCreateInfoSet to use for convenience.
BasicBeanCreateInfoSet() - Constructor for class com.sun.rave.designtime.BasicBeanCreateInfoSet
 
BasicBeanCreateInfoSet(String) - Constructor for class com.sun.rave.designtime.BasicBeanCreateInfoSet
 
BasicBeanCreateInfoSet(String, String) - Constructor for class com.sun.rave.designtime.BasicBeanCreateInfoSet
 
BasicBeanCreateInfoSet(String, Image) - Constructor for class com.sun.rave.designtime.BasicBeanCreateInfoSet
 
BasicBeanCreateInfoSet(String, String, Image) - Constructor for class com.sun.rave.designtime.BasicBeanCreateInfoSet
 
BasicCheckedDisplayAction - class com.sun.rave.designtime.BasicCheckedDisplayAction.
A basic implementation of CheckedDisplayAction to use for convenience.
BasicCheckedDisplayAction() - Constructor for class com.sun.rave.designtime.BasicCheckedDisplayAction
 
BasicCheckedDisplayAction(String) - Constructor for class com.sun.rave.designtime.BasicCheckedDisplayAction
 
BasicCheckedDisplayAction(String, String) - Constructor for class com.sun.rave.designtime.BasicCheckedDisplayAction
 
BasicCheckedDisplayAction(String, String, String) - Constructor for class com.sun.rave.designtime.BasicCheckedDisplayAction
 
BasicCheckedDisplayAction(String, String, String, Image) - Constructor for class com.sun.rave.designtime.BasicCheckedDisplayAction
 
BasicCheckedDisplayAction(String, String, String, Image, Image) - Constructor for class com.sun.rave.designtime.BasicCheckedDisplayAction
 
BasicCustomizer2 - class com.sun.rave.designtime.BasicCustomizer2.
A basic implementation of Customizer2 to subclass and/or use for convenience.
BasicCustomizer2() - Constructor for class com.sun.rave.designtime.BasicCustomizer2
 
BasicCustomizer2(Class) - Constructor for class com.sun.rave.designtime.BasicCustomizer2
 
BasicCustomizer2(Class, String) - Constructor for class com.sun.rave.designtime.BasicCustomizer2
 
BasicCustomizer2(Class, String, String) - Constructor for class com.sun.rave.designtime.BasicCustomizer2
 
BasicCustomizer2(Class, String, String, String) - Constructor for class com.sun.rave.designtime.BasicCustomizer2
 
BasicDesignInfo - class com.sun.rave.designtime.BasicDesignInfo.
A basic implementation of DesignInfo to subclass and use for convenience.
BasicDesignInfo(Class) - Constructor for class com.sun.rave.designtime.BasicDesignInfo
 
BasicDisplayAction - class com.sun.rave.designtime.BasicDisplayAction.
A basic implementation of DisplayAction to use for convenience.
BasicDisplayAction() - Constructor for class com.sun.rave.designtime.BasicDisplayAction
 
BasicDisplayAction(String) - Constructor for class com.sun.rave.designtime.BasicDisplayAction
 
BasicDisplayAction(String, String) - Constructor for class com.sun.rave.designtime.BasicDisplayAction
 
BasicDisplayAction(String, String, String) - Constructor for class com.sun.rave.designtime.BasicDisplayAction
 
BasicDisplayAction(String, String, String, Image) - Constructor for class com.sun.rave.designtime.BasicDisplayAction
 
BasicDisplayAction(String, String, String, Image, Image) - Constructor for class com.sun.rave.designtime.BasicDisplayAction
 
BasicDisplayActionSet - class com.sun.rave.designtime.BasicDisplayActionSet.
A basic implementation of DisplayActionSet to use for convenience.
BasicDisplayActionSet() - Constructor for class com.sun.rave.designtime.BasicDisplayActionSet
 
BasicDisplayActionSet(String) - Constructor for class com.sun.rave.designtime.BasicDisplayActionSet
 
BasicDisplayActionSet(String, String) - Constructor for class com.sun.rave.designtime.BasicDisplayActionSet
 
BasicDisplayActionSet(String, String, String) - Constructor for class com.sun.rave.designtime.BasicDisplayActionSet
 
BasicDisplayActionSet(String, String, String, Image) - Constructor for class com.sun.rave.designtime.BasicDisplayActionSet
 
BasicDisplayActionSet(String, String, String, Image, Image) - Constructor for class com.sun.rave.designtime.BasicDisplayActionSet
 
BasicMarkupMouseRegion - class com.sun.rave.designtime.markup.BasicMarkupMouseRegion.
A basic implementation of MarkupMouseRegion to use for convenience.
BasicMarkupMouseRegion() - Constructor for class com.sun.rave.designtime.markup.BasicMarkupMouseRegion
 
BasicMarkupMouseRegion(String) - Constructor for class com.sun.rave.designtime.markup.BasicMarkupMouseRegion
 
BasicMarkupMouseRegion(String, String) - Constructor for class com.sun.rave.designtime.markup.BasicMarkupMouseRegion
 
BasicMarkupMouseRegion(String, String, String) - Constructor for class com.sun.rave.designtime.markup.BasicMarkupMouseRegion
 
BeanCreateInfo - interface com.sun.rave.designtime.BeanCreateInfo.
A BeanCreateInfo describes an item on a Palette that will create a bean in a visual designer.
BeanCreateInfoSet - interface com.sun.rave.designtime.BeanCreateInfoSet.
A BeanCreateInfoSet is a grouping extension to the BeanCreateInfo interface.
bciList - Variable in class com.sun.rave.designtime.BasicBeanCreateInfoSet
 
beanChanged(DesignBean) - Method in class com.sun.rave.designtime.BasicDesignInfo
 
beanChanged(DesignBean) - Method in class com.sun.rave.designtime.DesignBeanAdapter
 
beanChanged(DesignBean) - Method in interface com.sun.rave.designtime.DesignBeanListener
The specified DesignBean has changed.
beanClass - Variable in class com.sun.rave.designtime.BasicDesignInfo
 
beanClassName - Variable in class com.sun.rave.designtime.BasicBeanCreateInfo
 
beanContextActivated(DesignBean) - Method in class com.sun.rave.designtime.BasicDesignInfo
 
beanContextActivated(DesignBean) - Method in class com.sun.rave.designtime.DesignBeanAdapter
 
beanContextActivated(DesignBean) - Method in interface com.sun.rave.designtime.DesignBeanListener
The specified DesignBean's DesignContext has been "activated" in the project
beanContextDeactivated(DesignBean) - Method in class com.sun.rave.designtime.BasicDesignInfo
 
beanContextDeactivated(DesignBean) - Method in class com.sun.rave.designtime.DesignBeanAdapter
 
beanContextDeactivated(DesignBean) - Method in interface com.sun.rave.designtime.DesignBeanListener
The specified DesignBean's DesignContext has been "deactivated" in the project
beanCreated(DesignBean) - Method in class com.sun.rave.designtime.DesignContextAdapter
 
beanCreated(DesignBean) - Method in interface com.sun.rave.designtime.DesignContextListener
A new DesignBean has been created.
beanCreatedSetup(DesignBean) - Method in class com.sun.rave.designtime.BasicBeanCreateInfo
 
beanCreatedSetup(DesignBean) - Method in class com.sun.rave.designtime.BasicDesignInfo
 
beanCreatedSetup(DesignBean) - Method in interface com.sun.rave.designtime.BeanCreateInfo
A hook that gets called after this JavaBean gets created initially.
beanCreatedSetup(DesignBean) - Method in interface com.sun.rave.designtime.DesignInfo
Provides an opportunity for a DesignInfo to setup the initial state of a newly created bean.
beanDeleted(DesignBean) - Method in class com.sun.rave.designtime.DesignContextAdapter
 
beanDeleted(DesignBean) - Method in interface com.sun.rave.designtime.DesignContextListener
A DesignBean has been deleted.
beanDeletedCleanup(DesignBean) - Method in class com.sun.rave.designtime.BasicDesignInfo
 
beanDeletedCleanup(DesignBean) - Method in interface com.sun.rave.designtime.DesignInfo
Provides an opportunity for a DesignInfo to cleanup just before a bean gets deleted.
beanMoved(DesignBean, DesignBean, Position) - Method in class com.sun.rave.designtime.DesignContextAdapter
 
beanMoved(DesignBean, DesignBean, Position) - Method in interface com.sun.rave.designtime.DesignContextListener
A DesignBean was moved either within its parent DesignBean, or to another parent DesignBean.
beanPastedSetup(DesignBean) - Method in class com.sun.rave.designtime.BasicDesignInfo
 
beanPastedSetup(DesignBean) - Method in interface com.sun.rave.designtime.DesignInfo
Provides an opportunity for a DesignInfo to fix-up the state of a pasted bean.
beansCreatedSetup(DesignBean[]) - Method in class com.sun.rave.designtime.BasicBeanCreateInfoSet
 
beansCreatedSetup(DesignBean[]) - Method in interface com.sun.rave.designtime.BeanCreateInfoSet
A hook that gets called after the full set of JavaBean gets created.
beforeSibling - Variable in class com.sun.rave.designtime.markup.MarkupPosition
storage for the 'beforeSibling' property
bindable - Variable in class com.sun.rave.designtime.markup.AttributeDescriptor
protected storage for the 'bindable' property

C

CATEGORY - Static variable in interface com.sun.rave.designtime.Constants.PropertyDescriptor
This attribute (of type PropertyCategory) defines the category for a particular PropertyDescriptor.
CLEANUP_METHOD - Static variable in interface com.sun.rave.designtime.Constants.BeanDescriptor
This String attribute defines a method on the component that should be called when the host is cleaning up to allow this bean to cleanup resources, etc.
CSS_STYLE_CLASS_DESCRIPTORS - Static variable in interface com.sun.rave.designtime.Constants.ContextData
Returns an array of StyleClassDescriptor objects (StyleClassDescriptor[]) representing the CSS style classes currently in scope for this context.
CategoryDescriptor - class com.sun.rave.designtime.CategoryDescriptor.
A CategoryDescriptor describes a category for a property.
CategoryDescriptor() - Constructor for class com.sun.rave.designtime.CategoryDescriptor
Constructs a new CategoryDescriptor with no settings.
CategoryDescriptor(String) - Constructor for class com.sun.rave.designtime.CategoryDescriptor
Constructs a new CategoryDescriptor with the specified name.
CategoryDescriptor(String, String) - Constructor for class com.sun.rave.designtime.CategoryDescriptor
Constructs a new CategoryDescriptor with the specified name and description.
CategoryDescriptor(String, String, boolean) - Constructor for class com.sun.rave.designtime.CategoryDescriptor
Constructs a new CategoryDescriptor with the specified name, description and default expansion state.
CheckedDisplayAction - interface com.sun.rave.designtime.CheckedDisplayAction.
The CheckedDisplayAction represents a checked display item (like a checkbox in a menu or on a dialog).
Constants - interface com.sun.rave.designtime.Constants.
These are the common constants used in several places within the Creator Design-Time API.
Constants.BeanDescriptor - interface com.sun.rave.designtime.Constants.BeanDescriptor.
These constants are used as attribute keys for the BeanDescriptor.
Constants.ContextData - interface com.sun.rave.designtime.Constants.ContextData.
These constants are used as pre-defined keys for the DesignContext.getContextData(String) method.
Constants.EventSetDescriptor - interface com.sun.rave.designtime.Constants.EventSetDescriptor.
These constants are used as attribute keys for the EventSetDescriptor.
Constants.PropertyDescriptor - interface com.sun.rave.designtime.Constants.PropertyDescriptor.
These constants are used as attribute keys for the PropertyDescriptor.
Constants.ResizeConstraints - interface com.sun.rave.designtime.Constants.ResizeConstraints.
The component may or may not be resizable on the design surface.
Customizer2 - interface com.sun.rave.designtime.Customizer2.
The Customizer2 interface describes a context-aware customizer for a JavaBean.
CustomizerResult - class com.sun.rave.designtime.CustomizerResult.
The CustomizerResult is a special Result object that triggers the customizer dialog to be displayed.
CustomizerResult() - Constructor for class com.sun.rave.designtime.CustomizerResult
Constructs a CustomizerResult without a DesignBean or Customizer2 (which must be specified via 'setDesignBean(...)' and 'setCustomizer(...)' before being returned).
CustomizerResult(DesignBean) - Constructor for class com.sun.rave.designtime.CustomizerResult
Constructs a CustomizerResult with the specified DesignBean and no Customizer2 (which must be specified via 'setCustomizer2' before being returned).
CustomizerResult(DesignBean, Customizer2) - Constructor for class com.sun.rave.designtime.CustomizerResult
Constructs a CustomizerResult with the specified DesignBean and Customizer2
canCreateBean(String, DesignBean, Position) - Method in interface com.sun.rave.designtime.DesignContext
Returns true if the specified type (classname) of JavaBean can be created as a child of the specified parent DesignBean at the specified position.
canCreateFacet(String, String, DesignBean) - Method in interface com.sun.rave.designtime.faces.FacesDesignContext
Checks if a facet child of type 'facet' using a component of type 'type' on the faces bean 'parent' can be created.
canLinkBeans(DesignBean, DesignBean, Class) - Method in class com.sun.rave.designtime.BasicDesignInfo
 
canLinkBeans(DesignBean, DesignBean, Class) - Method in interface com.sun.rave.designtime.DesignInfo
This method is called when an object from a design surface or palette is being dragged 'over' a JavaBean type handled by this DesignInfo.
canLinkBeans(DesignBean, DesignBean, Class) - Method in class com.sun.rave.designtime.markup.BasicMarkupMouseRegion
 
canLinkBeans(DesignBean, DesignBean, Class) - Method in interface com.sun.rave.designtime.markup.MarkupMouseRegion
This method is called when an object from a design surface or palette is being dragged 'over' a region represented by this MarkupMouseRegion.
canMoveBean(DesignBean, DesignBean, Position) - Method in interface com.sun.rave.designtime.DesignContext
Returns true if the specified DesignBean can be can be moved to be a child of the specified parent DesignBean at the specified position.
canSetInstanceName() - Method in interface com.sun.rave.designtime.DesignBean
Returns true if this instance can be renamed via this interface.
checked - Variable in class com.sun.rave.designtime.BasicCheckedDisplayAction
 
com.sun.rave.designtime - package com.sun.rave.designtime
This is the root package for the Creator Design-Time API
com.sun.rave.designtime.faces - package com.sun.rave.designtime.faces
This package is for Java Server Faces specific portions of the Creator Design-Time API
com.sun.rave.designtime.markup - package com.sun.rave.designtime.markup
This package is for markup component specific portions of the Creator Design-Time API
contextActivated(DesignContext) - Method in class com.sun.rave.designtime.DesignContextAdapter
 
contextActivated(DesignContext) - Method in interface com.sun.rave.designtime.DesignContextListener
A DesignContext has been "activated" in the project
contextChanged(DesignContext) - Method in class com.sun.rave.designtime.DesignContextAdapter
 
contextChanged(DesignContext) - Method in interface com.sun.rave.designtime.DesignContextListener
Something at the context-level changed.
contextClosed(DesignContext) - Method in class com.sun.rave.designtime.IdeProjectAdapter
 
contextClosed(DesignContext) - Method in interface com.sun.rave.designtime.IdeProjectListener
A DesignContext has been closed in the project
contextDeactivated(DesignContext) - Method in class com.sun.rave.designtime.DesignContextAdapter
 
contextDeactivated(DesignContext) - Method in interface com.sun.rave.designtime.DesignContextListener
A DesignContext has been "deactivated" in the project
contextOpened(DesignContext) - Method in class com.sun.rave.designtime.IdeProjectAdapter
 
contextOpened(DesignContext) - Method in interface com.sun.rave.designtime.IdeProjectListener
A DesignContext has been opened in the project
convertCssStyleToMap(String) - Method in interface com.sun.rave.designtime.markup.MarkupDesignContext
Converts a CSS inline style string into a Map of style elements
convertMapToCssStyle(Map) - Method in interface com.sun.rave.designtime.markup.MarkupDesignContext
Converts a Map of CSS styles into an inline CSS style string
copyBeans(DesignBean[]) - Method in interface com.sun.rave.designtime.DesignContext
Copies a set of DesignBean instances into a clipboard-like format.
create(int, String, String) - Static method in class com.sun.rave.designtime.ResultMessage
Creates a new ResultMessage object with the specified type, displayName, and description.
create(int, String, String, Image) - Static method in class com.sun.rave.designtime.ResultMessage
Creates a new ResultMessage object with the specified type, displayName, description, and icon.
createBean(String, DesignBean, Position) - Method in interface com.sun.rave.designtime.DesignContext
Creates an instance of a JavaBean of the specified type (classname), as a child of the specified parent DesignBean at the specified position.
createCustomizerPanel() - Method in class com.sun.rave.designtime.BasicCustomizer2
 
createFacet(String, String, DesignBean) - Method in interface com.sun.rave.designtime.faces.FacesDesignContext
Creates a facet child of type 'facet' using a component of type 'type' on the faces bean 'parent'.
customizeBean - Variable in class com.sun.rave.designtime.CustomizerResult
Storage for the 'customizeBean' property
customizeRender(MarkupDesignBean, MarkupRenderContext) - Method in interface com.sun.rave.designtime.markup.MarkupDesignInfo
This method is called after a JSF component has been invoked to render itself in design-mode, and just before the rendered markup is displayed on the designer surface.
customizer - Variable in class com.sun.rave.designtime.CustomizerResult
Storage for the 'customizer' property

D

DATASOURCE_NAMES - Static variable in interface com.sun.rave.designtime.Constants.ContextData
Returns a comma-separated list of datasource names as a String
DISALLOWED_CHILD_TYPES - Static variable in interface com.sun.rave.designtime.Constants.BeanDescriptor
This String[] attribute defines the set of dis-allowed childrens' class names.
DesignBean - interface com.sun.rave.designtime.DesignBean.
A DesignBean represents an instance of a JavaBean class at design-time.
DesignBeanAdapter - class com.sun.rave.designtime.DesignBeanAdapter.
DesignBeanAdapter is a standard event adapter class for the DesignBeanListener event interface.
DesignBeanAdapter() - Constructor for class com.sun.rave.designtime.DesignBeanAdapter
 
DesignBeanListener - interface com.sun.rave.designtime.DesignBeanListener.
DesignBeanListener is the event listener interface for DesignBeans.
DesignContext - interface com.sun.rave.designtime.DesignContext.
A DesignContext is a 'host' for DesignBean instances at design-time.
DesignContextAdapter - class com.sun.rave.designtime.DesignContextAdapter.
DesignContextAdapter is a standard event adapter class for the DesignContextListener event interface.
DesignContextAdapter() - Constructor for class com.sun.rave.designtime.DesignContextAdapter
 
DesignContextListener - interface com.sun.rave.designtime.DesignContextListener.
DesignContextListener is the event listener interface for DesignContexts.
DesignEvent - interface com.sun.rave.designtime.DesignEvent.
A DesignEvent represents a single event listener method (and possibly handler) on a single instance of a DesignBean at design-time.
DesignInfo - interface com.sun.rave.designtime.DesignInfo.
The DesignInfo interface is another type of BeanInfo interface to provide more live design- time functionality for a JavaBean.
DesignProperty - interface com.sun.rave.designtime.DesignProperty.
A DesignProperty represents a single property (setter/getter method pair) on a single instance of a DesignBean at design-time.
DisplayAction - interface com.sun.rave.designtime.DisplayAction.
A DisplayAction represents a menu item or dialog button - depending on where and how it is used.
DisplayActionSet - interface com.sun.rave.designtime.DisplayActionSet.
An extension of the DisplayAction interface that introduces a hierarchy (tree) structure.
DisplayItem - interface com.sun.rave.designtime.DisplayItem.
The DisplayItem interface describes the basic information needed to display an action in a menu or a button.
defaultValue - Variable in class com.sun.rave.designtime.markup.AttributeDescriptor
protected storage for the 'defaultValue' property
deleteBean(DesignBean) - Method in interface com.sun.rave.designtime.DesignContext
Deletes a DesignBean object (and removes all persistence).
description - Variable in class com.sun.rave.designtime.BasicBeanCreateInfo
 
description - Variable in class com.sun.rave.designtime.BasicCustomizer2
 
description - Variable in class com.sun.rave.designtime.BasicDisplayAction
 
description - Variable in class com.sun.rave.designtime.ResultMessage
 
description - Variable in class com.sun.rave.designtime.markup.BasicMarkupMouseRegion
 
designBean - Variable in class com.sun.rave.designtime.BasicCustomizer2
 
designBean - Variable in class com.sun.rave.designtime.faces.ResolveResult
protected storage for the 'designBean' property
dialogTitle - Variable in class com.sun.rave.designtime.Result
Protected storage for the 'resultDialogTitle' property
displayName - Variable in class com.sun.rave.designtime.BasicBeanCreateInfo
 
displayName - Variable in class com.sun.rave.designtime.BasicCustomizer2
 
displayName - Variable in class com.sun.rave.designtime.BasicDisplayAction
 
displayName - Variable in class com.sun.rave.designtime.ResultMessage
 
displayName - Variable in class com.sun.rave.designtime.markup.BasicMarkupMouseRegion
 

E

EMPTY_ARRAY - Static variable in class com.sun.rave.designtime.BasicDisplayAction
 
EventDescriptor - class com.sun.rave.designtime.EventDescriptor.
The EventDescriptor defines a single event (event set plus method).
EventDescriptor() - Constructor for class com.sun.rave.designtime.EventDescriptor
 
EventDescriptor(EventSetDescriptor, MethodDescriptor) - Constructor for class com.sun.rave.designtime.EventDescriptor
 
enabled - Variable in class com.sun.rave.designtime.BasicDisplayAction
 
equals(Object) - Method in class com.sun.rave.designtime.CategoryDescriptor
 
equals(Object) - Method in class com.sun.rave.designtime.EventDescriptor
 
equals(Object) - Method in class com.sun.rave.designtime.faces.FacetDescriptor
 
equals(Object) - Method in class com.sun.rave.designtime.markup.AttributeDescriptor
 
equals(Object) - Method in class com.sun.rave.designtime.markup.StyleClassDescriptor
 
eventChanged(DesignEvent) - Method in class com.sun.rave.designtime.BasicDesignInfo
 
eventChanged(DesignEvent) - Method in class com.sun.rave.designtime.DesignBeanAdapter
 
eventChanged(DesignEvent) - Method in interface com.sun.rave.designtime.DesignBeanListener
The specified DesignEvent has changed.
eventSet - Variable in class com.sun.rave.designtime.EventDescriptor
 
expandByDefault - Variable in class com.sun.rave.designtime.CategoryDescriptor
Storage field for the 'expandByDefault' property.

F

FACET_DESCRIPTORS - Static variable in interface com.sun.rave.designtime.Constants.BeanDescriptor
This attribute (of type FacetDescriptor[]) defines the facets that this JSF component surfaces.
FAILURE - Static variable in class com.sun.rave.designtime.Result
Common instance of a failed result object
FacesBindingPropertyEditor - interface com.sun.rave.designtime.faces.FacesBindingPropertyEditor.
A FacesBindingPropertyEditor is the only property editor type that is *allowed* to edit 'bound' properties - meaning any FacesDesignProperty that is currently 'bound'.
FacesDesignBean - interface com.sun.rave.designtime.faces.FacesDesignBean.
The FacesDesignBean is a DesignBean for a JSF Bean.
FacesDesignContext - interface com.sun.rave.designtime.faces.FacesDesignContext.
The FacesDesignContext is an extension to the DesignContext interface (and MarkupDesignContext interface) that adds JSF-specific functionality.
FacesDesignProperty - interface com.sun.rave.designtime.faces.FacesDesignProperty.
A FacesDesignProperty represents a single property (setter/getter method pair) on a single instance of a FacesDesignBean at design-time.
FacetDescriptor - class com.sun.rave.designtime.faces.FacetDescriptor.
The FacetDescriptor describes a single Java Server Faces facet - like the "header" or "footer" on an HtmlDataTable component.
FacetDescriptor() - Constructor for class com.sun.rave.designtime.faces.FacetDescriptor
Constructs a default FacetDescriptor with no settings
FacetDescriptor(String) - Constructor for class com.sun.rave.designtime.faces.FacetDescriptor
Constructs a FacetDescriptor with the specified name
firePropertyChange() - Method in class com.sun.rave.designtime.BasicCustomizer2
 
firePropertyChange(String) - Method in class com.sun.rave.designtime.BasicCustomizer2
 
firePropertyChange(String, Object, Object) - Method in class com.sun.rave.designtime.BasicCustomizer2
 
firePropertyChange(PropertyChangeEvent) - Method in class com.sun.rave.designtime.BasicCustomizer2
 

G

getBeanByName(String) - Method in interface com.sun.rave.designtime.DesignContext
Returns a DesignBean (design-time proxy) to represent the JavaBean with the specified instance name.
getBeanClass() - Method in class com.sun.rave.designtime.BasicDesignInfo
 
getBeanClass() - Method in interface com.sun.rave.designtime.DesignInfo
Returns the class type of the JavaBean that this DesignInfo was designed to work with
getBeanClassName() - Method in class com.sun.rave.designtime.BasicBeanCreateInfo
 
getBeanClassName() - Method in interface com.sun.rave.designtime.BeanCreateInfo
Returns the class name of the new JavaBean to create when this BeanCreateInfo is invoked in a visual designer.
getBeanCreateInfo(int) - Method in class com.sun.rave.designtime.BasicBeanCreateInfoSet
 
getBeanCreateInfoCount() - Method in class com.sun.rave.designtime.BasicBeanCreateInfoSet
 
getBeanCreateInfos() - Method in class com.sun.rave.designtime.BasicBeanCreateInfoSet
 
getBeanCreateInfos() - Method in interface com.sun.rave.designtime.BeanCreateInfoSet
Returns the set of BeanCreateInfo objects that represent the beans to be created for this set.
getBeanForInstance(Object) - Method in interface com.sun.rave.designtime.DesignContext
Returns a DesignBean (design-time proxy) to represent the specified JavaBean instance.
getBeanInfo() - Method in interface com.sun.rave.designtime.DesignBean
Returns the BeanInfo descriptor for this bean instance's type.
getBeanParent() - Method in interface com.sun.rave.designtime.DesignBean
Returns the DesignBean parent of this bean instance, or null if this is a top-level bean.
getBeans() - Method in interface com.sun.rave.designtime.DesignContext
Returns an array of all the DesignBeans within the scope of this DesignContext.
getBeansOfType(Class) - Method in interface com.sun.rave.designtime.DesignContext
Returns a DesignBean array (design-time proxies) representing the JavaBeans within the scope of this DesignContext that are assignable from the specified class type.
getBeforeSibling() - Method in class com.sun.rave.designtime.markup.MarkupPosition
 
getBeginPosition() - Method in interface com.sun.rave.designtime.markup.MarkupRenderContext
The starting position within the renderFragment from where nodes were rendered for this component.
getBindingExpr(DesignBean) - Method in interface com.sun.rave.designtime.faces.FacesDesignContext
Returns a valid reference expression "#{...}" value to point to 'toBean'
getBindingExpr(DesignBean, String) - Method in interface com.sun.rave.designtime.faces.FacesDesignContext
Returns a valid binding expression "#{...}" value to point to 'toBean' plus the sub- expression inside of toBean.
getChildBean(int) - Method in interface com.sun.rave.designtime.DesignBean
Returns the child DesignBean at the specified cardinal index (zero-based).
getChildBeanCount() - Method in interface com.sun.rave.designtime.DesignBean
Returns the count of child DesignBeans contained in this DesignBean.
getChildBeans() - Method in interface com.sun.rave.designtime.DesignBean
Returns an array of DesignBean children of this DesignBean
getContextData(String) - Method in interface com.sun.rave.designtime.DesignContext
Retrieves the value for a name-value pair of data on this DesignContext.
getContextItems(DesignBean) - Method in class com.sun.rave.designtime.BasicDesignInfo
 
getContextItems(DesignBean) - Method in interface com.sun.rave.designtime.DesignInfo
Returns the list (or hierarchy) of items to be included in a right-click context menu for this bean at design-time.
getContextItems() - Method in class com.sun.rave.designtime.markup.BasicMarkupMouseRegion
 
getContextItems() - Method in interface com.sun.rave.designtime.markup.MarkupMouseRegion
Returns an array of DisplayAction objects - used to render a right-click context menu when the user right-clicks on this mouse region.
getCssPreviewImage(String, String[], MarkupDesignBean, int, int) - Method in interface com.sun.rave.designtime.markup.MarkupDesignContext
Generates and returns a preview image (sized width x height) of the specified MarkupDesignBean after applying the specified CSS styles and style classes to the rendered markup.
getCustomizeBean() - Method in class com.sun.rave.designtime.CustomizerResult
Retrieves the 'customizeBean' property
getCustomizer() - Method in class com.sun.rave.designtime.CustomizerResult
Retrieves the 'customizer' property
getCustomizerPanel(DesignBean) - Method in class com.sun.rave.designtime.BasicCustomizer2
 
getCustomizerPanel(DesignBean) - Method in interface com.sun.rave.designtime.Customizer2
Returns a UI panel (should be lightweight) to be displayed to the user.
getDefaultHandlerName() - Method in interface com.sun.rave.designtime.DesignEvent
Returns the default event handler method name.
getDefaultValue() - Method in class com.sun.rave.designtime.markup.AttributeDescriptor
Gets the 'defaultValue' property.
getDescription() - Method in class com.sun.rave.designtime.BasicBeanCreateInfo
 
getDescription() - Method in class com.sun.rave.designtime.BasicCustomizer2
 
getDescription() - Method in class com.sun.rave.designtime.BasicDisplayAction
 
getDescription() - Method in interface com.sun.rave.designtime.DisplayItem
Returns a description for this item.
getDescription() - Method in class com.sun.rave.designtime.ResultMessage
 
getDescription() - Method in class com.sun.rave.designtime.markup.BasicMarkupMouseRegion
 
getDesignBean() - Method in class com.sun.rave.designtime.BasicCustomizer2
 
getDesignBean() - Method in interface com.sun.rave.designtime.DesignEvent
Returns the DesignBean that owns this DesignEvent
getDesignBean() - Method in interface com.sun.rave.designtime.DesignProperty
Returns the DesignBean that this DesignProperty is associated with
getDesignBean() - Method in class com.sun.rave.designtime.faces.ResolveResult
Rertuns the deepest resolved DesignBean
getDesignBeanListeners() - Method in interface com.sun.rave.designtime.DesignBean
Returns an array of DesignBeanListener currently listening to this DesignBean
getDesignContext() - Method in interface com.sun.rave.designtime.DesignBean
Returns the DesignContext that 'owns' this bean instance.
getDesignContextListeners() - Method in interface com.sun.rave.designtime.DesignContext
Returns the array of current listeners to this DesignContext
getDesignContexts() - Method in interface com.sun.rave.designtime.IdeProject
Returns all the DesignContexts in this project.
getDesignInfo() - Method in interface com.sun.rave.designtime.DesignBean
Returns the DesignInfo instance for this bean instance.
getDialogHelpKey() - Method in class com.sun.rave.designtime.Result
Returns the 'dialogHelpKey' property.
getDialogTitle() - Method in class com.sun.rave.designtime.Result
Returns the 'dialogTitle' property.
getDisplayAction(int) - Method in class com.sun.rave.designtime.BasicDisplayActionSet
 
getDisplayActionCount() - Method in class com.sun.rave.designtime.BasicDisplayActionSet
 
getDisplayActions() - Method in class com.sun.rave.designtime.BasicDisplayActionSet
 
getDisplayActions() - Method in interface com.sun.rave.designtime.DisplayActionSet
Returns the list of contained DisplayAction objects.
getDisplayName() - Method in class com.sun.rave.designtime.BasicBeanCreateInfo
 
getDisplayName() - Method in class com.sun.rave.designtime.BasicCustomizer2
 
getDisplayName() - Method in class com.sun.rave.designtime.BasicDisplayAction
 
getDisplayName() - Method in interface com.sun.rave.designtime.DisplayItem
Returns a display name for this item.
getDisplayName() - Method in class com.sun.rave.designtime.EventDescriptor
 
getDisplayName() - Method in class com.sun.rave.designtime.ResultMessage
 
getDisplayName() - Method in class com.sun.rave.designtime.markup.BasicMarkupMouseRegion
 
getDocumentFragment() - Method in interface com.sun.rave.designtime.markup.MarkupRenderContext
The 'rendered' DOM document fragment from the JSF component.
getElement() - Method in interface com.sun.rave.designtime.markup.MarkupDesignBean
Returns the DOM Element representing the source markup for this component.
getEndPosition() - Method in interface com.sun.rave.designtime.markup.MarkupRenderContext
The ending position within the renderFragment to which nodes were rendered for this component.
getEvent(EventSetDescriptor, MethodDescriptor) - Method in interface com.sun.rave.designtime.DesignBean
Returns the DesignEvent from within the specified event set and having the specified MethodDescriptor.
getEvent(EventDescriptor) - Method in interface com.sun.rave.designtime.DesignBean
Returns a DesignEvent with the specified EventDescriptor.
getEventDescriptor() - Method in interface com.sun.rave.designtime.DesignEvent
Returns the EventDescriptor that defines the meta-data for this DesignEvent
getEventSetDescriptor() - Method in class com.sun.rave.designtime.EventDescriptor
 
getEvents() - Method in interface com.sun.rave.designtime.DesignBean
Returns an array of DesignEvent objects representing the events of this DesignBean.
getEvents(EventSetDescriptor) - Method in interface com.sun.rave.designtime.DesignBean
Returns the DesignEvent objects for a particular event set.
getFacesContext() - Method in interface com.sun.rave.designtime.faces.FacesDesignContext
Returns the FacesContext that can be used by component designers to retrieve design-time Faces information.
getFacet(String) - Method in interface com.sun.rave.designtime.faces.FacesDesignBean
Returns the DesignBean component that is currently connected to the specified facet of this FacesDesignBean component.
getHandlerMethodSource() - Method in interface com.sun.rave.designtime.DesignEvent
Returns the Java source code from the body of the handler method
getHandlerName() - Method in interface com.sun.rave.designtime.DesignEvent
Returns the current event method handler name, or null if the event is currently not 'hooked'
getHelpKey() - Method in class com.sun.rave.designtime.BasicBeanCreateInfo
 
getHelpKey() - Method in class com.sun.rave.designtime.BasicCustomizer2
 
getHelpKey() - Method in class com.sun.rave.designtime.BasicDisplayAction
 
getHelpKey() - Method in interface com.sun.rave.designtime.DisplayItem
Returns the help key for this item.
getHelpKey() - Method in class com.sun.rave.designtime.ResultMessage
 
getHelpKey() - Method in class com.sun.rave.designtime.markup.BasicMarkupMouseRegion
 
getIde() - Method in interface com.sun.rave.designtime.IdeProject
Returns the Ide (Creator) that is hosting this IdeProject.
getIdeData(String) - Method in interface com.sun.rave.designtime.Ide
Retrieves the value for a name-value pair of data on this Ide.
getIdeProjectListeners() - Method in interface com.sun.rave.designtime.IdeProject
Returns the array of current listeners to this IdeProject
getIndex() - Method in class com.sun.rave.designtime.Position
 
getInstance() - Method in interface com.sun.rave.designtime.DesignBean
Returns the instance that this DesignBean is marshalling.
getInstanceName() - Method in interface com.sun.rave.designtime.DesignBean
Returns the instance name of this bean - as declared in source code.
getLargeIcon() - Method in class com.sun.rave.designtime.BasicBeanCreateInfo
 
getLargeIcon() - Method in class com.sun.rave.designtime.BasicCustomizer2
 
getLargeIcon() - Method in class com.sun.rave.designtime.BasicDisplayAction
 
getLargeIcon() - Method in interface com.sun.rave.designtime.DisplayItem
Returns a large image icon for this item.
getLargeIcon() - Method in class com.sun.rave.designtime.ResultMessage
 
getLargeIcon() - Method in class com.sun.rave.designtime.markup.BasicMarkupMouseRegion
 
getListenerMethodDescriptor() - Method in class com.sun.rave.designtime.EventDescriptor
 
getMarkupInitializationString() - Method in interface com.sun.rave.designtime.markup.AttributePropertyEditor
This method is intended for use when generating markup to set the value of a property.
getMessageCount() - Method in class com.sun.rave.designtime.Result
Returns the count of ResultMessage(s) in this Result
getMessageType() - Method in class com.sun.rave.designtime.ResultMessage
 
getMessages() - Method in class com.sun.rave.designtime.Result
Returns an (optional) set of ResultMessage objects from the completed operation.
getName() - Method in class com.sun.rave.designtime.EventDescriptor
 
getPanelClass() - Method in class com.sun.rave.designtime.BasicCustomizer2
 
getProject() - Method in interface com.sun.rave.designtime.DesignContext
Returns the project, which is the top-level container for all contexts.
getProjectData(String) - Method in interface com.sun.rave.designtime.IdeProject
Retrieves the value for a name-value pair of data on this IdeProject.
getProperties() - Method in interface com.sun.rave.designtime.DesignBean
Returns an array of DesignProperty objects representing the properties of this DesignBean.
getProperty(String) - Method in interface com.sun.rave.designtime.DesignBean
Returns a single DesignProperty object representing the specified property (by name).
getProperty(PropertyDescriptor) - Method in interface com.sun.rave.designtime.DesignBean
Returns a single DesignProperty object representing the specified property (by descriptor).
getPropertyChangeListeners() - Method in class com.sun.rave.designtime.BasicCustomizer2
 
getPropertyChangeListeners() - Method in interface com.sun.rave.designtime.Customizer2
Standard propertyChange events - 'null' property name indicates that the bean changed in some other way than just a property.
getPropertyDescriptor() - Method in interface com.sun.rave.designtime.DesignProperty
Returns the PropertyDescriptor associated with this DesignProperty
getReferenceName() - Method in interface com.sun.rave.designtime.faces.FacesDesignContext
Returns the reference name to use in EL expressions to refer to this FacesDesignContext.
getRemainder() - Method in class com.sun.rave.designtime.faces.ResolveResult
Rertuns the remaining expression that did could not be resolved to a DesignBean
getResultOptionCount() - Method in class com.sun.rave.designtime.Result
Returns the count of DisplayAction(s) in this Result which will be displayed to the user as option buttons in a dialog
getResultOptions() - Method in class com.sun.rave.designtime.Result
Returns an (optional) set of DisplayAction objects representing options in a dialog box for the user.
getRootContainer() - Method in interface com.sun.rave.designtime.DesignContext
Returns the root container DesignBean for this DesignContext.
getShortDescription() - Method in class com.sun.rave.designtime.EventDescriptor
 
getSmallIcon() - Method in class com.sun.rave.designtime.BasicBeanCreateInfo
 
getSmallIcon() - Method in class com.sun.rave.designtime.BasicCustomizer2
 
getSmallIcon() - Method in class com.sun.rave.designtime.BasicDisplayAction
 
getSmallIcon() - Method in interface com.sun.rave.designtime.DisplayItem
Returns a small image icon for this item.
getSmallIcon() - Method in class com.sun.rave.designtime.ResultMessage
 
getSmallIcon() - Method in class com.sun.rave.designtime.markup.BasicMarkupMouseRegion
 
getStyleDeclaration() - Method in class com.sun.rave.designtime.markup.StyleClassDescriptor
 
getUnderParent() - Method in class com.sun.rave.designtime.markup.MarkupPosition
 
getValue() - Method in interface com.sun.rave.designtime.DesignProperty
Returns the current value of this DesignProperty.
getValueBinding() - Method in interface com.sun.rave.designtime.faces.FacesDesignProperty
Returns the ValueBinding object that this property is bound to, IF this property is currently bound via a value expression, or null if it is not bound
getValueSource() - Method in interface com.sun.rave.designtime.DesignProperty
Returns the source-persistence String value of this property.

H

HELP_KEY - Static variable in interface com.sun.rave.designtime.Constants.BeanDescriptor
This String attribute defines the help key that resolves to the appropriate help contents for this component.
HELP_KEY - Static variable in interface com.sun.rave.designtime.Constants.PropertyDescriptor
This String attribute defines the help key that resolves to the appropriate help contents for this specific property.
HORIZONTAL - Static variable in interface com.sun.rave.designtime.Constants.ResizeConstraints
The component can be resized horizontally - the left and right edges can be manipulated to resize
helpKey - Variable in class com.sun.rave.designtime.BasicCustomizer2
 
helpKey - Variable in class com.sun.rave.designtime.BasicDisplayAction
 
helpKey - Variable in class com.sun.rave.designtime.Result
Protected storage for the 'dialogHelpKey' property
helpKey - Variable in class com.sun.rave.designtime.ResultMessage
 
helpKey - Variable in class com.sun.rave.designtime.markup.BasicMarkupMouseRegion
 

I

INSTANCE_NAME - Static variable in interface com.sun.rave.designtime.Constants.BeanDescriptor
This String attribute defines the base instance name to use for new components of this type.
IS_CONTAINER - Static variable in interface com.sun.rave.designtime.Constants.BeanDescriptor
This Boolean attribute defines whether this component should be treated as a container in the designer or not.
Ide - interface com.sun.rave.designtime.Ide.
The Ide interface represents the Creator IDE at design-time.
IdeProject - interface com.sun.rave.designtime.IdeProject.
A IdeProject is a top-level container for DesignContexts at design-time.
IdeProjectAdapter - class com.sun.rave.designtime.IdeProjectAdapter.
IdeProjectAdapter is a standard event adapter class for the IdeProjectListener event interface.
IdeProjectAdapter() - Constructor for class com.sun.rave.designtime.IdeProjectAdapter
 
IdeProjectListener - interface com.sun.rave.designtime.IdeProjectListener.
IdeProjectListener is the event listener interface for IdeProject.
index - Variable in class com.sun.rave.designtime.Position
Protected storage field for the index property.
invoke() - Method in class com.sun.rave.designtime.BasicCheckedDisplayAction
 
invoke() - Method in class com.sun.rave.designtime.BasicDisplayAction
 
invoke() - Method in interface com.sun.rave.designtime.DisplayAction
This method is called when a DisplayAction is selected from a context menu or 'clicked' when it is displayed as a button.
isApplyCapable() - Method in class com.sun.rave.designtime.BasicCustomizer2
 
isApplyCapable() - Method in interface com.sun.rave.designtime.Customizer2
If a Customizer2 is apply capable (isApplyCapable() returns true), the host dialog will have three buttons: "OK", "Apply", and "Cancel" (and possibly "Help" if there is a helpKey).
isBindable() - Method in class com.sun.rave.designtime.markup.AttributeDescriptor
Gets the 'bindable' property.
isBound() - Method in interface com.sun.rave.designtime.faces.FacesDesignProperty
Returns true if this property is currently bound with a value expression, false if not
isChecked() - Method in class com.sun.rave.designtime.BasicCheckedDisplayAction
 
isChecked() - Method in interface com.sun.rave.designtime.CheckedDisplayAction
Returns the boolean checked state of this display item.
isClickable() - Method in class com.sun.rave.designtime.markup.BasicMarkupMouseRegion
 
isClickable() - Method in interface com.sun.rave.designtime.markup.MarkupMouseRegion
Returns true if this markup region wishes to respond to a mouse click (or series of clicks).
isContainer() - Method in interface com.sun.rave.designtime.DesignBean
Returns true if this DesignBean can be a logical container for other DesignBeans, or false if not.
isEnabled() - Method in class com.sun.rave.designtime.BasicDisplayAction
 
isEnabled() - Method in interface com.sun.rave.designtime.DisplayAction
Returns true if this DisplayAction should be displayed as enabled, or false if it should be disabled.
isExpandByDefault() - Method in class com.sun.rave.designtime.CategoryDescriptor
Returns the state of the expandByDefault property.
isExpert() - Method in class com.sun.rave.designtime.EventDescriptor
 
isHandled() - Method in interface com.sun.rave.designtime.DesignEvent
Returns true if this DesignEvent is currently 'hooked', or false if it is not
isHidden() - Method in class com.sun.rave.designtime.EventDescriptor
 
isModified() - Method in class com.sun.rave.designtime.BasicCustomizer2
 
isModified() - Method in interface com.sun.rave.designtime.Customizer2
Returns true if the customizer is in an edited state - to notify the customizer dialog that the "Apply" button should be activated
isModified() - Method in interface com.sun.rave.designtime.DesignProperty
Returns true if this DesignProperty has been modified from the 'default' value.
isPopup() - Method in class com.sun.rave.designtime.BasicDisplayActionSet
 
isPopup() - Method in interface com.sun.rave.designtime.DisplayActionSet
Returns true if this DisplayActionSet should be displayed as a pop-up, or false if it is should be represented as a flat container (for example, between separators in a context menu).
isPreferred() - Method in class com.sun.rave.designtime.EventDescriptor
 
isRequired() - Method in class com.sun.rave.designtime.markup.AttributeDescriptor
Gets the 'required' property.
isSuccess() - Method in class com.sun.rave.designtime.Result
Returns true if the operation represented by this Result object was successful
isValidBindingTarget(DesignBean) - Method in interface com.sun.rave.designtime.faces.FacesDesignContext
Returns whether a binding expression can be created to point to 'toBean'

L

LEFT - Static variable in interface com.sun.rave.designtime.Constants.ResizeConstraints
The left edge of the component can be manipulated to resize
largeIcon - Variable in class com.sun.rave.designtime.BasicBeanCreateInfo
 
largeIcon - Variable in class com.sun.rave.designtime.BasicCustomizer2
 
largeIcon - Variable in class com.sun.rave.designtime.BasicDisplayAction
 
largeIcon - Variable in class com.sun.rave.designtime.ResultMessage
 
largeIcon - Variable in class com.sun.rave.designtime.markup.BasicMarkupMouseRegion
 
linkBeans(DesignBean, DesignBean) - Method in class com.sun.rave.designtime.BasicDesignInfo
 
linkBeans(DesignBean, DesignBean) - Method in interface com.sun.rave.designtime.DesignInfo
This method is called when an object from a design surface or palette has been dropped 'on' a JavaBean type handled by this DesignInfo (to establish a link).
linkBeans(DesignBean, DesignBean) - Method in class com.sun.rave.designtime.markup.BasicMarkupMouseRegion
 
linkBeans(DesignBean, DesignBean) - Method in interface com.sun.rave.designtime.markup.MarkupMouseRegion
This method is called when an object from a design surface or palette has been dropped 'on' a region represented by this MarkupMouseRegion (to establish a link).
listenerMethod - Variable in class com.sun.rave.designtime.EventDescriptor
 

M

MARKUP_SECTION - Static variable in interface com.sun.rave.designtime.Constants.BeanDescriptor
This String attribute defines the section of markup that a particular component has an 'affinity' for - meaning what part of the document does it need to be parented by.
MarkupDesignBean - interface com.sun.rave.designtime.markup.MarkupDesignBean.
A MarkupDesignBean represents an instance of a markup (JSF/JSP/etc) JavaBean class at design- time.
MarkupDesignContext - interface com.sun.rave.designtime.markup.MarkupDesignContext.
The MarkupDesignContext is an extension to the DesignContext interface that adds markup-specific functionality.
MarkupDesignInfo - interface com.sun.rave.designtime.markup.MarkupDesignInfo.
The MarkupDesignInfo interface is an extension of the DesignInfo interface that adds the ability to annotate the render stream of a markup element for design-time, and provide clickable sub-regions and context items within the visual markup element.
MarkupMouseRegion - interface com.sun.rave.designtime.markup.MarkupMouseRegion.
A MarkupMouseRegion represents a portion (sub-region) of a markup component's rendered markup that has special design-time behavior.
MarkupPosition - class com.sun.rave.designtime.markup.MarkupPosition.
The MarkupPosition extends the Position class to include specifics about DOM coordinates.
MarkupPosition() - Constructor for class com.sun.rave.designtime.markup.MarkupPosition
Constructs a default MarkupPosition with no settings
MarkupPosition(int) - Constructor for class com.sun.rave.designtime.markup.MarkupPosition
Constructs a MarkupPosition with the specified index
MarkupPosition(int, Node) - Constructor for class com.sun.rave.designtime.markup.MarkupPosition
Constructs a MarkupPosition with the specified index and beforeSibling.
MarkupPosition(Node, Node) - Constructor for class com.sun.rave.designtime.markup.MarkupPosition
Constructs a MarkupPosition with the specified underParent and beforeSibling.
MarkupPosition(Node) - Constructor for class com.sun.rave.designtime.markup.MarkupPosition
Constructs a MarkupPosition with the specified beforeSibling.
MarkupRenderContext - interface com.sun.rave.designtime.markup.MarkupRenderContext.
A MarkupRenderContext represents the context in which a markup bean will be rendering its markup output.
messages - Variable in class com.sun.rave.designtime.Result
Protected storage for the message list (ResultMessage[])
modified - Variable in class com.sun.rave.designtime.BasicCustomizer2
 
moveBean(DesignBean, DesignBean, Position) - Method in interface com.sun.rave.designtime.DesignContext
Moves a DesignBean, to become a child of the specified parent DesignBean at the specified position.

N

NONE - Static variable in interface com.sun.rave.designtime.Constants.ResizeConstraints
The component can not be resized

O

options - Variable in class com.sun.rave.designtime.Result
Protected storage for the result option list (DisplayAction[])

P

PROPERTIES_HELP_KEY - Static variable in interface com.sun.rave.designtime.Constants.BeanDescriptor
This String attribute defines the help key that resolves to the appropriate help contents for this component.
PROPERTY_CATEGORIES - Static variable in interface com.sun.rave.designtime.Constants.BeanDescriptor
This attribute (of type CategoryDescriptor[]) defines the set of property categories that this component's property set should be organized in.
Position - class com.sun.rave.designtime.Position.
A descriptor that identifies the position of a DesignBean within its container.
Position() - Constructor for class com.sun.rave.designtime.Position
Constructs a Position object with the default index (-1: unspecified)
Position(int) - Constructor for class com.sun.rave.designtime.Position
Constructs a Position object with the specified index
PropertyEditor2 - interface com.sun.rave.designtime.PropertyEditor2.
This interface extends the standard PropertyEditor interface and adds a hook to give the implementor access to the design-time context of the property being edited via the DesignProperty interface.
panelClass - Variable in class com.sun.rave.designtime.BasicCustomizer2
 
pasteBeans(Transferable, DesignBean, Position) - Method in interface com.sun.rave.designtime.DesignContext
Pastes a set of DesignBean instances (acquired via copyBeans) into the specified parent DesignBean at the specified position.
popup - Variable in class com.sun.rave.designtime.BasicDisplayActionSet
 
propertyChangeListeners - Variable in class com.sun.rave.designtime.BasicCustomizer2
 
propertyChanged(DesignProperty, Object) - Method in class com.sun.rave.designtime.BasicDesignInfo
 
propertyChanged(DesignProperty, Object) - Method in class com.sun.rave.designtime.DesignBeanAdapter
 
propertyChanged(DesignProperty, Object) - Method in interface com.sun.rave.designtime.DesignBeanListener
The specified DesignProperty has changed.

R

REQUIRED_PARENT_TYPES - Static variable in interface com.sun.rave.designtime.Constants.BeanDescriptor
This String[] attribute defines the set of valid parents' class names.
RESIZE_CONSTRAINTS - Static variable in interface com.sun.rave.designtime.Constants.BeanDescriptor
This attribute (of type Integer) defines the bitmask of constraints (from ResizeConstraints interface) that dictates how a user can resize this component
RIGHT - Static variable in interface com.sun.rave.designtime.Constants.ResizeConstraints
The right edge of the component can be manipulated to resize
ResolveResult - class com.sun.rave.designtime.faces.ResolveResult.
This class wraps the return value from FacesDesignContext.resolveBindingExprToBean(String expr).
ResolveResult(DesignBean, String) - Constructor for class com.sun.rave.designtime.faces.ResolveResult
Constructs a ResolveResult with the specified DesignBean and remainder expression.
ResolveResult(String) - Constructor for class com.sun.rave.designtime.faces.ResolveResult
Constructs a ResolveResult with the specified remainder expression.
Result - class com.sun.rave.designtime.Result.
A Result object represents the logical result of an operation.
Result(boolean) - Constructor for class com.sun.rave.designtime.Result
Constructs a Result object with the specified success status
Result(boolean, ResultMessage) - Constructor for class com.sun.rave.designtime.Result
Constructs a Result object with the specified success status and message
Result(boolean, ResultMessage[]) - Constructor for class com.sun.rave.designtime.Result
Constructs a Result object with the specified success status and messages
Result(boolean, ResultMessage[], DisplayAction[]) - Constructor for class com.sun.rave.designtime.Result
Constructs a Result object with the specified success status, messages, and options
ResultMessage - class com.sun.rave.designtime.ResultMessage.
A ResultMessage object represents a single message to a user about an operation that was just completed (or failed).
ResultMessage(int, String, String) - Constructor for class com.sun.rave.designtime.ResultMessage
 
ResultMessage(int, String, String, Image) - Constructor for class com.sun.rave.designtime.ResultMessage
 
regionClicked(int) - Method in class com.sun.rave.designtime.markup.BasicMarkupMouseRegion
 
regionClicked(int) - Method in interface com.sun.rave.designtime.markup.MarkupMouseRegion
This method is called when a user clicks the mouse within the bounds of this mouse region.
remainder - Variable in class com.sun.rave.designtime.faces.ResolveResult
protected storage for the 'remainder' property
removeBeanCreateInfo(BeanCreateInfo) - Method in class com.sun.rave.designtime.BasicBeanCreateInfoSet
 
removeBeanCreateInfo(int) - Method in class com.sun.rave.designtime.BasicBeanCreateInfoSet
 
removeDesignBeanListener(DesignBeanListener) - Method in interface com.sun.rave.designtime.DesignBean
Removes a DesignBeanListener event listener from this DesignBean
removeDesignContextListener(DesignContextListener) - Method in interface com.sun.rave.designtime.DesignContext
Removes a listener from this DesignContext
removeDisplayAction(DisplayAction) - Method in class com.sun.rave.designtime.BasicDisplayActionSet
 
removeDisplayAction(int) - Method in class com.sun.rave.designtime.BasicDisplayActionSet
 
removeHandler() - Method in interface com.sun.rave.designtime.DesignEvent
Removes and unwires an event handler method from this DesignEvent, if one exists.
removeIdeProjectListener(IdeProjectListener) - Method in interface com.sun.rave.designtime.IdeProject
Removes a listener from this IdeProject
removeMessage(ResultMessage) - Method in class com.sun.rave.designtime.Result
Removes a ResultMessage from the set to display to the user
removeMessages(ResultMessage[]) - Method in class com.sun.rave.designtime.Result
Removes an array of ResultMessage(s) from the set to display to the user
removePropertyChangeListener(PropertyChangeListener) - Method in class com.sun.rave.designtime.BasicCustomizer2
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface com.sun.rave.designtime.Customizer2
Standard propertyChange events - 'null' property name indicates that the bean changed in some other way than just a property.
removeResultOption(DisplayAction) - Method in class com.sun.rave.designtime.Result
Removes a DisplayAction (option button in a dialog) from this Result
removeResultOptions(DisplayAction[]) - Method in class com.sun.rave.designtime.Result
Removes an array of DisplayAction(s) (option buttons in a dialog) from this Result
required - Variable in class com.sun.rave.designtime.markup.AttributeDescriptor
protected storage for the 'required' property
resolveBindingExpr(String) - Method in interface com.sun.rave.designtime.faces.FacesDesignContext
Returns the live instance Object (not DesignBean) that the reference expression resolves to (at the moment called)
resolveBindingExprToBean(String) - Method in interface com.sun.rave.designtime.faces.FacesDesignContext
Returns a result that is resolved to the last DesignBean that can be found, plus the remaining un-resolvable string (at least doesn't resolve to a DesignBean)
resolveMarkupInitializationString(String) - Method in interface com.sun.rave.designtime.markup.AttributePropertyEditor
This method is called while "resurrecting" the state of a DesignBean from markup.
resolveResource(String) - Method in interface com.sun.rave.designtime.DesignContext
Resolves a local resource identifyer String into a fully-qualified URL.

S

SCOPE - Static variable in interface com.sun.rave.designtime.Constants.ContextData
Returns a String representing the scope of the context, like "request", "session", or "application"
SUCCESS - Static variable in class com.sun.rave.designtime.Result
Common instance of a successful result object
StyleClassDescriptor - class com.sun.rave.designtime.markup.StyleClassDescriptor.
The StyleClassDescriptor describes a CSS style class declared in an associated CSS stylesheet.
StyleClassDescriptor() - Constructor for class com.sun.rave.designtime.markup.StyleClassDescriptor
 
StyleClassDescriptor(String) - Constructor for class com.sun.rave.designtime.markup.StyleClassDescriptor
 
StyleClassDescriptor(String, CSSStyleDeclaration) - Constructor for class com.sun.rave.designtime.markup.StyleClassDescriptor
 
setApplyCapable(boolean) - Method in class com.sun.rave.designtime.BasicCustomizer2
 
setBeanClassName(String) - Method in class com.sun.rave.designtime.BasicBeanCreateInfo
 
setBeforeSibling(Node) - Method in class com.sun.rave.designtime.markup.MarkupPosition
 
setBindable(boolean) - Method in class com.sun.rave.designtime.markup.AttributeDescriptor
Sets the 'bindable' property.
setChecked(boolean) - Method in class com.sun.rave.designtime.BasicCheckedDisplayAction
 
setContextData(String, Object) - Method in interface com.sun.rave.designtime.DesignContext
Sets a name-value pair of data on this DesignContext.
setCustomizeBean(DesignBean) - Method in class com.sun.rave.designtime.CustomizerResult
Sets the 'customizeBean' property
setCustomizer(Customizer2) - Method in class com.sun.rave.designtime.CustomizerResult
Sets the 'customizer' property
setDefaultValue(String) - Method in class com.sun.rave.designtime.markup.AttributeDescriptor
Sets the 'defaultValue' property.
setDescription(String) - Method in class com.sun.rave.designtime.BasicBeanCreateInfo
 
setDescription(String) - Method in class com.sun.rave.designtime.BasicCustomizer2
 
setDescription(String) - Method in class com.sun.rave.designtime.BasicDisplayAction
 
setDescription(String) - Method in class com.sun.rave.designtime.ResultMessage
 
setDescription(String) - Method in class com.sun.rave.designtime.markup.BasicMarkupMouseRegion
 
setDesignProperty(DesignProperty) - Method in interface com.sun.rave.designtime.PropertyEditor2
When the PropetyEditor is being invoked, the matching DesignProperty will be passed in for context.
setDialogHelpKey(String) - Method in class com.sun.rave.designtime.Result
Sets the 'dialogHelpKey' property.
setDialogTitle(String) - Method in class com.sun.rave.designtime.Result
Sets the 'dialogTitle' property.
setDisplayName(String) - Method in class com.sun.rave.designtime.BasicBeanCreateInfo
 
setDisplayName(String) - Method in class com.sun.rave.designtime.BasicCustomizer2
 
setDisplayName(String) - Method in class com.sun.rave.designtime.BasicDisplayAction
 
setDisplayName(String) - Method in class com.sun.rave.designtime.ResultMessage
 
setDisplayName(String) - Method in class com.sun.rave.designtime.markup.BasicMarkupMouseRegion
 
setEnabled(boolean) - Method in class com.sun.rave.designtime.BasicDisplayAction
 
setEventSetDescriptor(EventSetDescriptor) - Method in class com.sun.rave.designtime.EventDescriptor
 
setExpandByDefault(boolean) - Method in class com.sun.rave.designtime.CategoryDescriptor
Sets the expandByDefault property.
setHandlerMethodSource(String) - Method in interface com.sun.rave.designtime.DesignEvent
Sets the Java source for the method body of the handler method.
setHandlerName(String) - Method in interface com.sun.rave.designtime.DesignEvent
Sets the method name for this DesignEvent.
setHelpKey(String) - Method in class com.sun.rave.designtime.BasicCustomizer2
 
setHelpKey(String) - Method in class com.sun.rave.designtime.BasicDisplayAction
 
setHelpKey(String) - Method in class com.sun.rave.designtime.ResultMessage
 
setHelpKey(String) - Method in class com.sun.rave.designtime.markup.BasicMarkupMouseRegion
 
setIdeData(String, String) - Method in interface com.sun.rave.designtime.Ide
Sets a name-value pair of data on this Ide.
setIndex(int) - Method in class com.sun.rave.designtime.Position
 
setInstanceName(String) - Method in interface com.sun.rave.designtime.DesignBean
Renames the instance variable for this bean instance in the source code.
setInstanceName(String, boolean) - Method in interface com.sun.rave.designtime.DesignBean
Renames the instance variable for this bean instance in the source code, and appends an auto-incremented number.
setLargeIcon(Image) - Method in class com.sun.rave.designtime.BasicBeanCreateInfo
 
setLargeIcon(Image) - Method in class com.sun.rave.designtime.BasicCustomizer2
 
setLargeIcon(Image) - Method in class com.sun.rave.designtime.BasicDisplayAction
 
setLargeIcon(Image) - Method in class com.sun.rave.designtime.ResultMessage
 
setLargeIcon(Image) - Method in class com.sun.rave.designtime.markup.BasicMarkupMouseRegion
 
setListenerMethodDescriptor(MethodDescriptor) - Method in class com.sun.rave.designtime.EventDescriptor
 
setMessageType(int) - Method in class com.sun.rave.designtime.ResultMessage
 
setModified(boolean) - Method in class com.sun.rave.designtime.BasicCustomizer2
 
setPanelClass(Class) - Method in class com.sun.rave.designtime.BasicCustomizer2
 
setPopup(boolean) - Method in class com.sun.rave.designtime.BasicDisplayActionSet
 
setProjectData(String, String) - Method in interface com.sun.rave.designtime.IdeProject
Sets a name-value pair of data on this IdeProject.
setRequired(boolean) - Method in class com.sun.rave.designtime.markup.AttributeDescriptor
Sets the 'required' property.
setSmallIcon(Image) - Method in class com.sun.rave.designtime.BasicBeanCreateInfo
 
setSmallIcon(Image) - Method in class com.sun.rave.designtime.BasicCustomizer2
 
setSmallIcon(Image) - Method in class com.sun.rave.designtime.BasicDisplayAction
 
setSmallIcon(Image) - Method in class com.sun.rave.designtime.ResultMessage
 
setSmallIcon(Image) - Method in class com.sun.rave.designtime.markup.BasicMarkupMouseRegion
 
setStyleDeclaration(CSSStyleDeclaration) - Method in class com.sun.rave.designtime.markup.StyleClassDescriptor
 
setSuccess(boolean) - Method in class com.sun.rave.designtime.Result
Sets the success state of this Result
setUnderParent(Node) - Method in class com.sun.rave.designtime.markup.MarkupPosition
 
setValue(Object) - Method in interface com.sun.rave.designtime.DesignProperty
Sets the current value of this DesignProperty.
setValueBinding(ValueBinding) - Method in interface com.sun.rave.designtime.faces.FacesDesignProperty
Sets the ValueBinding on this property, resulting in the property value being set to the appropriate value binding expression
setValueSource(String) - Method in interface com.sun.rave.designtime.DesignProperty
Sets the source-persistence String value for this property.
smallIcon - Variable in class com.sun.rave.designtime.BasicBeanCreateInfo
 
smallIcon - Variable in class com.sun.rave.designtime.BasicCustomizer2
 
smallIcon - Variable in class com.sun.rave.designtime.BasicDisplayAction
 
smallIcon - Variable in class com.sun.rave.designtime.ResultMessage
 
smallIcon - Variable in class com.sun.rave.designtime.markup.BasicMarkupMouseRegion
 
styleDeclaration - Variable in class com.sun.rave.designtime.markup.StyleClassDescriptor
 
success - Variable in class com.sun.rave.designtime.Result
Protected storage for the 'success' property

T

TAGLIB_PREFIX - Static variable in interface com.sun.rave.designtime.Constants.BeanDescriptor
This String attribute defines the suggested JSP taglib prefix (if not already added to the JSP file)
TAGLIB_URI - Static variable in interface com.sun.rave.designtime.Constants.BeanDescriptor
This String attribute defines which JSP taglib contains this component.
TAG_NAME - Static variable in interface com.sun.rave.designtime.Constants.BeanDescriptor
This String attribute defines which JSP tag represents this component in the markup.
TEXT_NODE_PROPERTY - Static variable in interface com.sun.rave.designtime.Constants.BeanDescriptor
This String attribute specifies a particular property name on a component that controls the contents of a Faces component's rendered text node.
TOP - Static variable in interface com.sun.rave.designtime.Constants.ResizeConstraints
The top edge of the component can be manipulated to resize
TRAY_COMPONENT - Static variable in interface com.sun.rave.designtime.Constants.BeanDescriptor
This Boolean attribute (Boolean.TRUE or Boolean.FALSE) defines wether this component should be shown in the tray.
TYPE_CRITICAL - Static variable in class com.sun.rave.designtime.ResultMessage
Used for 'type' property - this message is critical, and will be displayed in a dialog to the user.
TYPE_INFORMATION - Static variable in class com.sun.rave.designtime.ResultMessage
Used for type property - this message is informational, and may be displayed on the status bar to the user.
TYPE_WARNING - Static variable in class com.sun.rave.designtime.ResultMessage
Used for type property - this message is a warning, and may be displayed on the status bar or in a dialog to the user.
toString() - Method in class com.sun.rave.designtime.faces.ResolveResult
 
toString() - Method in class com.sun.rave.designtime.markup.MarkupPosition
 
type - Variable in class com.sun.rave.designtime.ResultMessage
 

U

underParent - Variable in class com.sun.rave.designtime.markup.MarkupPosition
storage for the 'underParent' property
unset() - Method in interface com.sun.rave.designtime.DesignProperty
Removes the property setting (if it exists) from the source code, and reverts the property setting back to its original (default) state.

V

VERTICAL - Static variable in interface com.sun.rave.designtime.Constants.ResizeConstraints
The component can be resized vertically - the top and bottom edges can be manipulated to resize

A B C D E F G H I L M N O P R S T U V