|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.go.kokken.Ankou.UIQuery
検索中の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 |
フィールドの詳細 |
static org.apache.log4j.Logger logger
javax.swing.JFrame submitDialog
javax.swing.JLabel docNote
javax.swing.JLabel taminoNote
java.lang.Thread docThread
java.lang.Thread taminoThread
コンストラクタの詳細 |
public UIQuery()
メソッドの詳細 |
public void registerThread(java.lang.Thread doc, java.lang.Thread tamino)
public void open()
public void close()
public void setDocLabel(java.lang.String text)
text
- 書き換える文字列public void setTaminoLabel(java.lang.String text)
text
- 書き換える文字列public void actionPerformed(java.awt.event.ActionEvent e)
java.awt.event.ActionListener
内の actionPerformed
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |