| Frames | No Frames |
Class Summary | |
| xp.system.Application | The Application object |
| xp.system.Border | Border Control the draw of the background and borders of a control |
| xp.system.Brushes | |
| xp.system.ButtonBorder | |
| xp.system.ClassLoader | ClassLoader Creates new class instances for classes that extend movieclip. Also creates non-class based MovieClips. |
| xp.system.Colors | |
| xp.system.Column | A DataGrid column object |
| xp.system.CompDesc | A component descriptor containing the specifications of a component to be created on demand. |
| xp.system.CornerRadius | CornerRadius is a value type used to describe the radius of a rectangle's corners (controlled independently). It contains four number structs each corresponding to a corner: TopLeft, TopRight, BottomLeft, BottomRight. The corner radii cannot be negative. |
| xp.system.Cursor | Cursor |
| xp.system.Cursors | |
| xp.system.DataProvider | DataProvider |
| xp.system.DialogResult | Various constants used in Dialog controls |
| xp.system.Dimension | The Dimension class encapsulates the width and height of a component (in integer precision) in a single object. The class is associated with certain properties of components. Normally the values of width and height are non-negative integers. The constructors that allow you to create a dimension do not prevent you from setting a negative value for these properties. If the value of width or height is negative, the behavior of some methods defined by other objects is undefined. |
| xp.system.DispatcherObject | Base class for all objects that dispatch events. |
| xp.system.Extensions | |
| xp.system.Font | |
| xp.system.FontManager | Dynamically load embedded fonts from a shared library |
| xp.system.FormDesc | FormDesc A form Descriptor used by MDController to hold specifications of forms to be created on demand |
| xp.system.FormSizer | Provides an author time size framework for a form |
| xp.system.GradientBrush | An abstract class that describes a gradient fill. |
| xp.system.GraphicBrush | Base class for brushes containing graphics. |
| xp.system.Group | |
| xp.system.GroupHeading | |
| xp.system.IdleTimer | IdleTimer A timer object that monitors when the mouse is idle and fires an idle event |
| xp.system.ImageBrush | A brush containing a single scable image. |
| xp.system.ImageGridBrush | Fills an entire area with an image. Portions of the image are stretched to fit within defined margins. |
| xp.system.ItemsBorder | Border object for drawing row borders |
| xp.system.LinearGradientBrush | |
| xp.system.Logger | Logger A basic in logger |
| xp.system.ObjectDumper | Dump an object to string for debugging |
| xp.system.Point | Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane. |
| xp.system.RadialGradientBrush | Defines a radial gradient used to fill an area. |
| xp.system.Rect | Represents a rectangular structure |
| xp.system.Resource | Resource Generic resource object to be loaded |
| xp.system.ResourceDictionary | ResourceDictionary A heirarchical dictionary object |
| xp.system.RowBorder | Border object for drawing row borders |
| xp.system.RowBrush | A brush for painting row background and border |
| xp.system.SolidColorBrush | Defines a brush of a single color. |
| xp.system.Stroke | The stroke of a line |
| xp.system.SystemCapabilites | |
| xp.system.SystemManager | |
| xp.system.SystemResources | SystemResources Global system level application resources |
| xp.system.Thickness | Describes the thickness of a frame around a rectangle. The class is associated with certain properties of components. Normally the values of left, right, top and bottom are non-negative integers. The constructors that allow you to create a thickness do not prevent you from setting a negative value for these properties. If the values are negative, the behavior of some methods defined by other objects is undefined. |
| xp.system.ThreeDBrush | Defines a a brush used to create a 3D border effect |
| xp.system.ToolTip | Tooltip Represents a small rectangular pop-up window that displays a brief description of a control's purpose when the mouse hovers over the control. Displays a custom Tooltip in the application window The tooltip consist of a message box below an arrow pointer The ToolTip class allows you to provide help to users when they place the mouse cursor over a control. The ToolTip class is typically used to alert users to the intended use of a control. For example, you could specify ToolTip text for a TextInput control that accepts a name, specifying the format of the name to typed into the control. In addition to providing help, you can also use the ToolTip class to provide run time status information. For example, you could use the ToolTip class to display field data when the user moves the mouse cursor over a list control. The ToolTipService class provides properties that enable you to modify how long and how quickly a ToolTip window is displayed. The AutoPopDelay determines how long a ToolTip window is displayed; the InitialDelay and ReshowDelay properties determine the delay before a ToolTip window is displayed. |
| xp.system.ToolTipService | Provides a system implementation for displaying a ToolTip |
| xp.system.TreeDragManager | Manages dragging a tree node |
| xp.system.TreeEditManager | Manages editing nodes in a TreeView. |
| xp.system.UIConstants | Various constants used in UI controls |
| xp.system.UIControl | Base class for all controls in the xpcomponent framework |
| xp.system.UIGraphics | UIGraphics Drawing routines to help Border class draw backgrounds and borders |
Interface Summary | |
| xp.system.IBorder | IBorder Interface implemented by all border/background renderers. |
| xp.system.IBrush | Interface implemented by all Brushes |
| xp.system.IButtonControl | Allows a control to act like a button on a form. |
| xp.system.ICloneable | ICloneable A class implements the Cloneable interface to indicate to the Object.clone() method that it is legal for that method to make a field-for-field copy of instances of that class. Invoking Object's clone method on an instance that does not implement the Cloneable interface results in the exception CloneNotSupportedException being thrown. By convention, classes that implement this interface should override Object.clone (which is protected) with a public method. See Object.clone() for details on overriding this method. Note that this interface does not contain the clone method. Therefore, it is not possible to clone an object merely by virtue of the fact that it implements this interface. Even if the clone method is invoked reflectively, there is no guarantee that it will succeed. |
| xp.system.ICommonDialogs | |
| xp.system.IEditManager | Interface implemented by all row/cell edit managers |
| xp.system.ILayoutManager | Controls the layout of controls in a container |
| xp.system.IScrollTarget | IScrollTarget Interface implemented by all scroll targets |
| xp.system.IUIObject | IUIObject Interface implemnted by all UI objects |