|
Interface Summary |
| AccessKeyable |
The AccessKeyable interface is used to set a access key for a
given component. |
| Alignable |
The Alignable interface is used specify an Alignmeent value. |
| Attributeable |
Attributeable is an interface that allows a Component to have
a series of objects associated with attribute names. |
| BackgroundImageable |
The BackgroundImageable interface is used specify an background
image value.. |
| Borderable |
The Borderable interface is used to produce a border around a component |
| Delegateable |
Delegateable is an interface where
a something can act as a Delegate for a Component
and hence get and set properties into the Component. |
| Heightable |
A Heightable is a component that can have a a fixed height
in some specified units. |
| Insetable |
The Insetable interface is used to set extra space inside and
outside a component. |
| MouseCursorable |
The MouseCursorable interface is used to set a
new cursor value when the mouse is moved over a component. |
| Positionable |
A Positionable is one that can be postioned anywhere on the
screen, regardless of the flow layout of other components. |
| Scrollable |
A Scrollable is a component that can have a a fixed width
and/or height, and can present scrollbars when the content of
the component is too large to fit inside. |
| Sizeable |
A Sizeable is a component that can have a a fixed width
and/or height in some specified units. |
| Stretchable |
The Stretchable interface is used to indicate that a
Component should "stretch" itself to use all left over
space inside a parent component. |
| ToolTipable |
The ToolTipable interface is used to set tool tip text which
is displayed when the mouse cursor is hovered over the ToolTipable. |
| Widthable |
A Sizeable is a component that can have a a fixed width
in some specified units. |