JIDE 3.5.15

com.jidesoft.plaf.basic
Class BasicJideComboBoxUI.BasicJideComboBoxBorder

java.lang.Object
  extended by javax.swing.border.AbstractBorder
      extended by com.jidesoft.plaf.basic.BasicJideComboBoxUI.BasicJideComboBoxBorder
All Implemented Interfaces:
Serializable, Border, UIResource
Enclosing class:
BasicJideComboBoxUI

protected class BasicJideComboBoxUI.BasicJideComboBoxBorder
extends AbstractBorder
implements UIResource

See Also:
Serialized Form

Constructor Summary
protected BasicJideComboBoxUI.BasicJideComboBoxBorder()
           
 
Method Summary
 Insets getBorderInsets(Component c)
           
 Insets getBorderInsets(Component c, Insets insets)
           
 void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
           
 
Methods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangle, isBorderOpaque
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicJideComboBoxUI.BasicJideComboBoxBorder

protected BasicJideComboBoxUI.BasicJideComboBoxBorder()
Method Detail

paintBorder

public void paintBorder(Component c,
                        Graphics g,
                        int x,
                        int y,
                        int width,
                        int height)
Specified by:
paintBorder in interface Border
Overrides:
paintBorder in class AbstractBorder

getBorderInsets

public Insets getBorderInsets(Component c)
Specified by:
getBorderInsets in interface Border
Overrides:
getBorderInsets in class AbstractBorder

getBorderInsets

public Insets getBorderInsets(Component c,
                              Insets insets)
Overrides:
getBorderInsets in class AbstractBorder

JIDE 3.5.15