EchoPoint
1.0

Package echopoint.positionable

Interface Summary
Borderable The Borderable interface is used to produce a border around a component.
ClientAddressable The ClientAddressable interface can be used by a component to indicate that can be addressed by client side code.
Clippable A Clippable can have a clipping rectangle that can clip the component content to a define shape.
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.
ScrollableContainer The ScrollableContainer is a composite interface that indicates that component that can contain other components like a Panel and has extended support for Scrollable, Positionable, Clippable and Borderable attributes, as well as being able to have a layout manager.
 

Class Summary
AbstractComponentDelegate AbstractComponentDelegate is the abstract base class for the other delegate objects.
AbstractScrollableComponent The AbstractScrollableComponent is a base component class that implements Scrollable, Postionable and Clippable via the all in one interface ScrollableContainer.
Borderable.NestedStyleInfo Nested public static StyleInfo class.
BorderableDelegate BorderableDelegate is a simple delegate object than can be used inside a component that implements Borderable.
ClientAddressable.IdGenerator The ClientAddressable.IdGenerator class has one static method for generating a unique string identifier.
Clippable.NestedStyleInfo Nested public static StyleInfo class.
ClipRect Represents a clipping rectangle, for Components that implement Clippable.
MouseCursorable.NestedStyleInfo Nested public static StyleInfo class.
MouseCursorableDelegate MouseCursorableDelegate is a simple delegate object than can be used inside a component that implements MouseCursorable.
Positionable.NestedStyleInfo Nested public static StyleInfo class.
Scrollable.NestedStyleInfo Nested public static StyleInfo class.
ScrollableContainer.NestedStyleInfo Nested public static StyleInfo class.
ScrollableDelegate ScrollableDelegate is a simple delegate object than can be used inside a component that implements Scrollable.
 


EchoPoint
1.0