Package com.sibvisions.rad.ui.awt.impl

Contains the AWT dependent interface implementations of the platform and technology independent interface definitions.

See:
          Description

Class Summary
AwtColor The AwtColor class is used to encapsulate the access to all usable colors for AWT components.
AwtComponent<C extends Component> A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user.
AwtContainer<C extends Container> A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components.
AwtCursor A class to encapsulate the representation of the mouse cursor.
AwtDimension The AwtDimension class encapsulates the width and height of a component (in integer precision) in a single object.
AwtFactory The AwtFactory class encapsulates methods to create and access AWT components.
AwtFont The AwtFont class represents fonts, which are used to render text in a visible way.
AwtImage The AwtImage represents graphical images.
AwtInsets The AwtInsets class encapsulates the margins (in integer precision) in a single object.
AwtPoint A point representing a location in (x, y) coordinate space, specified in integer precision.
AwtRectangle An AwtRectangle specifies an area in a coordinate space that is enclosed by the AwtRectangle object's top-left point (xy) in the coordinate space, its width, and its height.
AwtResource<R> A class to encapsulate any AWT resource.
 

Package com.sibvisions.rad.ui.awt.impl Description

Contains the AWT dependent interface implementations of the platform and technology independent interface definitions.



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.