AbstractBrandedProduct<BRAND extends java.lang.Enum<BRAND> & BrandedProduct.Brand> |
The default implementation of the identification of a branded product, such as a user agent or a plugin, on a particular platform.
|
AbstractComponentDepictor<C extends Component> |
An abstract implementation of a component depictor.
|
AbstractDepictContext |
Abstract encapsulation of information related to the current depiction.
|
AbstractDepictedObject |
Abstract implementation of an object that can be depicted on some platform.
|
AbstractDepictEvent |
The base class for events to or from a depicted object on some platform.
|
AbstractDepictor<O extends DepictedObject> |
An abstract strategy for depicting objects on some platform.
|
AbstractEnvironment |
An abstract implementation of the platform user local environment.
|
AbstractPlatform |
The platform on which Guise objects are being depicted.
|
AbstractPlatformEvent |
The base class for events to or from the platform on which objects are being depicted.
|
AbstractPlatformFile |
An abstract implementation of a local file on a platform.
|
AbstractPlatformMessage |
The base class for messages to or from the platform on which objects are being depicted.
|
AbstractProduct |
The default implementation of the identification of a product, such as a user agent or a plugin, on a particular platform.
|
AbstractTextDepictContext |
Abstract encapsulation of text information related to the current depiction.
|
AbstractXHTMLDepictContext |
Abstract encapsulation of application/xhtml+xml information related to the current depiction.
|
AbstractXMLDepictContext |
Abstract encapsulation of text/xml information related to the current depiction.
|
DefaultEnvironment |
The default implementation of the platform user local environment.
|
DefaultProduct |
The default implementation of a product with no brand.
|
PlatformDropEvent |
Indicates that a drop action has occurred after a drag on the platform.
|
PlatformFileCollector |
Encapsulation of a list of platform files and a way to collect them.
|
PlatformFileUploadTask |
A task to upload a series of files from the platform.
|
PlatformFocusEvent |
Indicates that a component has received focus on the platform.
|
XMLDepictContext.ElementState |
The state of rendering for a particular element.
|