Package | Description |
---|---|
com.borland.silktest.jtf |
The core Java Testing Framework (JTF) classes.
|
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.microfocus.silktest.jtf.swing |
This package contains classes for the AWT/Swing TechDomain.
|
Modifier and Type | Method and Description |
---|---|
Range |
ScrollBar.getRange()
Gets the range of the scroll bar.
|
Range |
Scale.getRange()
Gets the range of the scale.
|
Modifier and Type | Method and Description |
---|---|
void |
ScrollBar.setRange(Range range)
Sets the range of the scroll bar.
|
void |
Scale.setRange(Range range)
Sets the range of the scale.
|
Modifier and Type | Method and Description |
---|---|
Range |
Spinner.getRange()
Gets the range of the spinner control.
|
Modifier and Type | Method and Description |
---|---|
void |
Spinner.setRange(Range range)
Sets the range of the spinner control.
|
Modifier and Type | Method and Description |
---|---|
Range |
UpDown.getRange()
Gets the range of the up/down control.
|
Range |
ProgressBar.getRange()
Gets the range of the progress bar control.
|
Modifier and Type | Method and Description |
---|---|
void |
UpDown.setRange(Range range)
Sets the range of the up/down control.
|
void |
ProgressBar.setRange(Range range)
Sets the range of the progress bar control.
|
Modifier and Type | Method and Description |
---|---|
Range |
OracleFormsTree.getHorizontalScrollbarRange()
Gets the range value of the scroll bar.
|
Range |
OracleFormsTextField.getHorizontalScrollbarRange()
Gets the range value of the scroll bar.
|
Range |
OracleFormsListView.getHorizontalScrollbarRange()
Gets the range value of the scroll bar.
|
Range |
OracleFormsListBox.getHorizontalScrollbarRange()
Gets the range value of the scroll bar.
|
Range |
IOracleFormsScrollable.getHorizontalScrollbarRange()
Gets the range value of the scroll bar.
|
Range |
OracleFormsScrollbar.getRange()
Gets the range value of the scroll bar.
|
Range |
JScrollBar.getRange()
Gets the range value of the scroll bar.
|
Range |
IAWTScroller.getRange()
Gets the range value of the scroll bar.
|
Range |
AWTScrollbar.getRange()
Gets the range value of the scroll bar.
|
Range |
OracleFormsTree.getVerticalScrollbarRange()
Gets the range value of the scroll bar.
|
Range |
OracleFormsTextField.getVerticalScrollbarRange()
Gets the range value of the scroll bar.
|
Range |
OracleFormsListView.getVerticalScrollbarRange()
Gets the range value of the scroll bar.
|
Range |
OracleFormsListBox.getVerticalScrollbarRange()
Gets the range value of the scroll bar.
|
Range |
IOracleFormsScrollable.getVerticalScrollbarRange()
Gets the range value of the scroll bar.
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.