cvj2.gui.swt.util
クラス WaitCursor

java.lang.Object
  上位を拡張 cvj2.gui.swt.util.WaitCursor

public class WaitCursor
extends java.lang.Object

長時間の処理をする間、画面を無効にしてカーソルを変える


入れ子のクラスの概要
static interface WaitCursor.Work<T>
          処理内容
 
メソッドの概要
static
<T> T
start(Shell shell, WaitCursor.Work<T> work)
          開始
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

start

public static <T> T start(Shell shell,
                          WaitCursor.Work<T> work)
開始

パラメータ:
work - 処理内容 (※ 別スレッドで実行される)
戻り値:
処理結果
例外:
処理で何か例外が起きたら、RuntimeException - を投げる