Package com.pietschy.command.face

Class and interfaces defining command faces and FaceRenderers.

See:
          Description

Interface Summary
FaceRenderer FaceRenderers are used by the libarary to configure the properties of buttons and menus.
 

Class Summary
AttributeValue AttributeValues manage the value of a specific Attribute of a Face.
DefaultFaceRenderer The DefaultFaceRender provides the base methods for configuring buttons and menus as well as a standard implementation that is suitable for most platforms.
DescriptionAttributeValue An extension of AttributeValue that allows the string values of an attribute to be derived from other attributes.
DownArrowIcon An Icon for rendering the standard down arrow for buttons that activate a group popup.
Face The face class holds all the visiual information about a Command.
FaceManager FaceManager provides support for the various command implementations to manage thier faces.
MacOSFaceRenderer MacOSFaceRender extends DefaultFaceRenderer to provide Mac specific rendering of buttons and menus.
RenderContext Contains information the commands and groups that created specific buttons.
 

Enum Summary
Attribute An enum of the named attributes (properties) of a Face.
 

Exception Summary
FaceNotFoundException Thrown by comands when a non existant face is requested.
 

Package com.pietschy.command.face Description

Class and interfaces defining command faces and FaceRenderers.



Copyright © 2006 - 2007 Andrew Pietsch