org.shetline.gui.laf.zinc
Class ZincComboBoxUI.ComboBoxButtonIcon
java.lang.Object
  
org.shetline.gui.laf.zinc.ZincComboBoxUI.ComboBoxButtonIcon
- All Implemented Interfaces: 
 - Serializable, Icon
 
- Enclosing class:
 - ZincComboBoxUI
 
protected static class ZincComboBoxUI.ComboBoxButtonIcon
- extends Object
- implements Icon, Serializable
  
The arrow button used in comboboxes.
- See Also:
 - Serialized Form
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
WIDTH
protected static final int WIDTH
- See Also:
 - Constant Field Values
 
HEIGHT
protected static final int HEIGHT
- See Also:
 - Constant Field Values
 
baseArrowImage
protected static Image baseArrowImage
lastEnabledColor
protected static Color lastEnabledColor
cachedEnabledArrow
protected static Image cachedEnabledArrow
lastDisabledColor
protected static Color lastDisabledColor
cachedDisabledArrow
protected static Image cachedDisabledArrow
ZincComboBoxUI.ComboBoxButtonIcon
protected ZincComboBoxUI.ComboBoxButtonIcon()
paintIcon
public void paintIcon(Component c,
                      Graphics g,
                      int x,
                      int y)
- Specified by:
 paintIcon in interface Icon
 
 
getIconWidth
public int getIconWidth()
- Specified by:
 getIconWidth in interface Icon
 
 
getIconHeight
public int getIconHeight()
- Specified by:
 getIconHeight in interface Icon