org.tbee.swing.jpa
Class AbstractJpaJComboBox.AutoCompletionEditor

java.lang.Object
  extended by javax.swing.plaf.basic.BasicComboBoxEditor
      extended by org.tbee.swing.jpa.AbstractJpaJComboBox.AutoCompletionEditor
All Implemented Interfaces:
java.awt.event.FocusListener, java.util.EventListener, javax.swing.ComboBoxEditor
Enclosing class:
AbstractJpaJComboBox<T>

public class AbstractJpaJComboBox.AutoCompletionEditor
extends javax.swing.plaf.basic.BasicComboBoxEditor

required by JIDE AutoCompletion


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
javax.swing.plaf.basic.BasicComboBoxEditor.UIResource
 
Field Summary
 
Fields inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
editor
 
Constructor Summary
AbstractJpaJComboBox.AutoCompletionEditor(javax.swing.ComboBoxEditor origEditor)
           
 
Method Summary
 java.lang.Object getItem()
           
 void setItem(java.lang.Object anObject)
           
 
Methods inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
addActionListener, createEditorComponent, focusGained, focusLost, getEditorComponent, removeActionListener, selectAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractJpaJComboBox.AutoCompletionEditor

public AbstractJpaJComboBox.AutoCompletionEditor(javax.swing.ComboBoxEditor origEditor)
Method Detail

setItem

public void setItem(java.lang.Object anObject)
Specified by:
setItem in interface javax.swing.ComboBoxEditor
Overrides:
setItem in class javax.swing.plaf.basic.BasicComboBoxEditor

getItem

public java.lang.Object getItem()
Specified by:
getItem in interface javax.swing.ComboBoxEditor
Overrides:
getItem in class javax.swing.plaf.basic.BasicComboBoxEditor


Copyright © 2010. All Rights Reserved.