パッケージ | 説明 |
---|---|
com.microfocus.silktest.jtf.wpf |
このパッケージには、WPF テクノロジ ドメインのクラス群が含まれています。
|
com.microfocus.silktest.jtf.wpf.common.types |
このパッケージには、WPF テクノロジ ドメインのデータ型群が含まれています。
|
修飾子とタイプ | メソッドと説明 |
---|---|
Orientation |
WPFToolBarTray.getOrientation()
[読み取り専用] ToolBarTray の向き。
|
Orientation |
WPFToolBar.getOrientation()
[読み取り専用] ToolBar の向き。
|
Orientation |
WPFSlider.getOrientation()
[読み取り専用] Slider を水平または垂直のどちらで表示するか。
|
Orientation |
WPFScrollBar.getOrientation()
[読み取り専用] ScrollBar を水平または垂直のどちらで表示するか。
|
修飾子とタイプ | メソッドと説明 |
---|---|
double |
WPFFrameworkElement.getMaximumScrollPosition(Orientation orientation)
ScrollViewer の最大位置を取得します。
|
double |
IWPFScrollable.getMaximumScrollPosition(Orientation orientation)
ScrollViewer の最大位置を取得します。
|
double |
WPFFrameworkElement.getScrollPosition(Orientation orientation)
ScrollViewer の位置を返します。
|
double |
IWPFScrollable.getScrollPosition(Orientation orientation)
ScrollViewer の位置を返します。
|
void |
WPFFrameworkElement.scrollToPosition(double offset,
Orientation orientation)
ScrollViewer の位置を設定します。
|
void |
IWPFScrollable.scrollToPosition(double offset,
Orientation orientation)
ScrollViewer の位置を設定します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
static Orientation |
Orientation.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static Orientation[] |
Orientation.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.