|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcvj2.gui.swt.util.WaitCursor
public class WaitCursor
長時間の処理をする間、画面を無効にしてカーソルを変える
入れ子のクラスの概要 | |
---|---|
static interface |
WaitCursor.Work<T>
処理内容 |
メソッドの概要 | ||
---|---|---|
static
|
start(Shell shell,
WaitCursor.Work<T> work)
開始 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
---|
public static <T> T start(Shell shell, WaitCursor.Work<T> work)
work
- 処理内容 (※ 別スレッドで実行される)
処理で何か例外が起きたら、RuntimeException
- を投げる
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |