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.
クラス 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.