com.sun.rave.propertyeditors.domains |
Domain base classes and implementations, for use with DomainPropertyEditor .
|
Java Source File Name | Type | Comment |
ActionComponentIdsDomain.java | Class | Domain of identifiers of all components in scope that generate events of any
kind, such as all action and input components. |
AttachedDomain.java | Class | Specialized domain that is attached to a
com.sun.rave.designtime.DesignProperty ,
to provide access to the dynamic context of the property being edited. |
CharacterSetsDomain.java | Class | Editable domain of character set names, as specified by the IANA. |
ComponentIdsDomain.java | Class | Specialized domain, representing all JSF components in the current context
(ie. |
DateFormatPatternsDomain.java | Class | Editable domain of common date format patterns. |
Domain.java | Class | Abstract representation of a set of binary tuples that represents
the domain of values for a particular property. |
EditableDomain.java | Class | Specialized domain which may be extended by the addition and re-ordering of
elements. |
Element.java | Class | An individual item in the set of items returned by a
Domain . |
EventComponentIdsDomain.java | Class | Domain of identifiers of all components in scope that generate events of any
kind, such as all action and input components. |
FieldKeyDomain.java | Class | Domain of field keys available for this property's data provider. |
FrameTargetsDomain.java | Class | Temporary restoration of a refactored file. |
HtmlAlignDomain.java | Class | Domain for general alignment in all directions. |
HtmlFrameTargetsDomain.java | Class | Editable Domain for HTML link target frames. |
HtmlHorizontalAlignDomain.java | Class | Domain for horizontal alignment. |
HtmlLinkTypesDomain.java | Class | Domain for link types defined by HTML 4.01. |
HtmlRegionShapesDomain.java | Class | Domain for region shapes on a client side image map. |
HtmlTableBordersDomain.java | Class | Domain for attribute constants used to identify the which sides of an HTML
table border are visible. |
HtmlTableRulesDomain.java | Class | Domain for attribute constants used to identify the which sides of an HTML
table border are visible. |
HtmlVerticalAlignDomain.java | Class | Domain for vertical alignment. |
InputComponentIdsDomain.java | Class | Domain of identifiers of all input components in scope. |
InstanceVariableDomain.java | Class | Domain of identifiers of all instance variables matching the class type of
the property. |
LanguagesDomain.java | Class | Domain of all languages supported by the JVM. |
LayoutDomain.java | Class | Domain of layout types, "flow" for flow mode, "grid" for absolute positioning. |
LocalesDomain.java | Class | Editable domain of all locales supported by the JVM. |
MimeTypesDomain.java | Class | Editable domain of MIME types, as defined by IANA RFC 2045 and RFC 2046.
Only the more commonly used types are provided by default, but the user may
add more. |
ResourceBundlesDomain.java | Class | Domain of resource bundles available within the current project. |
StringTokensDomain.java | Class | Domain that contains string tokens supplied as part of the property's metadata,
in the property descriptor. |
TextDirectionDomain.java | Class | Domain for the orientation of text flow. |
TimeZonesDomain.java | Class | Domain of all time zones supported by the JVM. |