public class WindowNativeSupport
extends java.lang.Object
| コンストラクタと説明 |
|---|
WindowNativeSupport() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
isTopMostAvailable() |
void |
setBehindTo(org.eclipse.swt.widgets.Shell shell,
org.eclipse.swt.widgets.Shell behindTo)
shellをbehindToの直後に持ってくる
behindToが親ウィンドウ、shellが子ウィンドウとして、親ウィンドウがアクティブになった時の子ウィンドウの動作を再現
|
void |
setTopMost(org.eclipse.swt.widgets.Shell shell,
boolean topMost)
ウィンドウを最前面に表示するかを設定
|
void |
toggleTitlebar(org.eclipse.swt.widgets.Shell shell,
boolean show)
タイトルバーの表示非表示切り替え
|
public boolean isTopMostAvailable()
public void setTopMost(org.eclipse.swt.widgets.Shell shell,
boolean topMost)
public void setBehindTo(org.eclipse.swt.widgets.Shell shell,
org.eclipse.swt.widgets.Shell behindTo)
public void toggleTitlebar(org.eclipse.swt.widgets.Shell shell,
boolean show)