jp.co.ogis_ri.citk.policytool.view.common
クラス AutoCompleteDocumentListener

java.lang.Object
  上位を拡張 jp.co.ogis_ri.citk.policytool.view.common.AutoCompleteDocumentListener
すべての実装されたインタフェース:
EventListener, DocumentListener

public class AutoCompleteDocumentListener
extends Object
implements DocumentListener

オートコンプリート機能の DocumentListener.


コンストラクタの概要
AutoCompleteDocumentListener(JComboBox comboBox)
          新しい AutoCompleteDocumentListener を構築する.
 
メソッドの概要
 void changedUpdate(DocumentEvent e)
           
 void insertUpdate(DocumentEvent e)
           
 void removeUpdate(DocumentEvent e)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AutoCompleteDocumentListener

public AutoCompleteDocumentListener(JComboBox comboBox)
新しい AutoCompleteDocumentListener を構築する.

パラメータ:
comboBox - 操作対象のコンボボックス.
メソッドの詳細

insertUpdate

public void insertUpdate(DocumentEvent e)
定義:
インタフェース DocumentListener 内の insertUpdate

removeUpdate

public void removeUpdate(DocumentEvent e)
定義:
インタフェース DocumentListener 内の removeUpdate

changedUpdate

public void changedUpdate(DocumentEvent e)
定義:
インタフェース DocumentListener 内の changedUpdate


Copyright © 2011-2012 OGIS-RI Co.,Ltd.. All Rights Reserved.