Sky View Café - Java

org.shetline.gui.laf.zinc
Class ZincComboBoxEditor.AsUIResource

java.lang.Object
  extended by javax.swing.plaf.basic.BasicComboBoxEditor
      extended by org.shetline.gui.laf.zinc.ZincComboBoxEditor
          extended by org.shetline.gui.laf.zinc.ZincComboBoxEditor.AsUIResource
All Implemented Interfaces:
FocusListener, EventListener, ComboBoxEditor, UIResource
Enclosing class:
ZincComboBoxEditor

protected static final class ZincComboBoxEditor.AsUIResource
extends ZincComboBoxEditor
implements UIResource

A subclass of BasicComboBoxEditor that implements UIResource. BasicComboBoxEditor and ZincComboBoxEditor don't implement UIResource directly so that applications can safely override the cellRenderer property with BasicListCellRenderer subclasses.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.shetline.gui.laf.zinc.ZincComboBoxEditor
ZincComboBoxEditor.AsUIResource, ZincComboBoxEditor.ComboBoxEditorBorder, ZincComboBoxEditor.ComboBoxEditorTextField
 
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
BasicComboBoxEditor.UIResource
 
Field Summary
 
Fields inherited from class org.shetline.gui.laf.zinc.ZincComboBoxEditor
comboBoxEditorBorder, INSETS
 
Fields inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
editor
 
Constructor Summary
protected ZincComboBoxEditor.AsUIResource(boolean isTableCellEditor)
           
 
Method Summary
 
Methods inherited from class org.shetline.gui.laf.zinc.ZincComboBoxEditor
getComboBoxEditorBorder, setItem
 
Methods inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
addActionListener, createEditorComponent, focusGained, focusLost, getEditorComponent, getItem, removeActionListener, selectAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZincComboBoxEditor.AsUIResource

protected ZincComboBoxEditor.AsUIResource(boolean isTableCellEditor)

Sky View Café - Java