Main Page | Packages | Class Tree | Index | Help

Package xp.system


Class Summary

xp.system.ApplicationThe Application object


xp.system.BorderBorder
Control the draw of the background and borders of a control


xp.system.Brushes

xp.system.ButtonBorder

xp.system.ClassLoaderClassLoader
Creates new class instances for classes that extend movieclip. Also creates non-class based MovieClips.


xp.system.Colors

xp.system.ColumnA DataGrid column object

xp.system.CompDescA component descriptor containing the specifications of a component to be created on demand.

xp.system.CornerRadiusCornerRadius 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.CursorCursor


xp.system.Cursors

xp.system.DataProviderDataProvider


xp.system.DialogResultVarious constants used in Dialog controls

xp.system.DimensionThe 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.DispatcherObjectBase class for all objects that dispatch events.


xp.system.Extensions

xp.system.Font

xp.system.FontManagerDynamically load embedded fonts from a shared library

xp.system.FormDescFormDesc
A form Descriptor used by MDController to hold specifications of forms to be created on demand


xp.system.FormSizerProvides an author time size framework for a form

xp.system.GradientBrushAn abstract class that describes a gradient fill.

xp.system.GraphicBrushBase class for brushes containing graphics.

xp.system.Group

xp.system.GroupHeading

xp.system.IdleTimerIdleTimer
A timer object that monitors when the mouse is idle and fires an idle event


xp.system.ImageBrushA brush containing a single scable image.

xp.system.ImageGridBrushFills an entire area with an image. Portions of the image are stretched to fit within defined margins.

xp.system.ItemsBorderBorder object for drawing row borders


xp.system.LinearGradientBrush

xp.system.LoggerLogger
A basic in logger


xp.system.ObjectDumperDump an object to string for debugging

xp.system.PointRepresents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane.


xp.system.RadialGradientBrushDefines a radial gradient used to fill an area.

xp.system.RectRepresents a rectangular structure

xp.system.ResourceResource
Generic resource object to be loaded


xp.system.ResourceDictionaryResourceDictionary
A heirarchical dictionary object


xp.system.RowBorderBorder object for drawing row borders


xp.system.RowBrushA brush for painting row background and border


xp.system.SolidColorBrushDefines a brush of a single color.

xp.system.StrokeThe stroke of a line

xp.system.SystemCapabilites

xp.system.SystemManager

xp.system.SystemResourcesSystemResources
Global system level application resources


xp.system.ThicknessDescribes 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.ThreeDBrushDefines a a brush used to create a 3D border effect

xp.system.ToolTipTooltip
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.ToolTipServiceProvides a system implementation for displaying a ToolTip

xp.system.TreeDragManagerManages dragging a tree node


xp.system.TreeEditManagerManages editing nodes in a TreeView.


xp.system.UIConstantsVarious constants used in UI controls

xp.system.UIControlBase class for all controls in the xpcomponent framework


xp.system.UIGraphicsUIGraphics
Drawing routines to help Border class draw backgrounds and borders


Interface Summary

xp.system.IBorderIBorder
Interface implemented by all border/background renderers.


xp.system.IBrushInterface implemented by all Brushes

xp.system.IButtonControlAllows a control to act like a button on a form.


xp.system.ICloneableICloneable 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.IEditManagerInterface implemented by all row/cell edit managers


xp.system.ILayoutManagerControls the layout of controls in a container

xp.system.IScrollTargetIScrollTarget
Interface implemented by all scroll targets


xp.system.IUIObjectIUIObject
Interface implemnted by all UI objects



Generated on 10/30/2005 9:34:02 PM by AS2Doc