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:
FocusListener, EventListener, ComboBoxEditor
Enclosing class:
AbstractJpaJComboBox<T>

public class AbstractJpaJComboBox.AutoCompletionEditor
extends BasicComboBoxEditor

required by JIDE AutoCompletion


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
BasicComboBoxEditor.UIResource
 
Field Summary
 
Fields inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
editor
 
Constructor Summary
AbstractJpaJComboBox.AutoCompletionEditor(ComboBoxEditor origEditor)
           
 
Method Summary
 Object getItem()
           
 void setItem(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(ComboBoxEditor origEditor)
Method Detail

setItem

public void setItem(Object anObject)
Specified by:
setItem in interface ComboBoxEditor
Overrides:
setItem in class BasicComboBoxEditor

getItem

public Object getItem()
Specified by:
getItem in interface ComboBoxEditor
Overrides:
getItem in class BasicComboBoxEditor


Copyright © 2011 KnowledgePlaza. All Rights Reserved.