Package com.ms.ui |
![]() Previous |
![]() Packages |
![]() Index |
![]() Next |
The com.ms.ui package provides cross-platform access to user interface controls.
This package contains the following classes.
Class UIApplet | A class that manages an extended Applet object. |
Class UIBand | A class that implements a band control, which provides a container for buttons and other controls on an adjustable toolbar. |
Class UIBandBox | A class that implements a band box control, which contains multiple band controls. |
Class UIBandThumb | A class that implements a band thumb control, which provides a tool on a band control to allow maximizing and sliding of the control. |
Class UIBarLayout | A class that implements a layout manager for a bar object, such as a toolbar. |
Class UIButton | An abstract class that manages an extended button control. |
Class UICanvas | A class that manages an extended Canvas object. |
Class UICheckButton | A class that implements a check box button control. |
Class UIChoice | A class that implements a choice control (combo box). |
Class UIColumnHeader | A class that manages column headers. |
Class UIColumnViewer | A class that manages column viewing. |
Class UIDrawText | A class that manages the display of read-only text. |
Class UIEdit | A class that implements an edit control. |
Class UIExpandButton | A class that implements a tree expander button. |
Class UIFixedFlowLayout | A class that implements a fixed-width flow layout manager. |
Class UIFrame | A class that manages an extended Frame object. |
Class UIGraphic | A class that manages a static graphic object, used to display graphical information. |
Class UIHeaderRow | A class that manages row headers. |
Class UIItem | A class that manages a static item object, used to display both graphical and text information. |
Class UILayoutManager | An abstract class that manages an extended layout manager. |
Class UILine | A class that implements painting a single line. |
Class UIList | A class that implements a list control. |
Class UIMarquee | A class that implements a marquee control. |
Class UIMenuButton | A class that implements a menu button control. |
Class UIMenuItem | A class that implements a menu item control. |
Class UIMenuLauncher | An abstract class that manages a menu launcher control. |
Class UIMenuList | A class that implements a menu list control. |
Class UIPanel | A class that manages an extended Panel object. |
Class UIPopup | A class that implements a pop-up menu container. |
Class UIProgress | A class that implements a progress monitoring control. |
Class UIPushButton | A class that implements a push button control. |
Class UIRadioButton | A class that implements a radio button control. |
Class UIRadioTree | A class that implements a radio selection tree control. |
Class UIRow | A class that manages rows. |
Class UIRowLayout | A class that implements a row layout manager. |
Class UIRepeatButton | A class that manages a repeating push button control. |
Class UIScroll | A class that manages a scroll track object. |
Class UIScrollBar | A class that manages a scroll bar control. |
Class UIScrollThumb | A class that manages a scroll thumb control. |
Class UIScrollViewer | A class that implements a scroll viewer control. |
Class UISelector | An abstract class that manages a selector control. |
Class UISplitLayout | A class that implements a layout manager for a split viewer control. |
Class UISplitViewer | A class that manages a split viewer control. |
Class UIStateGraphic | A class that manages a static state graphic object. |
Class UIStateItem | A class that manages a static state item object. |
Class UIStatic | An abstract class that manages a static object. |
Class UIStatus | A class that implements a status bar control. |
Class UISystem | A class that handles the retrieving of system properties. |
Class UITab | A class that implements a tab control. |
Class UITabLayout | A class that implements a tab layout manager. |
Class UITabList | A class that implements a tab list control. |
Class UITabListLayout | A class that implements a tab list layout manager. |
Class UITabViewer | A class that implements a tab viewer control. |
Class UIText | A class that manages a static text object, used to display text information. |
Class UIThumb | A class that implements a thumb control. |
Class UITree | A class that implements a tree control. |
Class UITreeLayout | A class that implements a tree layout manager. |
Class UIVerticalFlowLayout | A class that implements a vertical flow layout manager. |
Class UIViewer | A class that implements a viewer control. |
Class UIWindow | A class that manages an extended Window object. |
This package contains the following interfaces.
Interface IUIAccessible | Defines an interface for accessing control information that could otherwise be retrieved only by viewing the graphical user interface (GUI). |
Interface IUIBand | Defines an interface for classes that can be band objects. |
Interface IUIComponent | Defines an interface for the extensions to the Component class. |
Interface IUIContainer | Defines an interface for the extensions to the Container class. |
Interface IUILayoutManager | Defines an interface for the extensions to the LayoutManager interface. |
Interface IUIMenuLauncher | Defines an interface for classes that can launch pop-up menus. |
Interface IUIPosition | Defines an interface for classes exposing a spatial position. |
Interface IUIRootContainer | Defines an interface for the extensions to the Container class for all root window classes (Applet, Window, and Frame). |
Interface IUIScroll | Defines an interface for classes that can scroll within a range. |
Interface IUISelector | Defines an interface for classes that manage the selection of child components. |
Interface IUITree | Defines an interface for classes that can be tree nodes. |
© 1997 Microsoft Corporation. All rights reserved. Legal Notices.