Package com.guiseframework.platform

Interface Summary
BrandedProduct<BRAND extends Enum<BRAND> & BrandedProduct.Brand> The identification of a branded product, such as a user agent or a plugin, on the platform.
BrandedProduct.Brand The individual brand of the product.
ClientProduct The identification of the client software accessing Guise on the platform.
ComponentDepictor<C extends Component> A strategy for depicting components on some platform.
DepictContext Encapsulation of information related to the current depiction.
DepictedObject An object that can be depicted on some platform.
DepictEvent An event to or from a depicted object on some platform.
Depictor<O extends DepictedObject> A strategy for depicting objects on some platform.
Environment Access to the platform user local environment.
Platform The platform on which Guise objects are being depicted.
PlatformCommand A command to or from the platform on which objects are depicted.
PlatformCommandMessage<C extends Enum<C> & PlatformCommand> A command message to or from the platform on which objects are being depicted.
PlatformEvent An event message to or from the platform on which objects are being depicted.
PlatformFile A local file on a platform.
PlatformFileCollector.Depictor<F extends PlatformFileCollector> The custom depictor type for this depicted object class.
PlatformMessage A message to or from the platform on which objects are being depicted.
Product The identification of a product, such as a user agent or a plugin, on the platform.
TextDepictContext Encapsulation of text information related to the current depiction.
XHTMLDepictContext Encapsulation of application/xhtml+xml information related to the current depiction.
XMLDepictContext Encapsulation of text/xml information related to the current depiction.
 

Class Summary
AbstractBrandedProduct<BRAND extends 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.
 



Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.