Sky View Café - Java

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

java.lang.Object
  extended by javax.swing.border.AbstractBorder
      extended by org.shetline.gui.laf.zinc.ZincComboBoxEditor.ComboBoxEditorBorder
All Implemented Interfaces:
Serializable, Border
Enclosing class:
ZincComboBoxEditor

protected static final class ZincComboBoxEditor.ComboBoxEditorBorder
extends AbstractBorder

See Also:
Serialized Form

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

Constructor Detail

ZincComboBoxEditor.ComboBoxEditorBorder

protected ZincComboBoxEditor.ComboBoxEditorBorder()
Method Detail

paintBorder

public void paintBorder(Component c,
                        Graphics g,
                        int x,
                        int y,
                        int w,
                        int h)
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

Sky View Café - Java