Sky View Café - Java

org.shetline.gui.laf.zinc
Class ZincComboBoxEditor

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

public class ZincComboBoxEditor
extends BasicComboBoxEditor


Nested Class Summary
protected static class ZincComboBoxEditor.AsUIResource
          A subclass of BasicComboBoxEditor that implements UIResource.
protected static class ZincComboBoxEditor.ComboBoxEditorBorder
           
protected static class ZincComboBoxEditor.ComboBoxEditorTextField
           
 
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
BasicComboBoxEditor.UIResource
 
Field Summary
protected static Border comboBoxEditorBorder
           
protected static Insets INSETS
           
 
Fields inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
editor
 
Constructor Summary
protected ZincComboBoxEditor(boolean isTableCellEditor)
           
 
Method Summary
static Border getComboBoxEditorBorder()
           
 void setItem(Object item)
           
 
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
 

Field Detail

INSETS

protected static final Insets INSETS

comboBoxEditorBorder

protected static Border comboBoxEditorBorder
Constructor Detail

ZincComboBoxEditor

protected ZincComboBoxEditor(boolean isTableCellEditor)
Method Detail

setItem

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

getComboBoxEditorBorder

public static Border getComboBoxEditorBorder()

Sky View Café - Java