com.jaxfront.swing.ui.visualizers
Class CodeSetValueComboBoxEditor

java.lang.Object
  extended by javax.swing.plaf.basic.BasicComboBoxEditor
      extended by com.jaxfront.swing.ui.visualizers.CodeSetValueComboBoxEditor
All Implemented Interfaces:
java.awt.event.FocusListener, java.util.EventListener, javax.swing.ComboBoxEditor

public class CodeSetValueComboBoxEditor
extends javax.swing.plaf.basic.BasicComboBoxEditor

This class represents a CodeSetValueComboBoxEditor which is derived from the class BasicComboBoxEditor. This class creates a not editable textfield only if the getEditorComponent()method returns a JTextField.

Version:
1.60

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
javax.swing.plaf.basic.BasicComboBoxEditor.UIResource
 
Constructor Summary
CodeSetValueComboBoxEditor()
           
 
Method Summary
 java.awt.Component getEditorComponent()
           
 
Methods inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
addActionListener, focusGained, focusLost, getItem, removeActionListener, selectAll, setItem
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeSetValueComboBoxEditor

public CodeSetValueComboBoxEditor()
Method Detail

getEditorComponent

public java.awt.Component getEditorComponent()
Specified by:
getEditorComponent in interface javax.swing.ComboBoxEditor
Overrides:
getEditorComponent in class javax.swing.plaf.basic.BasicComboBoxEditor
See Also:
ComboBoxEditor.getEditorComponent()