Package | Description |
---|---|
com.borland.silktest.jtf |
The core Java Testing Framework (JTF) classes.
|
com.borland.silktest.jtf.dll |
This package contains classes for calling DLL functions.
|
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.mobile |
This package contains classes for the mobile support.
|
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 | Method and Description |
---|---|
Desktop |
Desktop.getDesktop() |
Desktop |
AbstractTestObject.getDesktop()
Returns the desktop for this object.
|
Modifier and Type | Method and Description |
---|---|
<T extends TestObject> |
MobileBaseState.execute(Desktop desktop) |
<T extends TestObject> |
IBaseState.execute(Desktop desktop)
Executes the base state on the machine as specified by the desktop.
|
<T extends TestObject> |
BrowserBaseState.execute(Desktop desktop) |
<T extends TestObject> |
BaseState.execute(Desktop desktop) |
Constructor and Description |
---|
AbstractTestObject(JtfObjectHandle handle,
Desktop desktop)
Creates a test object with a
JtfObjectHandle . |
BaseGuiTestObject(JtfObjectHandle handle,
Desktop desktop)
Creates a new BaseGuiTestObject with a JtfObjectHandle.
|
CheckBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new CheckBox with a JtfObjectHandle.
|
CheckBoxToolItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new CheckBoxToolItem with a JtfObjectHandle.
|
ComboBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new ComboBox with a JtfObjectHandle.
|
ConsoleWindow(Desktop desktop)
constructs a console window that calls against the given desktop.
|
Control(JtfObjectHandle handle,
Desktop desktop)
Creates a new Control with a JtfObjectHandle.
|
Cursor(Desktop desktop)
constructs a cursor that calls against the given desktop.
|
Dialog(JtfObjectHandle handle,
Desktop desktop)
Creates a new Dialog with a JtfObjectHandle.
|
DropDownToolItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new DropDownToolItem with a JtfObjectHandle.
|
Group(JtfObjectHandle handle,
Desktop desktop)
Creates a new Group with a JtfObjectHandle.
|
GuiTestObject(JtfObjectHandle handle,
Desktop desktop)
Creates a new GuiTestObject with a JtfObjectHandle.
|
HorizontalScrollBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new HorizontalScrollBar with a JtfObjectHandle.
|
Item(JtfObjectHandle handle,
Desktop desktop)
Creates a new Item with a JtfObjectHandle.
|
Label(JtfObjectHandle handle,
Desktop desktop)
Creates a new Label with a JtfObjectHandle.
|
Link(JtfObjectHandle handle,
Desktop desktop)
Creates a new Link with a JtfObjectHandle.
|
ListBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new ListBox with a JtfObjectHandle.
|
Menu(JtfObjectHandle handle,
Desktop desktop)
Creates a new Menu with a JtfObjectHandle.
|
MenuItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new MenuItem with a JtfObjectHandle.
|
PushButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new PushButton with a JtfObjectHandle.
|
PushToolItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new PushToolItem with a JtfObjectHandle.
|
RadioList(JtfObjectHandle handle,
Desktop desktop)
Creates a new RadioList with a JtfObjectHandle.
|
RadioListToolItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new RadioListToolItem with a JtfObjectHandle.
|
Scale(JtfObjectHandle handle,
Desktop desktop)
Creates a new Scale with a JtfObjectHandle.
|
ScrollBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new ScrollBar with a JtfObjectHandle.
|
SeparatorItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new SeparatorItem with a JtfObjectHandle.
|
TabControl(JtfObjectHandle handle,
Desktop desktop)
Creates a new TabControl with a JtfObjectHandle.
|
Table(JtfObjectHandle handle,
Desktop desktop)
Creates a new Table with a JtfObjectHandle.
|
TableColumn(JtfObjectHandle handle,
Desktop desktop)
Creates a new TableColumn with a JtfObjectHandle.
|
TableRow(JtfObjectHandle handle,
Desktop desktop)
Creates a new TableRow with a JtfObjectHandle.
|
TestObject(JtfObjectHandle handle,
Desktop desktop)
Creates a new TestObject with a JtfObjectHandle.
|
TextField(JtfObjectHandle handle,
Desktop desktop)
Creates a new TextField with a JtfObjectHandle.
|
ToggleButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new ToggleButton with a JtfObjectHandle.
|
ToolBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new ToolBar with a JtfObjectHandle.
|
ToolItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new ToolItem with a JtfObjectHandle.
|
Tree(JtfObjectHandle handle,
Desktop desktop)
Creates a new Tree with a JtfObjectHandle.
|
VerticalScrollBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new VerticalScrollBar with a JtfObjectHandle.
|
Window(JtfObjectHandle handle,
Desktop desktop)
Creates a new Window with a JtfObjectHandle.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
DllCall.createAgentDllCall(Class<T> dllInterface,
Desktop desktop)
Returns an object that implements the specified Dll call interface and that will route all calls against the
interface to the Agent where it will load the DLL and execute the calls.
|
static <T> T |
DllCall.createInProcessDllCall(Class<T> dllInterface,
Desktop desktop)
Returns an object that implements the specified Dll call interface and that will route all calls against the
interface to the AUT where it will load the DLL and execute the calls.
|
static void |
DllCall.unloadAllDllsFromAgent(Desktop desktop)
Unloads all currently loaded DLLs from the agent.
|
static <T> boolean |
DllCall.unloadDllFromAgent(Class<T> dll,
Desktop desktop)
Unloads the specified DLL from the agent.
|
Constructor and Description |
---|
FlexAccordion(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexAccordion with a JtfObjectHandle.
|
FlexAdvancedDataGrid(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexAdvancedDataGrid with a JtfObjectHandle.
|
FlexAlert(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexAlert with a JtfObjectHandle.
|
FlexApplication(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexApplication with a JtfObjectHandle.
|
FlexAreaChart(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexAreaChart with a JtfObjectHandle.
|
FlexAreaSeries(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexAreaSeries with a JtfObjectHandle.
|
FlexAxisRenderer(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexAxisRenderer with a JtfObjectHandle.
|
FlexBarChart(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexBarChart with a JtfObjectHandle.
|
FlexBarSeries(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexBarSeries with a JtfObjectHandle.
|
FlexBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexBox with a JtfObjectHandle.
|
FlexBubbleChart(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexBubbleChart with a JtfObjectHandle.
|
FlexBubbleSeries(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexBubbleSeries with a JtfObjectHandle.
|
FlexButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexButton with a JtfObjectHandle.
|
FlexButtonBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexButtonBar with a JtfObjectHandle.
|
FlexCandlestickChart(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexCandlestickChart with a JtfObjectHandle.
|
FlexCandlestickSeries(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexCandlestickSeries with a JtfObjectHandle.
|
FlexCanvas(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexCanvas with a JtfObjectHandle.
|
FlexCartesianChart(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexCartesianChart with a JtfObjectHandle.
|
FlexChart(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexChart with a JtfObjectHandle.
|
FlexChartLegend(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexChartLegend with a JtfObjectHandle.
|
FlexChartSeries(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexChartSeries with a JtfObjectHandle.
|
FlexCheckBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexCheckBox with a JtfObjectHandle.
|
FlexColorPicker(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexColorPicker with a JtfObjectHandle.
|
FlexColumnChart(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexColumnChart with a JtfObjectHandle.
|
FlexColumnSeries(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexColumnSeries with a JtfObjectHandle.
|
FlexComboBase(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexComboBase with a JtfObjectHandle.
|
FlexComboBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexComboBox with a JtfObjectHandle.
|
FlexContainer(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexContainer with a JtfObjectHandle.
|
FlexContainerMovieClip(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexContainerMovieClip with a JtfObjectHandle.
|
FlexDataGrid(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexDataGrid with a JtfObjectHandle.
|
FlexDateChooser(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexDateChooser with a JtfObjectHandle.
|
FlexDateField(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexDateField with a JtfObjectHandle.
|
FlexDisplayObject(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexDisplayObject with a JtfObjectHandle.
|
FlexDividedBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexDividedBox with a JtfObjectHandle.
|
FlexForm(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexForm with a JtfObjectHandle.
|
FlexFormItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexFormItem with a JtfObjectHandle.
|
FlexHLOCChart(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexHLOCChart with a JtfObjectHandle.
|
FlexHLOCSeries(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexHLOCSeries with a JtfObjectHandle.
|
FlexHLOCSeriesBase(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexHLOCSeriesBase with a JtfObjectHandle.
|
FlexImage(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexImage with a JtfObjectHandle.
|
FlexLabel(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexLabel with a JtfObjectHandle.
|
FlexLineChart(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexLineChart with a JtfObjectHandle.
|
FlexLineSeries(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexLineSeries with a JtfObjectHandle.
|
FlexLinkBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexLinkBar with a JtfObjectHandle.
|
FlexList(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexList with a JtfObjectHandle.
|
FlexListBase(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexListBase with a JtfObjectHandle.
|
FlexListLabel(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexListLabel with a JtfObjectHandle.
|
FlexLoader(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexLoader with a JtfObjectHandle.
|
FlexMenu(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexMenu with a JtfObjectHandle.
|
FlexMenuBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexMenuBar with a JtfObjectHandle.
|
FlexNavigationBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexNavigationBar with a JtfObjectHandle.
|
FlexNumericStepper(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexNumericStepper with a JtfObjectHandle.
|
FlexObject(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexObject with a JtfObjectHandle.
|
FlexOLAPDataGrid(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexOLAPDataGrid with a JtfObjectHandle.
|
FlexPanel(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexPanel with a JtfObjectHandle.
|
FlexPieChart(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexPieChart with a JtfObjectHandle.
|
FlexPieSeries(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexPieSeries with a JtfObjectHandle.
|
FlexPlotChart(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexPlotChart with a JtfObjectHandle.
|
FlexPlotSeries(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexPlotSeries with a JtfObjectHandle.
|
FlexPopUpButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexPopUpButton with a JtfObjectHandle.
|
FlexProgressBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexProgressBar with a JtfObjectHandle.
|
FlexRadioButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexRadioButton with a JtfObjectHandle.
|
FlexRepeater(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexRepeater with a JtfObjectHandle.
|
FlexRule(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexRule with a JtfObjectHandle.
|
FlexScrollBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexScrollBar with a JtfObjectHandle.
|
FlexScrollBase(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexScrollBase with a JtfObjectHandle.
|
FlexSlider(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexSlider with a JtfObjectHandle.
|
FlexStandalonePlayer(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexStandalonePlayer with a JtfObjectHandle.
|
FlexTabNavigator(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexTabNavigator with a JtfObjectHandle.
|
FlexTextArea(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexTextArea with a JtfObjectHandle.
|
FlexTitleWindow(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexTitleWindow with a JtfObjectHandle.
|
FlexToggleButtonBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexToggleButtonBar with a JtfObjectHandle.
|
FlexTree(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexTree with a JtfObjectHandle.
|
FlexUIMovieClip(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexUIMovieClip with a JtfObjectHandle.
|
FlexVideoDisplay(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexVideoDisplay with a JtfObjectHandle.
|
FlexViewStack(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexViewStack with a JtfObjectHandle.
|
FlexWindow(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexWindow with a JtfObjectHandle.
|
FlexWindowedApplication(JtfObjectHandle handle,
Desktop desktop)
Creates a new FlexWindowedApplication with a JtfObjectHandle.
|
SparkAirHTML(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkAirHTML with a JtfObjectHandle.
|
SparkApplication(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkApplication with a JtfObjectHandle.
|
SparkBorderContainer(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkBorderContainer with a JtfObjectHandle.
|
SparkButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkButton with a JtfObjectHandle.
|
SparkButtonBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkButtonBar with a JtfObjectHandle.
|
SparkButtonBarButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkButtonBarButton with a JtfObjectHandle.
|
SparkButtonBase(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkButtonBase with a JtfObjectHandle.
|
SparkCheckBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkCheckBox with a JtfObjectHandle.
|
SparkComboBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkComboBox with a JtfObjectHandle.
|
SparkComplexDisplay(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkComplexDisplay with a JtfObjectHandle.
|
SparkDataGrid(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkDataGrid with a JtfObjectHandle.
|
SparkDataGridLabel(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkDataGridLabel with a JtfObjectHandle.
|
SparkDataGroup(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkDataGroup with a JtfObjectHandle.
|
SparkDataRenderer(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkDataRenderer with a JtfObjectHandle.
|
SparkDropDownList(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkDropDownList with a JtfObjectHandle.
|
SparkDropDownListBase(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkDropDownListBase with a JtfObjectHandle.
|
SparkForm(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkForm with a JtfObjectHandle.
|
SparkFormItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkFormItem with a JtfObjectHandle.
|
SparkGroup(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkGroup with a JtfObjectHandle.
|
SparkGroupBase(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkGroupBase with a JtfObjectHandle.
|
SparkImage(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkImage with a JtfObjectHandle.
|
SparkLabel(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkLabel with a JtfObjectHandle.
|
SparkList(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkList with a JtfObjectHandle.
|
SparkListBase(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkListBase with a JtfObjectHandle.
|
SparkListLabel(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkListLabel with a JtfObjectHandle.
|
SparkMuteButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkMuteButton with a JtfObjectHandle.
|
SparkNavigatorContent(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkNavigatorContent with a JtfObjectHandle.
|
SparkNumericStepper(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkNumericStepper with a JtfObjectHandle.
|
SparkObject(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkObject with a JtfObjectHandle.
|
SparkPanel(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkPanel with a JtfObjectHandle.
|
SparkPopUpAnchor(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkPopUpAnchor with a JtfObjectHandle.
|
SparkRadioButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkRadioButton with a JtfObjectHandle.
|
SparkRange(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkRange with a JtfObjectHandle.
|
SparkRichEditableText(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkRichEditableText with a JtfObjectHandle.
|
SparkRichText(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkRichText with a JtfObjectHandle.
|
SparkScrollBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkScrollBar with a JtfObjectHandle.
|
SparkSkinnableContainer(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkSkinnableContainer with a JtfObjectHandle.
|
SparkSkinnableContainerBase(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkSkinnableContainerBase with a JtfObjectHandle.
|
SparkSkinnableDataContainer(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkSkinnableDataContainer with a JtfObjectHandle.
|
SparkSkinnablePopUpContainer(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkSkinnablePopUpContainer with a JtfObjectHandle.
|
SparkSkinnableTextBase(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkSkinnableTextBase with a JtfObjectHandle.
|
SparkSlider(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkSlider with a JtfObjectHandle.
|
SparkSpinner(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkSpinner with a JtfObjectHandle.
|
SparkTabBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkTabBar with a JtfObjectHandle.
|
SparkTextArea(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkTextArea with a JtfObjectHandle.
|
SparkTextBase(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkTextBase with a JtfObjectHandle.
|
SparkTextInput(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkTextInput with a JtfObjectHandle.
|
SparkTileGroup(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkTileGroup with a JtfObjectHandle.
|
SparkTitleWindow(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkTitleWindow with a JtfObjectHandle.
|
SparkToggleButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkToggleButton with a JtfObjectHandle.
|
SparkToggleButtonBase(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkToggleButtonBase with a JtfObjectHandle.
|
SparkTrackBase(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkTrackBase with a JtfObjectHandle.
|
SparkVideoDisplay(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkVideoDisplay with a JtfObjectHandle.
|
SparkVideoPlayer(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkVideoPlayer with a JtfObjectHandle.
|
SparkVolumeBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkVolumeBar with a JtfObjectHandle.
|
SparkWindow(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkWindow with a JtfObjectHandle.
|
SparkWindowedApplication(JtfObjectHandle handle,
Desktop desktop)
Creates a new SparkWindowedApplication with a JtfObjectHandle.
|
Constructor and Description |
---|
CBanner(JtfObjectHandle handle,
Desktop desktop)
Creates a new CBanner with a JtfObjectHandle.
|
CoolBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new CoolBar with a JtfObjectHandle.
|
CoolItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new CoolItem with a JtfObjectHandle.
|
CTabFolder(JtfObjectHandle handle,
Desktop desktop)
Creates a new CTabFolder with a JtfObjectHandle.
|
CTabItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new CTabItem with a JtfObjectHandle.
|
ExpandBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new ExpandBar with a JtfObjectHandle.
|
ExpandItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new ExpandItem with a JtfObjectHandle.
|
HorizontalSash(JtfObjectHandle handle,
Desktop desktop)
Creates a new HorizontalSash with a JtfObjectHandle.
|
Sash(JtfObjectHandle handle,
Desktop desktop)
Creates a new Sash with a JtfObjectHandle.
|
SashForm(JtfObjectHandle handle,
Desktop desktop)
Creates a new SashForm with a JtfObjectHandle.
|
ScrollableControl(JtfObjectHandle handle,
Desktop desktop)
Creates a new ScrollableControl with a JtfObjectHandle.
|
ScrolledComposite(JtfObjectHandle handle,
Desktop desktop)
Creates a new ScrolledComposite with a JtfObjectHandle.
|
Shell(JtfObjectHandle handle,
Desktop desktop)
Creates a new Shell with a JtfObjectHandle.
|
Spinner(JtfObjectHandle handle,
Desktop desktop)
Creates a new Spinner with a JtfObjectHandle.
|
StyledText(JtfObjectHandle handle,
Desktop desktop)
Creates a new StyledText with a JtfObjectHandle.
|
SWTBrowser(JtfObjectHandle handle,
Desktop desktop)
Creates a new SWTBrowser with a JtfObjectHandle.
|
SWTDateTime(JtfObjectHandle handle,
Desktop desktop)
Creates a new SWTDateTime with a JtfObjectHandle.
|
SWTTabControl(JtfObjectHandle handle,
Desktop desktop)
Creates a new SWTTabControl with a JtfObjectHandle.
|
SWTTabItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new SWTTabItem with a JtfObjectHandle.
|
SWTTable(JtfObjectHandle handle,
Desktop desktop)
Creates a new SWTTable with a JtfObjectHandle.
|
SWTTableColumn(JtfObjectHandle handle,
Desktop desktop)
Creates a new SWTTableColumn with a JtfObjectHandle.
|
SWTTableRow(JtfObjectHandle handle,
Desktop desktop)
Creates a new SWTTableRow with a JtfObjectHandle.
|
SWTTree(JtfObjectHandle handle,
Desktop desktop)
Creates a new SWTTree with a JtfObjectHandle.
|
SWTTreeColumn(JtfObjectHandle handle,
Desktop desktop)
Creates a new SWTTreeColumn with a JtfObjectHandle.
|
VerticalSash(JtfObjectHandle handle,
Desktop desktop)
Creates a new VerticalSash with a JtfObjectHandle.
|
ViewForm(JtfObjectHandle handle,
Desktop desktop)
Creates a new ViewForm with a JtfObjectHandle.
|
Constructor and Description |
---|
AccessibleControl(JtfObjectHandle handle,
Desktop desktop)
Creates a new AccessibleControl with a JtfObjectHandle.
|
Header(JtfObjectHandle handle,
Desktop desktop)
Creates a new Header with a JtfObjectHandle.
|
ListView(JtfObjectHandle handle,
Desktop desktop)
Creates a new ListView with a JtfObjectHandle.
|
MonthCalendar(JtfObjectHandle handle,
Desktop desktop)
Creates a new MonthCalendar with a JtfObjectHandle.
|
Pager(JtfObjectHandle handle,
Desktop desktop)
Creates a new Pager with a JtfObjectHandle.
|
ProgressBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new ProgressBar with a JtfObjectHandle.
|
StatusBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new StatusBar with a JtfObjectHandle.
|
UpDown(JtfObjectHandle handle,
Desktop desktop)
Creates a new UpDown with a JtfObjectHandle.
|
Constructor and Description |
---|
CheckedListBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new CheckedListBox with a JtfObjectHandle.
|
DataGrid(JtfObjectHandle handle,
Desktop desktop)
Creates a new DataGrid with a JtfObjectHandle.
|
DataGridColumn(JtfObjectHandle handle,
Desktop desktop)
Creates a new DataGridColumn with a JtfObjectHandle.
|
DataGridItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new DataGridItem with a JtfObjectHandle.
|
DataGridRow(JtfObjectHandle handle,
Desktop desktop)
Creates a new DataGridRow with a JtfObjectHandle.
|
DomainUpDown(JtfObjectHandle handle,
Desktop desktop)
Creates a new DomainUpDown with a JtfObjectHandle.
|
ElementHost(JtfObjectHandle handle,
Desktop desktop)
Creates a new ElementHost with a JtfObjectHandle.
|
FormsHost(JtfObjectHandle handle,
Desktop desktop)
Creates a new FormsHost with a JtfObjectHandle.
|
FormsWindow(JtfObjectHandle handle,
Desktop desktop)
Creates a new FormsWindow with a JtfObjectHandle.
|
MenuStrip(JtfObjectHandle handle,
Desktop desktop)
Creates a new MenuStrip with a JtfObjectHandle.
|
NumericUpDown(JtfObjectHandle handle,
Desktop desktop)
Creates a new NumericUpDown with a JtfObjectHandle.
|
Constructor and Description |
---|
BrowserApplication(JtfObjectHandle handle,
Desktop desktop)
Creates a new BrowserApplication with a JtfObjectHandle.
|
BrowserObject(JtfObjectHandle handle,
Desktop desktop)
Creates a new BrowserObject with a JtfObjectHandle.
|
BrowserWindow(JtfObjectHandle handle,
Desktop desktop)
Creates a new BrowserWindow with a JtfObjectHandle.
|
DomButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new DomButton with a JtfObjectHandle.
|
DomCheckBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new DomCheckBox with a JtfObjectHandle.
|
DomElement(JtfObjectHandle handle,
Desktop desktop)
Creates a new DomElement with a JtfObjectHandle.
|
DomEmbeddedElement(JtfObjectHandle handle,
Desktop desktop)
Creates a new DomEmbeddedElement with a JtfObjectHandle.
|
DomForm(JtfObjectHandle handle,
Desktop desktop)
Creates a new DomForm with a JtfObjectHandle.
|
DomLink(JtfObjectHandle handle,
Desktop desktop)
Creates a new DomLink with a JtfObjectHandle.
|
DomListBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new DomListBox with a JtfObjectHandle.
|
DomRadioButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new DomRadioButton with a JtfObjectHandle.
|
DomTable(JtfObjectHandle handle,
Desktop desktop)
Creates a new DomTable with a JtfObjectHandle.
|
DomTableRow(JtfObjectHandle handle,
Desktop desktop)
Creates a new DomTableRow with a JtfObjectHandle.
|
DomTextField(JtfObjectHandle handle,
Desktop desktop)
Creates a new DomTextField with a JtfObjectHandle.
|
Constructor and Description |
---|
MobileButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new MobileButton with a JtfObjectHandle.
|
MobileDevice(JtfObjectHandle handle,
Desktop desktop)
Creates a new MobileDevice with a JtfObjectHandle.
|
MobileObject(JtfObjectHandle handle,
Desktop desktop)
Creates a new MobileObject with a JtfObjectHandle.
|
MobileTextField(JtfObjectHandle handle,
Desktop desktop)
Creates a new MobileTextField with a JtfObjectHandle.
|
MobileWindow(JtfObjectHandle handle,
Desktop desktop)
Creates a new MobileWindow with a JtfObjectHandle.
|
Constructor and Description |
---|
RumbaField(JtfObjectHandle handle,
Desktop desktop)
Creates a new RumbaField with a JtfObjectHandle.
|
RumbaLabel(JtfObjectHandle handle,
Desktop desktop)
Creates a new RumbaLabel with a JtfObjectHandle.
|
RumbaObject(JtfObjectHandle handle,
Desktop desktop)
Creates a new RumbaObject with a JtfObjectHandle.
|
RumbaScreen(JtfObjectHandle handle,
Desktop desktop)
Creates a new RumbaScreen with a JtfObjectHandle.
|
RumbaTextField(JtfObjectHandle handle,
Desktop desktop)
Creates a new RumbaTextField with a JtfObjectHandle.
|
Constructor and Description |
---|
SapBarChart(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapBarChart with a JtfObjectHandle.
|
SapBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapBox with a JtfObjectHandle.
|
SapButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapButton with a JtfObjectHandle.
|
SapCalendar(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapCalendar with a JtfObjectHandle.
|
SapChart(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapChart with a JtfObjectHandle.
|
SapCheckBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapCheckBox with a JtfObjectHandle.
|
SapColorSelector(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapColorSelector with a JtfObjectHandle.
|
SapComboBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapComboBox with a JtfObjectHandle.
|
SapComponent(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapComponent with a JtfObjectHandle.
|
SapContainer(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapContainer with a JtfObjectHandle.
|
SapContainerShell(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapContainerShell with a JtfObjectHandle.
|
SapContextMenu(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapContextMenu with a JtfObjectHandle.
|
SapCustomControl(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapCustomControl with a JtfObjectHandle.
|
SapDockShell(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapDockShell with a JtfObjectHandle.
|
SapGridView(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapGridView with a JtfObjectHandle.
|
SapHorizontalScrollBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapHorizontalScrollBar with a JtfObjectHandle.
|
SapHTMLViewer(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapHTMLViewer with a JtfObjectHandle.
|
SapLabel(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapLabel with a JtfObjectHandle.
|
SapMenu(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapMenu with a JtfObjectHandle.
|
SapMenubar(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapMenubar with a JtfObjectHandle.
|
SapNetPlan(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapNetPlan with a JtfObjectHandle.
|
SapOfficeIntegration(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapOfficeIntegration with a JtfObjectHandle.
|
SapOkCodeField(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapOkCodeField with a JtfObjectHandle.
|
SapPicture(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapPicture with a JtfObjectHandle.
|
SapRadioButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapRadioButton with a JtfObjectHandle.
|
SapScrollbar(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapScrollbar with a JtfObjectHandle.
|
SapScrollContainer(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapScrollContainer with a JtfObjectHandle.
|
SapShell(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapShell with a JtfObjectHandle.
|
SapSimpleContainer(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapSimpleContainer with a JtfObjectHandle.
|
SapSplitterContainer(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapSplitterContainer with a JtfObjectHandle.
|
SapStatusbar(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapStatusbar with a JtfObjectHandle.
|
SapTab(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapTab with a JtfObjectHandle.
|
SapTable(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapTable with a JtfObjectHandle.
|
SapTabStrip(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapTabStrip with a JtfObjectHandle.
|
SapTextEdit(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapTextEdit with a JtfObjectHandle.
|
SapTextField(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapTextField with a JtfObjectHandle.
|
SapTitlebar(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapTitlebar with a JtfObjectHandle.
|
SapToolbar(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapToolbar with a JtfObjectHandle.
|
SapToolbarControl(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapToolbarControl with a JtfObjectHandle.
|
SapTree(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapTree with a JtfObjectHandle.
|
SapUserArea(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapUserArea with a JtfObjectHandle.
|
SapVerticalScrollBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapVerticalScrollBar with a JtfObjectHandle.
|
SapWindow(JtfObjectHandle handle,
Desktop desktop)
Creates a new SapWindow with a JtfObjectHandle.
|
Constructor and Description |
---|
SLApplication(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLApplication with a JtfObjectHandle.
|
SLAutoCompleteBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLAutoCompleteBox with a JtfObjectHandle.
|
SLBase(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLBase with a JtfObjectHandle.
|
SLButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLButton with a JtfObjectHandle.
|
SLCalendar(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLCalendar with a JtfObjectHandle.
|
SLCalendarButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLCalendarButton with a JtfObjectHandle.
|
SLCalendarDayButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLCalendarDayButton with a JtfObjectHandle.
|
SLCheckBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLCheckBox with a JtfObjectHandle.
|
SLComboBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLComboBox with a JtfObjectHandle.
|
SLComboBoxItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLComboBoxItem with a JtfObjectHandle.
|
SLDataGrid(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLDataGrid with a JtfObjectHandle.
|
SLDataGridCell(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLDataGridCell with a JtfObjectHandle.
|
SLDataGridDetails(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLDataGridDetails with a JtfObjectHandle.
|
SLDataGridRow(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLDataGridRow with a JtfObjectHandle.
|
SLDataPager(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLDataPager with a JtfObjectHandle.
|
SLDatePicker(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLDatePicker with a JtfObjectHandle.
|
SLDescriptionViewer(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLDescriptionViewer with a JtfObjectHandle.
|
SLFrame(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLFrame with a JtfObjectHandle.
|
SLGridSplitter(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLGridSplitter with a JtfObjectHandle.
|
SLGroup(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLGroup with a JtfObjectHandle.
|
SLHeader(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLHeader with a JtfObjectHandle.
|
SLHeaderItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLHeaderItem with a JtfObjectHandle.
|
SLHorizontalScrollBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLHorizontalScrollBar with a JtfObjectHandle.
|
SLHyperlinkButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLHyperlinkButton with a JtfObjectHandle.
|
SLImage(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLImage with a JtfObjectHandle.
|
SLListBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLListBox with a JtfObjectHandle.
|
SLListItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLListItem with a JtfObjectHandle.
|
SLMediaElement(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLMediaElement with a JtfObjectHandle.
|
SLMenu(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLMenu with a JtfObjectHandle.
|
SLMenuBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLMenuBar with a JtfObjectHandle.
|
SLMenuItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLMenuItem with a JtfObjectHandle.
|
SLMultiScaleImage(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLMultiScaleImage with a JtfObjectHandle.
|
SLPane(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLPane with a JtfObjectHandle.
|
SLPasswordBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLPasswordBox with a JtfObjectHandle.
|
SLPopup(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLPopup with a JtfObjectHandle.
|
SLProgressBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLProgressBar with a JtfObjectHandle.
|
SLRadioButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLRadioButton with a JtfObjectHandle.
|
SLRepeatButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLRepeatButton with a JtfObjectHandle.
|
SLRichTextBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLRichTextBox with a JtfObjectHandle.
|
SLSeparator(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLSeparator with a JtfObjectHandle.
|
SLSlider(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLSlider with a JtfObjectHandle.
|
SLSpinner(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLSpinner with a JtfObjectHandle.
|
SLSplitButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLSplitButton with a JtfObjectHandle.
|
SLStatusBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLStatusBar with a JtfObjectHandle.
|
SLTabControl(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLTabControl with a JtfObjectHandle.
|
SLTabItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLTabItem with a JtfObjectHandle.
|
SLTable(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLTable with a JtfObjectHandle.
|
SLTextBlock(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLTextBlock with a JtfObjectHandle.
|
SLTextBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLTextBox with a JtfObjectHandle.
|
SLThumb(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLThumb with a JtfObjectHandle.
|
SLTitleBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLTitleBar with a JtfObjectHandle.
|
SLToggleButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLToggleButton with a JtfObjectHandle.
|
SLToolBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLToolBar with a JtfObjectHandle.
|
SLToolTip(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLToolTip with a JtfObjectHandle.
|
SLTreeView(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLTreeView with a JtfObjectHandle.
|
SLTreeViewItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLTreeViewItem with a JtfObjectHandle.
|
SLValidationSummary(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLValidationSummary with a JtfObjectHandle.
|
SLVerticalScrollBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLVerticalScrollBar with a JtfObjectHandle.
|
SLWindow(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLWindow with a JtfObjectHandle.
|
Constructor and Description |
---|
AbstractButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new AbstractButton with a JtfObjectHandle.
|
Applet(JtfObjectHandle handle,
Desktop desktop)
Creates a new Applet with a JtfObjectHandle.
|
AppletContainer(JtfObjectHandle handle,
Desktop desktop)
Creates a new AppletContainer with a JtfObjectHandle.
|
AWTButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new AWTButton with a JtfObjectHandle.
|
AWTCanvas(JtfObjectHandle handle,
Desktop desktop)
Creates a new AWTCanvas with a JtfObjectHandle.
|
AWTCheckbox(JtfObjectHandle handle,
Desktop desktop)
Creates a new AWTCheckbox with a JtfObjectHandle.
|
AWTCheckboxMenuItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new AWTCheckboxMenuItem with a JtfObjectHandle.
|
AWTChoice(JtfObjectHandle handle,
Desktop desktop)
Creates a new AWTChoice with a JtfObjectHandle.
|
AWTComponent(JtfObjectHandle handle,
Desktop desktop)
Creates a new AWTComponent with a JtfObjectHandle.
|
AWTContainer(JtfObjectHandle handle,
Desktop desktop)
Creates a new AWTContainer with a JtfObjectHandle.
|
AWTDialog(JtfObjectHandle handle,
Desktop desktop)
Creates a new AWTDialog with a JtfObjectHandle.
|
AWTFrame(JtfObjectHandle handle,
Desktop desktop)
Creates a new AWTFrame with a JtfObjectHandle.
|
AWTHorizontalScrollbar(JtfObjectHandle handle,
Desktop desktop)
Creates a new AWTHorizontalScrollbar with a JtfObjectHandle.
|
AWTLabel(JtfObjectHandle handle,
Desktop desktop)
Creates a new AWTLabel with a JtfObjectHandle.
|
AWTList(JtfObjectHandle handle,
Desktop desktop)
Creates a new AWTList with a JtfObjectHandle.
|
AWTMenu(JtfObjectHandle handle,
Desktop desktop)
Creates a new AWTMenu with a JtfObjectHandle.
|
AWTMenuComponent(JtfObjectHandle handle,
Desktop desktop)
Creates a new AWTMenuComponent with a JtfObjectHandle.
|
AWTMenuItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new AWTMenuItem with a JtfObjectHandle.
|
AWTRadioButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new AWTRadioButton with a JtfObjectHandle.
|
AWTScrollbar(JtfObjectHandle handle,
Desktop desktop)
Creates a new AWTScrollbar with a JtfObjectHandle.
|
AWTScrollPane(JtfObjectHandle handle,
Desktop desktop)
Creates a new AWTScrollPane with a JtfObjectHandle.
|
AWTTextArea(JtfObjectHandle handle,
Desktop desktop)
Creates a new AWTTextArea with a JtfObjectHandle.
|
AWTTextComponent(JtfObjectHandle handle,
Desktop desktop)
Creates a new AWTTextComponent with a JtfObjectHandle.
|
AWTTextField(JtfObjectHandle handle,
Desktop desktop)
Creates a new AWTTextField with a JtfObjectHandle.
|
AWTVerticalScrollbar(JtfObjectHandle handle,
Desktop desktop)
Creates a new AWTVerticalScrollbar with a JtfObjectHandle.
|
AWTWindow(JtfObjectHandle handle,
Desktop desktop)
Creates a new AWTWindow with a JtfObjectHandle.
|
BasicArrowButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new BasicArrowButton with a JtfObjectHandle.
|
JButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new JButton with a JtfObjectHandle.
|
JCheckBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new JCheckBox with a JtfObjectHandle.
|
JCheckBoxMenuItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new JCheckBoxMenuItem with a JtfObjectHandle.
|
JColorChooser(JtfObjectHandle handle,
Desktop desktop)
Creates a new JColorChooser with a JtfObjectHandle.
|
JComboBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new JComboBox with a JtfObjectHandle.
|
JComponent(JtfObjectHandle handle,
Desktop desktop)
Creates a new JComponent with a JtfObjectHandle.
|
JDesktopPane(JtfObjectHandle handle,
Desktop desktop)
Creates a new JDesktopPane with a JtfObjectHandle.
|
JDialog(JtfObjectHandle handle,
Desktop desktop)
Creates a new JDialog with a JtfObjectHandle.
|
JEditorPane(JtfObjectHandle handle,
Desktop desktop)
Creates a new JEditorPane with a JtfObjectHandle.
|
JFrame(JtfObjectHandle handle,
Desktop desktop)
Creates a new JFrame with a JtfObjectHandle.
|
JHorizontalScrollBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new JHorizontalScrollBar with a JtfObjectHandle.
|
JLabel(JtfObjectHandle handle,
Desktop desktop)
Creates a new JLabel with a JtfObjectHandle.
|
JLayeredPane(JtfObjectHandle handle,
Desktop desktop)
Creates a new JLayeredPane with a JtfObjectHandle.
|
JList(JtfObjectHandle handle,
Desktop desktop)
Creates a new JList with a JtfObjectHandle.
|
JMenu(JtfObjectHandle handle,
Desktop desktop)
Creates a new JMenu with a JtfObjectHandle.
|
JMenuBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new JMenuBar with a JtfObjectHandle.
|
JMenuItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new JMenuItem with a JtfObjectHandle.
|
JPanel(JtfObjectHandle handle,
Desktop desktop)
Creates a new JPanel with a JtfObjectHandle.
|
JPasswordField(JtfObjectHandle handle,
Desktop desktop)
Creates a new JPasswordField with a JtfObjectHandle.
|
JPopupMenu(JtfObjectHandle handle,
Desktop desktop)
Creates a new JPopupMenu with a JtfObjectHandle.
|
JProgressBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new JProgressBar with a JtfObjectHandle.
|
JRadioButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new JRadioButton with a JtfObjectHandle.
|
JRadioButtonMenuItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new JRadioButtonMenuItem with a JtfObjectHandle.
|
JRootPane(JtfObjectHandle handle,
Desktop desktop)
Creates a new JRootPane with a JtfObjectHandle.
|
JScrollBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new JScrollBar with a JtfObjectHandle.
|
JScrollPane(JtfObjectHandle handle,
Desktop desktop)
Creates a new JScrollPane with a JtfObjectHandle.
|
JSlider(JtfObjectHandle handle,
Desktop desktop)
Creates a new JSlider with a JtfObjectHandle.
|
JSpinner(JtfObjectHandle handle,
Desktop desktop)
Creates a new JSpinner with a JtfObjectHandle.
|
JSplitPane(JtfObjectHandle handle,
Desktop desktop)
Creates a new JSplitPane with a JtfObjectHandle.
|
JTabbedPane(JtfObjectHandle handle,
Desktop desktop)
Creates a new JTabbedPane with a JtfObjectHandle.
|
JTable(JtfObjectHandle handle,
Desktop desktop)
Creates a new JTable with a JtfObjectHandle.
|
JTableHeader(JtfObjectHandle handle,
Desktop desktop)
Creates a new JTableHeader with a JtfObjectHandle.
|
JTextArea(JtfObjectHandle handle,
Desktop desktop)
Creates a new JTextArea with a JtfObjectHandle.
|
JTextComponent(JtfObjectHandle handle,
Desktop desktop)
Creates a new JTextComponent with a JtfObjectHandle.
|
JTextField(JtfObjectHandle handle,
Desktop desktop)
Creates a new JTextField with a JtfObjectHandle.
|
JTextPane(JtfObjectHandle handle,
Desktop desktop)
Creates a new JTextPane with a JtfObjectHandle.
|
JToggleButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new JToggleButton with a JtfObjectHandle.
|
JToolBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new JToolBar with a JtfObjectHandle.
|
JTree(JtfObjectHandle handle,
Desktop desktop)
Creates a new JTree with a JtfObjectHandle.
|
JVerticalScrollBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new JVerticalScrollBar with a JtfObjectHandle.
|
JViewport(JtfObjectHandle handle,
Desktop desktop)
Creates a new JViewport with a JtfObjectHandle.
|
JWindow(JtfObjectHandle handle,
Desktop desktop)
Creates a new JWindow with a JtfObjectHandle.
|
OracleFormsApplication(JtfObjectHandle handle,
Desktop desktop)
Creates a new OracleFormsApplication with a JtfObjectHandle.
|
OracleFormsButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new OracleFormsButton with a JtfObjectHandle.
|
OracleFormsCheckbox(JtfObjectHandle handle,
Desktop desktop)
Creates a new OracleFormsCheckbox with a JtfObjectHandle.
|
OracleFormsChoice(JtfObjectHandle handle,
Desktop desktop)
Creates a new OracleFormsChoice with a JtfObjectHandle.
|
OracleFormsComboBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new OracleFormsComboBox with a JtfObjectHandle.
|
OracleFormsContainer(JtfObjectHandle handle,
Desktop desktop)
Creates a new OracleFormsContainer with a JtfObjectHandle.
|
OracleFormsHorizontalScrollbar(JtfObjectHandle handle,
Desktop desktop)
Creates a new OracleFormsHorizontalScrollbar with a JtfObjectHandle.
|
OracleFormsLabel(JtfObjectHandle handle,
Desktop desktop)
Creates a new OracleFormsLabel with a JtfObjectHandle.
|
OracleFormsListBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new OracleFormsListBox with a JtfObjectHandle.
|
OracleFormsListView(JtfObjectHandle handle,
Desktop desktop)
Creates a new OracleFormsListView with a JtfObjectHandle.
|
OracleFormsMenu(JtfObjectHandle handle,
Desktop desktop)
Creates a new OracleFormsMenu with a JtfObjectHandle.
|
OracleFormsMenuItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new OracleFormsMenuItem with a JtfObjectHandle.
|
OracleFormsPopList(JtfObjectHandle handle,
Desktop desktop)
Creates a new OracleFormsPopList with a JtfObjectHandle.
|
OracleFormsPopupMenu(JtfObjectHandle handle,
Desktop desktop)
Creates a new OracleFormsPopupMenu with a JtfObjectHandle.
|
OracleFormsRadioButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new OracleFormsRadioButton with a JtfObjectHandle.
|
OracleFormsScrollbar(JtfObjectHandle handle,
Desktop desktop)
Creates a new OracleFormsScrollbar with a JtfObjectHandle.
|
OracleFormsStatusArea(JtfObjectHandle handle,
Desktop desktop)
Creates a new OracleFormsStatusArea with a JtfObjectHandle.
|
OracleFormsStatusBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new OracleFormsStatusBar with a JtfObjectHandle.
|
OracleFormsStatusBarItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new OracleFormsStatusBarItem with a JtfObjectHandle.
|
OracleFormsStatusIndicator(JtfObjectHandle handle,
Desktop desktop)
Creates a new OracleFormsStatusIndicator with a JtfObjectHandle.
|
OracleFormsTabBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new OracleFormsTabBar with a JtfObjectHandle.
|
OracleFormsTabBarItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new OracleFormsTabBarItem with a JtfObjectHandle.
|
OracleFormsTabPanel(JtfObjectHandle handle,
Desktop desktop)
Creates a new OracleFormsTabPanel with a JtfObjectHandle.
|
OracleFormsTextField(JtfObjectHandle handle,
Desktop desktop)
Creates a new OracleFormsTextField with a JtfObjectHandle.
|
OracleFormsTitleBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new OracleFormsTitleBar with a JtfObjectHandle.
|
OracleFormsToolBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new OracleFormsToolBar with a JtfObjectHandle.
|
OracleFormsToolBarItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new OracleFormsToolBarItem with a JtfObjectHandle.
|
OracleFormsTree(JtfObjectHandle handle,
Desktop desktop)
Creates a new OracleFormsTree with a JtfObjectHandle.
|
OracleFormsVerticalScrollbar(JtfObjectHandle handle,
Desktop desktop)
Creates a new OracleFormsVerticalScrollbar with a JtfObjectHandle.
|
SplitPaneDivider(JtfObjectHandle handle,
Desktop desktop)
Creates a new SplitPaneDivider with a JtfObjectHandle.
|
Constructor and Description |
---|
WPFBase(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFBase with a JtfObjectHandle.
|
WPFButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFButton with a JtfObjectHandle.
|
WPFButtonBase(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFButtonBase with a JtfObjectHandle.
|
WPFCalendar(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFCalendar with a JtfObjectHandle.
|
WPFCheckBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFCheckBox with a JtfObjectHandle.
|
WPFColumnHeader(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFColumnHeader with a JtfObjectHandle.
|
WPFComboBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFComboBox with a JtfObjectHandle.
|
WPFComboBoxItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFComboBoxItem with a JtfObjectHandle.
|
WPFContentControl(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFContentControl with a JtfObjectHandle.
|
WPFContextMenu(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFContextMenu with a JtfObjectHandle.
|
WPFControl(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFControl with a JtfObjectHandle.
|
WPFDataGrid(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFDataGrid with a JtfObjectHandle.
|
WPFDataGridCell(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFDataGridCell with a JtfObjectHandle.
|
WPFDataGridColumnHeader(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFDataGridColumnHeader with a JtfObjectHandle.
|
WPFDataGridRow(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFDataGridRow with a JtfObjectHandle.
|
WPFDataGridRowHeader(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFDataGridRowHeader with a JtfObjectHandle.
|
WPFDatePicker(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFDatePicker with a JtfObjectHandle.
|
WPFDocumentViewer(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFDocumentViewer with a JtfObjectHandle.
|
WPFDocumentViewerBase(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFDocumentViewerBase with a JtfObjectHandle.
|
WPFDrawingVisual(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFDrawingVisual with a JtfObjectHandle.
|
WPFExpander(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFExpander with a JtfObjectHandle.
|
WPFFlowDocumentPageViewer(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFFlowDocumentPageViewer with a JtfObjectHandle.
|
WPFFlowDocumentReader(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFFlowDocumentReader with a JtfObjectHandle.
|
WPFFlowDocumentScrollViewer(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFFlowDocumentScrollViewer with a JtfObjectHandle.
|
WPFFrame(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFFrame with a JtfObjectHandle.
|
WPFFrameworkContentElement(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFFrameworkContentElement with a JtfObjectHandle.
|
WPFFrameworkElement(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFFrameworkElement with a JtfObjectHandle.
|
WPFGridSplitter(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFGridSplitter with a JtfObjectHandle.
|
WPFGroupBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFGroupBox with a JtfObjectHandle.
|
WPFHeaderedContentControl(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFHeaderedContentControl with a JtfObjectHandle.
|
WPFHeaderedItemsControl(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFHeaderedItemsControl with a JtfObjectHandle.
|
WPFHyperlink(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFHyperlink with a JtfObjectHandle.
|
WPFImage(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFImage with a JtfObjectHandle.
|
WPFItemsControl(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFItemsControl with a JtfObjectHandle.
|
WPFLabel(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFLabel with a JtfObjectHandle.
|
WPFListBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFListBox with a JtfObjectHandle.
|
WPFListBoxItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFListBoxItem with a JtfObjectHandle.
|
WPFListView(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFListView with a JtfObjectHandle.
|
WPFListViewItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFListViewItem with a JtfObjectHandle.
|
WPFMediaElement(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFMediaElement with a JtfObjectHandle.
|
WPFMenu(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFMenu with a JtfObjectHandle.
|
WPFMenuBase(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFMenuBase with a JtfObjectHandle.
|
WPFMenuItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFMenuItem with a JtfObjectHandle.
|
WPFMultiSelector(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFMultiSelector with a JtfObjectHandle.
|
WPFNavigationWindow(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFNavigationWindow with a JtfObjectHandle.
|
WPFPage(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFPage with a JtfObjectHandle.
|
WPFPasswordBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFPasswordBox with a JtfObjectHandle.
|
WPFPopup(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFPopup with a JtfObjectHandle.
|
WPFProgressBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFProgressBar with a JtfObjectHandle.
|
WPFRadioButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFRadioButton with a JtfObjectHandle.
|
WPFRangeBase(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFRangeBase with a JtfObjectHandle.
|
WPFRepeatButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFRepeatButton with a JtfObjectHandle.
|
WPFRichTextBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFRichTextBox with a JtfObjectHandle.
|
WPFScrollBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFScrollBar with a JtfObjectHandle.
|
WPFScrollViewer(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFScrollViewer with a JtfObjectHandle.
|
WPFSelector(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFSelector with a JtfObjectHandle.
|
WPFSlider(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFSlider with a JtfObjectHandle.
|
WPFStatusBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFStatusBar with a JtfObjectHandle.
|
WPFStatusBarItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFStatusBarItem with a JtfObjectHandle.
|
WPFStickyNoteControl(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFStickyNoteControl with a JtfObjectHandle.
|
WPFTabControl(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFTabControl with a JtfObjectHandle.
|
WPFTabItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFTabItem with a JtfObjectHandle.
|
WPFTextBlock(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFTextBlock with a JtfObjectHandle.
|
WPFTextBox(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFTextBox with a JtfObjectHandle.
|
WPFTextBoxBase(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFTextBoxBase with a JtfObjectHandle.
|
WPFThumb(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFThumb with a JtfObjectHandle.
|
WPFTickBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFTickBar with a JtfObjectHandle.
|
WPFToggleButton(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFToggleButton with a JtfObjectHandle.
|
WPFToolBar(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFToolBar with a JtfObjectHandle.
|
WPFToolBarTray(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFToolBarTray with a JtfObjectHandle.
|
WPFToolkitCalendar(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFToolkitCalendar with a JtfObjectHandle.
|
WPFToolkitDataGrid(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFToolkitDataGrid with a JtfObjectHandle.
|
WPFToolkitDataGridCell(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFToolkitDataGridCell with a JtfObjectHandle.
|
WPFToolkitDataGridColumnHeader(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFToolkitDataGridColumnHeader with a JtfObjectHandle.
|
WPFToolkitDataGridRow(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFToolkitDataGridRow with a JtfObjectHandle.
|
WPFToolkitDataGridRowHeader(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFToolkitDataGridRowHeader with a JtfObjectHandle.
|
WPFToolkitDatePicker(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFToolkitDatePicker with a JtfObjectHandle.
|
WPFToolTip(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFToolTip with a JtfObjectHandle.
|
WPFTrack(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFTrack with a JtfObjectHandle.
|
WPFTreeView(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFTreeView with a JtfObjectHandle.
|
WPFTreeViewItem(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFTreeViewItem with a JtfObjectHandle.
|
WPFUserControl(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFUserControl with a JtfObjectHandle.
|
WPFViewport3D(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFViewport3D with a JtfObjectHandle.
|
WPFVisual3D(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFVisual3D with a JtfObjectHandle.
|
WPFWindow(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFWindow with a JtfObjectHandle.
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.