Quaqua 8.0 2011-10-02

ch.randelshofer.quaqua.leopard
Class QuaquaLeopardComboBoxPopupBorder

java.lang.Object
  extended by ch.randelshofer.quaqua.leopard.QuaquaLeopardComboBoxPopupBorder
All Implemented Interfaces:
javax.swing.border.Border

public class QuaquaLeopardComboBoxPopupBorder
extends java.lang.Object
implements javax.swing.border.Border

A replacement for the AquaComboBoxPopupBorder.

Version:
$Id: QuaquaLeopardComboBoxPopupBorder.java 405 2011-07-26 11:17:31Z wrandelshofer $
Author:
Werner Randelshofer

Field Summary
protected static java.awt.Insets itemBorderInsets
           
protected static java.awt.Insets popupBorderInsets
           
 
Constructor Summary
QuaquaLeopardComboBoxPopupBorder()
           
 
Method Summary
 java.awt.Insets getBorderInsets(java.awt.Component component)
           
 boolean isBorderOpaque()
           
 void paintBorder(java.awt.Component component, java.awt.Graphics gr, int x, int y, int width, int height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

popupBorderInsets

protected static java.awt.Insets popupBorderInsets

itemBorderInsets

protected static java.awt.Insets itemBorderInsets
Constructor Detail

QuaquaLeopardComboBoxPopupBorder

public QuaquaLeopardComboBoxPopupBorder()
Method Detail

paintBorder

public void paintBorder(java.awt.Component component,
                        java.awt.Graphics gr,
                        int x,
                        int y,
                        int width,
                        int height)
Specified by:
paintBorder in interface javax.swing.border.Border

getBorderInsets

public java.awt.Insets getBorderInsets(java.awt.Component component)
Specified by:
getBorderInsets in interface javax.swing.border.Border

isBorderOpaque

public boolean isBorderOpaque()
Specified by:
isBorderOpaque in interface javax.swing.border.Border

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