Class | Description | |
---|---|---|
![]() |
Represents a component that draws a border around another component. |
|
![]() |
Represents the abstract base of all components. |
|
![]() |
The base class for arguments supplied to various component-related events. |
|
![]() |
For internal use. |
|
![]() |
For internal use. |
|
![]() |
Provides data to mouse-related component events. |
|
![]() |
For internal use. |
|
![]() |
Provides arguments for validation events. |
|
![]() |
Represents a component which can host other components. |
|
![]() |
Represents a component which can host a single component as its child. |
|
![]() |
Represents a container which arranges it's children in a two-dimensional grid. |
|
![]() |
Contains static constants that specify the horizontal alignment of a component relative to its allocated space. Center - Indicates that the component should be centered. Left - Indicates that the component should be left-aligned. Right - Indicates that the component should be right-aligned. Stretch - Indicates that the component should be stretched horizontally. @author Anton |
|
![]() |
Represents a component which can display an image. |
|
![]() |
Represents components which can display geometric shapes. |
|
![]() |
A container which arranges its items so that they fill all available space. |
|
![]() |
Represents a container which arranges its children either vertically or horizontally. |
|
![]() |
Represents a component displaying static unformatted text. |
|
![]() |
Contains static constants that specify the vertical alignment of a component relative to its allocated space. Bottom - Indicates that the component should be bottom-aligned. Center - Indicates that the component should be centered. Stretch - Indicates that the component should be stretched vertically. Top - Indicates that the component should be top-aligned. @author Anton |
|
![]() |
Provides methods for loading component hierarchies from XML. |
|
![]() |
An exception raised when a XmlLoader fails to parse XML content. |
Interface | Description | |
---|---|---|
![]() |
Defines a method for adding child objects to a parent objects. |
|
![]() |
Defines events raised by components. |
|
![]() |
For internal use. |
|
![]() |
Defines keyboard events that can be raised by components. |
|
![]() |
Defines validation events that can be raised by components. |
|
![]() |
For internal use. |
|
![]() |
|