jp.go.kokken.Ankou
クラス UIQuery

java.lang.Object
  拡張jp.go.kokken.Ankou.UIQuery
すべての実装インタフェース:
java.awt.event.ActionListener, java.util.EventListener

public class UIQuery
extends java.lang.Object
implements java.awt.event.ActionListener

検索中のWindow。

QUERY待ちのThreadと中止ボタンのあるWindowを検索中に表示できます、 中止ボタンが押された場合は検索Threadをinterruptし、Timerかなにかが 閉じてくれるのを待ちます。


フィールドの概要
(パッケージプライベート)  javax.swing.JLabel docNote
           
(パッケージプライベート)  java.lang.Thread docThread
           
(パッケージプライベート) static org.apache.log4j.Logger logger
          log4j logger
(パッケージプライベート)  javax.swing.JFrame submitDialog
           
(パッケージプライベート)  javax.swing.JLabel taminoNote
           
(パッケージプライベート)  java.lang.Thread taminoThread
           
 
コンストラクタの概要
UIQuery()
           
 
メソッドの概要
 void actionPerformed(java.awt.event.ActionEvent e)
          ボタンが押された時などのLISTENER
 void close()
          検索中のWINDOWを閉じる
 void open()
          検索中のWINDOWを開く
 void registerThread(java.lang.Thread doc, java.lang.Thread tamino)
           
 void setDocLabel(java.lang.String text)
          docステータスを書き換える
 void setTaminoLabel(java.lang.String text)
          Taminoステータスを書き換える
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

logger

static org.apache.log4j.Logger logger
log4j logger


submitDialog

javax.swing.JFrame submitDialog

docNote

javax.swing.JLabel docNote

taminoNote

javax.swing.JLabel taminoNote

docThread

java.lang.Thread docThread

taminoThread

java.lang.Thread taminoThread
コンストラクタの詳細

UIQuery

public UIQuery()
メソッドの詳細

registerThread

public void registerThread(java.lang.Thread doc,
                           java.lang.Thread tamino)

open

public void open()
検索中のWINDOWを開く


close

public void close()
検索中のWINDOWを閉じる


setDocLabel

public void setDocLabel(java.lang.String text)
docステータスを書き換える

パラメータ:
text - 書き換える文字列

setTaminoLabel

public void setTaminoLabel(java.lang.String text)
Taminoステータスを書き換える

パラメータ:
text - 書き換える文字列

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
ボタンが押された時などのLISTENER

定義:
インタフェース java.awt.event.ActionListener 内の actionPerformed