Package | Description |
---|---|
com.microfocus.silktest.jtf.wpf |
This package contains classes for the WPF TechDomain.
|
com.microfocus.silktest.jtf.wpf.common.types |
This package contains data types for the WPF TechDomain.
|
Modifier and Type | Method and Description |
---|---|
Orientation |
WPFToolBarTray.getOrientation()
Gets the orientation of a ToolBarTray.
|
Orientation |
WPFToolBar.getOrientation()
Gets the orientation of the ToolBar.
|
Orientation |
WPFSlider.getOrientation()
Gets whether the Slider is displayed horizontally or vertically.
|
Orientation |
WPFScrollBar.getOrientation()
Gets whether the ScrollBar is displayed horizontally or vertically.
|
Modifier and Type | Method and Description |
---|---|
double |
WPFFrameworkElement.getMaximumScrollPosition(Orientation orientation)
Retrieves the maximum position of the ScrollViewer.
|
double |
IWPFScrollable.getMaximumScrollPosition(Orientation orientation)
Retrieves the maximum position of the ScrollViewer.
|
double |
WPFFrameworkElement.getScrollPosition(Orientation orientation)
Return the position of the ScrollViewer.
|
double |
IWPFScrollable.getScrollPosition(Orientation orientation)
Return the position of the ScrollViewer.
|
void |
WPFFrameworkElement.scrollToPosition(double offset,
Orientation orientation)
Sets the position of the ScrollViewer.
|
void |
IWPFScrollable.scrollToPosition(double offset,
Orientation orientation)
Sets the position of the ScrollViewer.
|
Modifier and Type | Method and Description |
---|---|
static Orientation |
Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Orientation[] |
Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.