Quaqua 7.4.2 2011-07-05

ch.randelshofer.quaqua
Class QuaquaComboBoxEditor

java.lang.Object
  extended by javax.swing.plaf.basic.BasicComboBoxEditor
      extended by ch.randelshofer.quaqua.QuaquaComboBoxEditor
All Implemented Interfaces:
java.awt.event.FocusListener, java.util.EventListener, javax.swing.ComboBoxEditor
Direct Known Subclasses:
QuaquaComboBoxEditor.UIResource

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

The default editor for Quaqua editable combo boxes.

Version:
$Id: QuaquaComboBoxEditor.java 361 2010-11-21 11:19:20Z wrandelshofer $
Author:
Werner Randelshofer

Nested Class Summary
static class QuaquaComboBoxEditor.UIResource
          A subclass of BasicComboBoxEditor that implements UIResource.
 
Field Summary
 
Fields inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
editor
 
Constructor Summary
QuaquaComboBoxEditor()
           
 
Method Summary
protected  void installKeyboardActions()
           
 
Methods inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
addActionListener, createEditorComponent, focusGained, focusLost, getEditorComponent, getItem, removeActionListener, selectAll, setItem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuaquaComboBoxEditor

public QuaquaComboBoxEditor()
Method Detail

installKeyboardActions

protected void installKeyboardActions()

Copyright 2003-2007 (c) Werner Randelshofer.
All rights reserved.