|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.go.kokken.Ankou.UIDestSelect
検索対象を設定するクラス。
Qizx/Openによるファイルに対する検索とTaminoに対する QUERYをサポートするため、仮想的に以下の対象表記を 設けました。
1.は、普通のXQuery形式、2.は、変形した形の Tamino DB接続形式で、2.では、http://192.168.1.17/tamino/ までがデータベースのアドレス、mydbがデータベース名 TalkCollectionがコレクション名です。
フィールドの概要 | |
(パッケージプライベート) javax.swing.DefaultListModel |
destination
|
(パッケージプライベート) javax.swing.JFrame |
dialog
|
(パッケージプライベート) boolean |
isCursorInText
|
(パッケージプライベート) boolean |
isVisible
|
(パッケージプライベート) javax.swing.JList |
list
|
(パッケージプライベート) javax.swing.JComboBox |
select
|
(パッケージプライベート) java.lang.String[] |
selectMenu
|
(パッケージプライベート) javax.swing.text.Document |
text
|
(パッケージプライベート) javax.swing.JTextField |
textField
|
コンストラクタの概要 | |
UIDestSelect()
UI インターフェースのSETUP |
メソッドの概要 | |
void |
actionPerformed(java.awt.event.ActionEvent e)
ボタンが押された時などのLISTENER |
void |
changedUpdate(javax.swing.event.DocumentEvent e)
Text was changed. |
java.lang.String |
detectType(java.lang.String element)
doc()形式かそれ以外かを判定します。 |
java.util.Vector |
getConfigAsVector()
現在の設定項目をVector[String]として出力 |
java.util.Vector |
getDocVector()
doc()形式の文字列をさがします。 |
java.lang.String |
getFilename(java.lang.String element)
doc()形式の文字列からファイル名を取り出します。 |
java.util.Vector |
getTaminoVector()
Tamino形式の文字列からファイル名を取り出します。 |
void |
insertUpdate(javax.swing.event.DocumentEvent e)
|
void |
loadConfigFromVector(java.util.Vector v)
現在の設定項目を出力 |
void |
removeUpdate(javax.swing.event.DocumentEvent e)
|
void |
toggleDialog()
ダイアログの表示をオン/オフします。 |
private void |
updateListElement()
Collect info from Text/Select and update element in the List. |
void |
valueChanged()
Select was changed. |
void |
valueChanged(javax.swing.event.ListSelectionEvent e)
List was changed. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
boolean isCursorInText
boolean isVisible
javax.swing.JFrame dialog
javax.swing.DefaultListModel destination
javax.swing.JList list
javax.swing.JTextField textField
javax.swing.text.Document text
javax.swing.JComboBox select
java.lang.String[] selectMenu
コンストラクタの詳細 |
public UIDestSelect()
メソッドの詳細 |
public java.util.Vector getConfigAsVector()
public void loadConfigFromVector(java.util.Vector v) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public void toggleDialog()
public void actionPerformed(java.awt.event.ActionEvent e)
java.awt.event.ActionListener
内の actionPerformed
public void valueChanged()
public void changedUpdate(javax.swing.event.DocumentEvent e)
javax.swing.event.DocumentListener
内の changedUpdate
public void removeUpdate(javax.swing.event.DocumentEvent e)
javax.swing.event.DocumentListener
内の removeUpdate
public void insertUpdate(javax.swing.event.DocumentEvent e)
javax.swing.event.DocumentListener
内の insertUpdate
public void valueChanged(javax.swing.event.ListSelectionEvent e)
javax.swing.event.ListSelectionListener
内の valueChanged
private void updateListElement()
public java.lang.String detectType(java.lang.String element)
element
- 判定対象の文字列
public java.lang.String getFilename(java.lang.String element)
element
- 判定対象の文字列
public java.util.Vector getDocVector()
public java.util.Vector getTaminoVector()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |