Package | Description |
---|---|
com.borland.silktest.jtf |
The core Java Testing Framework (JTF) classes.
|
com.borland.silktest.jtf.flex |
This package contains classes for the Flex TechDomain.
|
com.borland.silktest.jtf.swt |
This package contains classes for the SWT TechDomain.
|
com.borland.silktest.jtf.win32 |
This package contains classes for the Win32 TechDomain.
|
com.borland.silktest.jtf.windowsforms |
This package contains classes for the WindowsForms TechDomain.
|
com.borland.silktest.jtf.xbrowser |
This package contains classes for the xBrowser TechDomain.
|
com.microfocus.silktest.jtf.rumba |
This package contains classes for the Rumba TechDomain.
|
com.microfocus.silktest.jtf.sap |
This package contains classes for the SAP TechDomain.
|
com.microfocus.silktest.jtf.silverlight |
This package contains classes for the Silverlight TechDomain.
|
com.microfocus.silktest.jtf.swing |
This package contains classes for the AWT/Swing TechDomain.
|
com.microfocus.silktest.jtf.wpf |
This package contains classes for the WPF TechDomain.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseGuiTestObject
The base class for GUI objects that can have a context menu.
|
class |
CheckBox
The class for check box controls.
|
class |
CheckBoxToolItem
The class for a check box element in a toolbar control.
|
class |
ComboBox
The class for controls that have both a popup list and a text field.
|
class |
Control
The class for any control in a window.
|
class |
Dialog
The class for dialogs.
|
class |
DropDownToolItem
The class for drop-down element in a toolbar control.
|
class |
Group
The class used to combine controls to give the user visual hints that those controls belong together.
|
class |
GuiTestObject
The base class for all GUI objects.
|
class |
HorizontalScrollBar
The class for horizontal scroll bars.
|
class |
Item
Item base class.
|
class |
Label
The class for static text strings (that is, text that the user cannot change, such as a label).
|
class |
Link
The class that opens the topic location referenced in the source.
|
class |
ListBox
The class for list boxes.
|
class |
Menu
The class for menus.
|
class |
MenuItem
The class for items on a menu.
|
class |
PushButton
The class for buttons.
|
class |
PushToolItem
The class for a pushbutton element in a toolbar control.
|
class |
RadioList
The class for a group of radio buttons, such as the two radio buttons used to specify direction in the Find dialog of the Text Editor application.
|
class |
RadioListToolItem
RadioListToolItem is the class for a radio button element in a toolbar control.
|
class |
Scale
The class for scales.
|
class |
ScrollBar
The class for scroll bars, including the scroll bars that are parts of controls, such as the scroll bar on a list box.
|
class |
SeparatorItem
The class for menu separators.
|
class |
TabControl
The class for tabbed, multi-page dialogs and for button bars.
|
class |
Table
The class for tables.
|
class |
TableColumn
The class for columns in a table.
|
class |
TableRow
The class for rows in a table.
|
class |
TextField
The class for single-line and multi-line fields whose text can be modified by the user.
|
class |
ToggleButton
The class for buttons that have a state that can be changed by selecting the button.
|
class |
ToolBar
The class for tool bar controls.
|
class |
ToolItem
The class for a tool item in a toolbar control.
|
class |
Tree
The class for items organized into graphical hierarchies.
|
class |
VerticalScrollBar
The class for vertical scroll bars.
|
class |
Window
The class for windows that typically can move.
|
Modifier and Type | Class and Description |
---|---|
class |
FlexStandalonePlayer
The Flex Standalone Player.
|
Modifier and Type | Class and Description |
---|---|
class |
CBanner
The class used to layout the toolbar area and perspective switching toolbar in the workbench.
|
class |
CoolBar
A container class that contains SWT widgets, primarily toolbars.
|
class |
CoolItem
Contains selectable user interface objects that represent the areas of a CoolBar that can be dynamically positioned.
|
class |
CTabFolder
Class for an enhanced tab folder, typically having decorated tabs and the minimize, maximize, and close buttons.
|
class |
CTabItem
The class for an enhanced tab within a CTabFolder.
|
class |
ExpandBar
The class for widgets that expand and close by clicking on a header.
|
class |
ExpandItem
The class that contains the expandable items in an ExpandBar.
|
class |
HorizontalSash
The class for the horizontal border around a window pane that can be dragged to adjust the window size.
|
class |
Sash
The class for the border around a window pane that can be dragged to adjust the window size.
|
class |
SashForm
The class for the border around a form that can be dragged to adjust the size of the form.
|
class |
ScrollableControl
The implementation class for all controls which are only classified as controls but also contain a scrollbar.
|
class |
ScrolledComposite
The class for scrollbars and scrolls the content when the user uses the scrollbars.
|
class |
Shell
The class for Java SWT windows.
|
class |
Spinner
The class to enter and modify numeric values for up/down controls.
|
class |
StyledText
The class for an editable user interface object that displays lines of text.
|
class |
SWTBrowser
The class for the browser widget.
|
class |
SWTDateTime
The class for SWT date and time elements in a calendar, date, or time control.
|
class |
SWTTabControl
The class for SWT TabFolder.
|
class |
SWTTabItem
The class for SWT TabItem.
|
class |
SWTTable
The class for SWT tables.
|
class |
SWTTableColumn
The class for columns in an SWT table.
|
class |
SWTTableRow
The class for rows in an SWT table.
|
class |
SWTTree
The class for SWT tree widgets.
|
class |
SWTTreeColumn
The class for columns in a Tree widget.
|
class |
VerticalSash
The class for the vertical border around a window pane that can be dragged to adjust the window size.
|
class |
ViewForm
The class to lay out a view's label/menu/toolbar local bar in the workbench.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessibleControl
The class controls identified by the Accessibility extension.
|
class |
Header
The class for list header controls.
|
class |
ListView
The class for elaborated list controls that support multiple ways of viewing a list of nonhierarchical data.
|
class |
MonthCalendar
The class that selects the calendar date and time.
|
class |
Pager
The class for tabbed, multi-page dialogs and for button bars.
|
class |
ProgressBar
The class for progress bar controls.
|
class |
StatusBar
The class for status bar controls.
|
class |
UpDown
The class for up/down controls.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckedListBox
CheckedListBox represents list boxes that contain a check box.
|
class |
DataGrid
The class for datagrids and data grid view.
|
class |
DataGridColumn
The class for columns in a table.
|
class |
DataGridItem
The class for datagrids and data grid view rows.
|
class |
DataGridRow
The class for rows in a table.
|
class |
DomainUpDown
The class for up/down controls.
|
class |
ElementHost
A Windows Forms control that can be used to host a Windows Presentation Foundation (WPF) element.
|
class |
FormsHost
An element that allows you to host a Windows Forms control on a WPF page.
|
class |
FormsWindow
FormsWindow is the class that represents the top-level window of a Windows Forms application.
|
class |
MenuStrip
MenuStrip is the class that creates a new menu strip for a Windows Forms application.
|
class |
NumericUpDown
The class for numeric up/down controls.
|
Modifier and Type | Class and Description |
---|---|
class |
BrowserApplication
Represents the top-level window of a browser application.
|
Modifier and Type | Class and Description |
---|---|
class |
RumbaField
Represents a field on the green screen.
|
class |
RumbaLabel
A field in the screen whose text can be only be retrieved but not set.
|
class |
RumbaObject
RumbaObject.
|
class |
RumbaScreen
Represents the whole green screen.
|
class |
RumbaTextField
A field in the screen whose text can be both retrieved and set.
|
Modifier and Type | Class and Description |
---|---|
class |
SapBarChart
Class for SAP Bar Chart.
|
class |
SapBox
Class for SAP SapBox.
|
class |
SapButton
SapButton class is the class for push buttons.
|
class |
SapCalendar
SapCalendar class represents a SapCalendar.
|
class |
SapChart
Class for SAP Chart.
|
class |
SapCheckBox
SapCheckBox class is the class for check box controls.
|
class |
SapColorSelector
SapColorSelector class represents a SapColorSelector.
|
class |
SapComboBox
Class for SAP ComboBox.
|
class |
SapComponent
SapComponent class is the base class for SAP.
|
class |
SapContainer
Class for SAP Container.
|
class |
SapContainerShell
Class for SAP ConainerShell.
|
class |
SapContextMenu
The class for SAP context menus.
|
class |
SapCustomControl
Class for SAP CustomControl.
|
class |
SapDockShell
Class for SAP DockShell.
|
class |
SapGridView
Class for SAP GridView.
|
class |
SapHTMLViewer
Class for SAP HTMLView.
|
class |
SapLabel
SapLabel class is the class for all SAP labels.
|
class |
SapMenu
Class for SAP Menu.
|
class |
SapMenubar
Class for SAP MenuBar.
|
class |
SapNetPlan
Class for SAP Net Chart.
|
class |
SapOfficeIntegration
Class for SAP OfficeIntegration.
|
class |
SapOkCodeField
SapOkCodeField class is the class for sap OkCodeField.
|
class |
SapPicture
Class for SAP picture.
|
class |
SapRadioButton
SapRadioButton class is the class for radio button controls.
|
class |
SapScrollContainer
Class for SAP UserArea.
|
class |
SapShell
Class for SAP SapShell.
|
class |
SapSimpleContainer
Class for SAP SimpleContainer.
|
class |
SapSplitterContainer
Class for SAP splitter container.
|
class |
SapStatusbar
Class for SAP statusbar.
|
class |
SapTab
Class for SAP Tab.
|
class |
SapTable
SapTable class is the class for SAP tables.
|
class |
SapTabStrip
Class for SAP tab pane.
|
class |
SapTextEdit
Class for SAP TextEdit.
|
class |
SapTextField
SapTextField is the class for single-line and multi-line fields whose text can be modified by the user.
|
class |
SapTitlebar
Class for SAP Titlebar.
|
class |
SapToolbar
Class for SAP Toolbar.
|
class |
SapToolbarControl
Class for SAP ToolbarControl.
|
class |
SapTree
SapTree class is the class for all SAP trees.
|
class |
SapUserArea
Class for SAP UserArea.
|
class |
SapWindow
SapWindow class is the class for a top-level window.
|
Modifier and Type | Class and Description |
---|---|
class |
SLApplication
The container for Silverlight controls.
|
class |
SLAutoCompleteBox
Represents a control that provides a text box for user input and a drop-down that contains possible matches based on the input in the text box.
|
class |
SLBase
Provides a Silverlight framework-level set of properties, events, and methods for Silverlight elements.
|
class |
SLButton
Identifies a button control.
|
class |
SLCalendar
Identifies a calendar control.
|
class |
SLCalendarButton
Identifies a calendar button.
|
class |
SLCalendarDayButton
Identifies a calendar day button.
|
class |
SLCheckBox
Identifies a check box control.
|
class |
SLComboBox
Identifies a combo box control.
|
class |
SLComboBoxItem
Identifies a combo box item control.
|
class |
SLDataGrid
Identifies a data grid control.
|
class |
SLDataGridCell
Identifies a cell within a row of a data grid control.
|
class |
SLDataGridDetails
Identifies a control that displays additional details within a data grid row.
|
class |
SLDataGridRow
Identifies a row in data grid.
|
class |
SLDataPager
Identifies a data pager for paging through a collection of data.
|
class |
SLDatePicker
Represents a control that allows the user to select a date.
|
class |
SLDescriptionViewer
Identifies a description viewer control.
|
class |
SLFrame
Identifies a frame control.
|
class |
SLGridSplitter
Identifies a grid splitter control.
|
class |
SLGroup
Identifies a group control, which acts as a container for other controls.
|
class |
SLHeader
Identifies a control that provides a visual container for the labels for rows or columns.
|
class |
SLHeaderItem
Identifies a control that provides a visual label for a row or column.
|
class |
SLHorizontalScrollBar
Identifies a horizontal scroll bar.
|
class |
SLHyperlinkButton
Identifies a hyperlink button control.
|
class |
SLImage
Identifies an image control.
|
class |
SLListBox
Identifies a list box control.
|
class |
SLListItem
Identifies a list item control.
|
class |
SLMediaElement
Represents a control that contains audio and/or video.
|
class |
SLMenu
Identifies a menu control.
|
class |
SLMenuBar
Identifies a menu bar control.
|
class |
SLMenuItem
Identifies a menu item control.
|
class |
SLMultiScaleImage
Enables users to open a multi-resolution image, which can be zoomed in on and panned across.
|
class |
SLPane
Identifies a pane that can optionally have scroll bars.
|
class |
SLPasswordBox
Identifies a password box control.
|
class |
SLPopup
Identifies a popup control.
|
class |
SLProgressBar
Identifies a progress bar control.
|
class |
SLRadioButton
Represents a button that allows a user to select a single option from a group of options.
|
class |
SLRepeatButton
Identifies a repeat button control.
|
class |
SLRichTextBox
Identifies a rich text box control.
|
class |
SLSeparator
Identifies a separator control.
|
class |
SLSlider
Identifies a progress bar control.
|
class |
SLSpinner
Identifies a spinner control.
|
class |
SLSplitButton
Identifies a split button control.
|
class |
SLStatusBar
Identifies a status bar control.
|
class |
SLTabControl
Identifies a tab control.
|
class |
SLTabItem
Identifies a tab item control.
|
class |
SLTable
Identifies a table.
|
class |
SLTextBlock
Identifies a control for displaying small amounts of flow content.
|
class |
SLTextBox
Identifies a text box control.
|
class |
SLThumb
Identifies a thumb control.
|
class |
SLTitleBar
Identifies the caption bar on a window.
|
class |
SLToggleButton
Identifies a toggle button control.
|
class |
SLToolBar
Identifies a toolbar control.
|
class |
SLToolTip
Identifies a tooltip control.
|
class |
SLTreeView
Represents a control that displays hierarchical data in a tree structure that has items that can expand and collapse.
|
class |
SLTreeViewItem
Represents a selectable item in a tree control.
|
class |
SLValidationSummary
Identifies a validation summary control.
|
class |
SLVerticalScrollBar
Identifies a vertical scroll bar.
|
class |
SLWindow
Identifies a window control.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractButton
Defines common behaviors for buttons and menu items.
|
class |
Applet
Represents the Java Applet in the browser.
|
class |
AppletContainer
Root element of an Applet in the browser.
|
class |
AWTButton
Represents a push button.
|
class |
AWTCanvas
Represents an empty rectangular area of the screen where the application can draw or trap events from the user.
|
class |
AWTCheckbox
Represents a check box.
|
class |
AWTCheckboxMenuItem
Represents a check box control that can be inserted in a menu item.
|
class |
AWTChoice
Represents a combo box.
|
class |
AWTComponent
AWTComponent is the base class for Java AWT.
|
class |
AWTContainer
Represents a component that can contain other AWT components.
|
class |
AWTDialog
Represents a dialog box.
|
class |
AWTFrame
Represents a top-level window with a title and a border.
|
class |
AWTHorizontalScrollbar
Represents a horizontal scroll bar.
|
class |
AWTLabel
Represents a class for placing text in a container.
|
class |
AWTList
Represents a list box.
|
class |
AWTMenu
Represents a menu component that is accessed from a menu bar.
|
class |
AWTMenuComponent
Represents the base class of all menu-related controls.
|
class |
AWTMenuItem
Represents a menu item.
|
class |
AWTRadioButton
Represents a radio button.
|
class |
AWTScrollbar
Represents a scroll bar.
|
class |
AWTScrollPane
Represents a class that implements automatic horizontal or vertical scrolling for a single child component.
|
class |
AWTTextArea
Represents a text area.
|
class |
AWTTextComponent
Represents the base class for the AWTTextField and AWTTextArea classes.
|
class |
AWTTextField
Represents single-line and multi-line text field controls whose text can be modified by the user.
|
class |
AWTVerticalScrollbar
Represents a vertical scroll bar.
|
class |
AWTWindow
Represents a top-level window with no borders and no menubar.
|
class |
BasicArrowButton
Represents a push button with an arrow in one of the cardinal directions.
|
class |
JButton
Represents a push button.
|
class |
JCheckBox
Represents a check box.
|
class |
JCheckBoxMenuItem
Represents a check box control that can be included in a menu item.
|
class |
JColorChooser
Represents a color chooser.
|
class |
JComboBox
Represents a combo box.
|
class |
JComponent
Represents a class for all components except top-level containers.
|
class |
JDesktopPane
Represents a desktop pane.
|
class |
JDialog
Represents a dialog box.
|
class |
JEditorPane
Represents a text component where you can edit different types of content.
|
class |
JFrame
Represents a class for an extended version of AWTFrame that adds support for Java Swing.
|
class |
JHorizontalScrollBar
Represents a horizontal scroll bar.
|
class |
JLabel
Represents a display area for displaying a short text, image, or both.
|
class |
JLayeredPane
Represents a layered pane.
|
class |
JList
Represents a list box.
|
class |
JMenu
Represents a menu.
|
class |
JMenuBar
Represents a menu bar.
|
class |
JMenuItem
Represents a menu item.
|
class |
JPanel
Represents a container class for lightweight components.
|
class |
JPasswordField
Represents a single-line field that does not show the original characters.
|
class |
JPopupMenu
Represents a context menu.
|
class |
JProgressBar
Displays the progress of an operation.
|
class |
JRadioButton
Represents a radio button.
|
class |
JRadioButtonMenuItem
Represents a radio button menu item.
|
class |
JRootPane
Represents a root pane.
|
class |
JScrollBar
Represents a scroll bar.
|
class |
JScrollPane
Represents a scroll pane which allows scrolling its content which may be larger than the pane itself.
|
class |
JSlider
Represents a slider control which can select a value within a range.
|
class |
JSpinner
Represents a spinner control which can iterate a sequence of values.
|
class |
JSplitPane
Represents a split pane control which divides two components horizontally or vertically.
|
class |
JTabbedPane
Represents a tabbed pane.
|
class |
JTable
Represents a table control which has rows and columns.
|
class |
JTableHeader
Represents table header class for the table component.
|
class |
JTextArea
Represents a multiple-line area control that displays plain text.
|
class |
JTextComponent
Represents a text control that can be marked with attributes that are represented graphically.
|
class |
JTextField
Represents a single-line text field control whose text can be modified by the user.
|
class |
JTextPane
Represents a text pane control that can be marked with attributes that are represented graphically.
|
class |
JToggleButton
Represents a two-state button.
|
class |
JToolBar
Represents a toolbar.
|
class |
JTree
Represents a tree.
|
class |
JVerticalScrollBar
Represents a vertical scroll bar.
|
class |
JViewport
Represents the Swing viewport.
|
class |
JWindow
Represents a container that can be displayed anywhere on the user's desktop.
|
class |
OracleFormsApplication
Represents an Oracle Forms application.
|
class |
OracleFormsButton
Represents a push button.
|
class |
OracleFormsCheckbox
Represents a check box.
|
class |
OracleFormsChoice
Represents a choice.
|
class |
OracleFormsComboBox
Represents a combo box.
|
class |
OracleFormsContainer
Represents a component that can contain other Oracle Forms components.
|
class |
OracleFormsHorizontalScrollbar
Represents a horizontal scroll bar.
|
class |
OracleFormsLabel
Represents a class for placing text in a container.
|
class |
OracleFormsListBox
Represents a ListBox.
|
class |
OracleFormsListView
Represents a listview.
|
class |
OracleFormsMenu
Represents a top-level menu.
|
class |
OracleFormsMenuItem
Represents a selectable item inside a Menu.
|
class |
OracleFormsPopList
Represents a PopList.
|
class |
OracleFormsPopupMenu
Represents a context menu.
|
class |
OracleFormsRadioButton
Represents a radio button.
|
class |
OracleFormsScrollbar
Represents a scroll bar.
|
class |
OracleFormsStatusArea
Represents the area containing status information.
|
class |
OracleFormsStatusBar
Represents a status bar.
|
class |
OracleFormsStatusBarItem
Represents an item within a status bar.
|
class |
OracleFormsStatusIndicator
Represents a status indicator.
|
class |
OracleFormsTabBar
Represents a tab bar.
|
class |
OracleFormsTabBarItem
Represents a tab bar item.
|
class |
OracleFormsTabPanel
Represents a container class for components.
|
class |
OracleFormsTextField
Represents an Oracle Forms text field.
|
class |
OracleFormsTitleBar
Represents a title bar.
|
class |
OracleFormsToolBar
Represents a toolbar.
|
class |
OracleFormsToolBarItem
Represents an element in a toolbar.
|
class |
OracleFormsTree
Represents a tree.
|
class |
OracleFormsVerticalScrollbar
Represents a vertical scroll bar.
|
class |
SplitPaneDivider
Represents a split pane divider.
|
Modifier and Type | Class and Description |
---|---|
class |
WPFBase
Provides a WPF framework-level set of properties, events, and methods for Windows Presentation Foundation (WPF) elements.
|
class |
WPFButton
Represents a Windows button control, which reacts to the ButtonBase.Click event.
|
class |
WPFButtonBase
Represents the base class for all Button controls.
|
class |
WPFCalendar
Represents a control that enables a user to select a date by using a visual calendar display.
|
class |
WPFCheckBox
Represents a check box.
|
class |
WPFColumnHeader
Represents a header column in a ListView control.
|
class |
WPFComboBox
Represents a selection control with a drop-down list that can be shown or hidden by clicking the arrow on the control.
|
class |
WPFComboBoxItem
Represents a selectable item in a ComboBox.
|
class |
WPFContentControl
Represents a control with a single piece of content.
|
class |
WPFContextMenu
A context menu.
|
class |
WPFControl
Represents the base class for user interface (UI) elements that use a ControlTemplate to define their appearance.
|
class |
WPFDataGrid
Represents a control that displays data in a customizable grid.
|
class |
WPFDataGridCell
Represents a cell of a data grid control.
|
class |
WPFDataGridColumnHeader
Represents an individual data grid column header.
|
class |
WPFDataGridRow
Represents a data grid row.
|
class |
WPFDataGridRowHeader
Represents an individual data grid row header.
|
class |
WPFDatePicker
Represents a control that allows the user to select a date.
|
class |
WPFDocumentViewer
Represents a document viewing control that can host paginated FixedDocument content such as an XpsDocument.
|
class |
WPFDocumentViewerBase
Provides a base class for viewers that are intended to display fixed or flow content (represented by a FixedDocument or FlowDocument, respectively).
|
class |
WPFDrawingVisual
DrawingVisual is a visual object that can be used to render vector graphics on the screen.
|
class |
WPFExpander
Represents the control that displays a header that has a collapsible window that displays content.
|
class |
WPFFlowDocumentPageViewer
Represents a control for viewing flow content in a fixed viewing mode that shows content one page at a time.
|
class |
WPFFlowDocumentReader
Represents a control for viewing flow content in a continuous scrolling mode.
|
class |
WPFFlowDocumentScrollViewer
Represents a control for viewing flow content in a continuous scrolling mode.
|
class |
WPFFrame
Represents the base class for all Frame controls.
|
class |
WPFFrameworkContentElement
Base class for all FrameworkContentElement derived classes.
|
class |
WPFFrameworkElement
Provides a set of properties and methods for FrameworkElement derived classes.
|
class |
WPFGridSplitter
Represents the control that redistributes space between columns or rows of a Grid control.
|
class |
WPFGroupBox
Represents a control that creates a container that has a border and a header.
|
class |
WPFHeaderedContentControl
Provides the base implementation for all controls that contain single content and have a header.
|
class |
WPFHeaderedItemsControl
Represents the base class for user interface (UI) elements that use a ControlTemplate to define their appearance.
|
class |
WPFHyperlink
Represents Hyperlinks that can be embedded as child controls or inside text.
|
class |
WPFImage
Represents a control that displays an image.
|
class |
WPFItemsControl
Represents a control that can be used to present a collection of items.
|
class |
WPFLabel
Represents the text label for a control.
|
class |
WPFListBox
Contains a list of selectable items.
|
class |
WPFListBoxItem
Represents a selectable item in a ListBox.
|
class |
WPFListView
Represents a control that displays a list of data items.
|
class |
WPFListViewItem
Represents an item in a ListView control.
|
class |
WPFMediaElement
Represents a control that contains audio and/or video.
|
class |
WPFMenu
Represents a Windows menu control that enables you to hierarchically organize elements associated with commands and event handlers.
|
class |
WPFMenuBase
Represents a control that defines choices for users to select.
|
class |
WPFMenuItem
Represents a selectable item inside a Menu.
|
class |
WPFMultiSelector
Provides an abstract class for controls that allow multiple items to be selected.
|
class |
WPFNavigationWindow
Represents a window that supports content navigation.
|
class |
WPFPage
Encapsulates a page of content that can be navigated to and hosted by Windows Internet Explorer, NavigationWindow, and Frame.
|
class |
WPFPasswordBox
Represents a PasswordBox control.
|
class |
WPFPopup
Represents a pop-up window that has content.
|
class |
WPFProgressBar
Represents a ProgressBar control.
|
class |
WPFRadioButton
Represents a radio button.
|
class |
WPFRangeBase
Represents an element that has a value within a specific range.
|
class |
WPFRepeatButton
Represents a control that raises its selection event repeatedly from the time it is pressed until it is released.
|
class |
WPFRichTextBox
Represents a RichTextBox control.
|
class |
WPFScrollBar
Represents a control that provides a scroll bar that has a sliding Thumb whose position corresponds to a value.
|
class |
WPFScrollViewer
Represents a scrollable area that can contain other visible elements.
|
class |
WPFSelector
Represents a control that allows a user to select items from among its child elements.
|
class |
WPFSlider
Represents a control that lets the user select from a range of values by moving a Thumb control along a Track.
|
class |
WPFStatusBar
Represents a control that displays items and information in a horizontal bar in an application window.
|
class |
WPFStatusBarItem
Represents an item of a StatusBar control.
|
class |
WPFStickyNoteControl
Represents a control that lets users attach typed text or handwritten annotations to documents.
|
class |
WPFTabControl
Represents a control that contains multiple items that share the same space on the screen.
|
class |
WPFTabItem
Represents a selectable item inside a TabControl.
|
class |
WPFTextBlock
Represents a control with a single piece of content.
|
class |
WPFTextBox
Represents a control that can be used to display or edit unformatted text.
|
class |
WPFTextBoxBase
Represents a control with a single piece of content.
|
class |
WPFThumb
Represents a control that can be dragged by the user.
|
class |
WPFTickBar
Represents a control that draws a set of tick marks for a Slider control.
|
class |
WPFToggleButton
Represents a toggle button.
|
class |
WPFToolBar
Provides a container for a group of commands or controls.
|
class |
WPFToolBarTray
Represents the container that handles the layout of a ToolBar.
|
class |
WPFToolkitCalendar
Represents a control that enables a user to select a date by using a visual calendar display.
|
class |
WPFToolkitDataGrid
Represents a control that displays data in a customizable grid.
|
class |
WPFToolkitDataGridCell
Represents a cell of a data grid control.
|
class |
WPFToolkitDataGridColumnHeader
Represents an individual data grid column header.
|
class |
WPFToolkitDataGridRow
Represents a data grid row.
|
class |
WPFToolkitDataGridRowHeader
Represents an individual data grid row header.
|
class |
WPFToolkitDatePicker
Represents a control that allows the user to select a date.
|
class |
WPFToolTip
Represents a tool tip.
|
class |
WPFTrack
Represents a control primitive that handles the positioning and sizing of a Thumb control and two RepeatButton controls that are used to set a Value.
|
class |
WPFTreeView
Represents a control that displays hierarchical data in a tree structure that has items that can expand and collapse.
|
class |
WPFTreeViewItem
Represents a selectable item in a TreeView control.
|
class |
WPFUserControl
Provides a simple way to create a control.
|
class |
WPFViewport3D
Provides a rendering surface for 3-D visual content.
|
class |
WPFVisual3D
Provides services and properties common to visual 3-D objects, including hit-testing, coordinate transformation, and bounding box calculations.
|
class |
WPFWindow
Provides the ability to create, configure, show, and manage the lifetime of windows and dialog boxes.
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.