Sky View Café - Java

org.shetline.gui.laf.zinc
Class ZincTextFieldUI.TextFieldBorder

java.lang.Object
  extended by org.shetline.gui.laf.zinc.ZincTextFieldUI.TextFieldBorder
All Implemented Interfaces:
Border, UIResource
Enclosing class:
ZincTextFieldUI

protected static class ZincTextFieldUI.TextFieldBorder
extends Object
implements Border, UIResource


Field Summary
protected  Border margin
           
protected  Insets marginInsets
           
protected static Insets OUTER_INSETS
           
 
Constructor Summary
protected ZincTextFieldUI.TextFieldBorder()
           
 
Method Summary
 Insets getBorderInsets(Component c)
           
 boolean isBorderOpaque()
           
 void paintBorder(Component c, Graphics g, int x, int y, int w, int h)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

margin

protected Border margin

marginInsets

protected Insets marginInsets

OUTER_INSETS

protected static final Insets OUTER_INSETS
Constructor Detail

ZincTextFieldUI.TextFieldBorder

protected ZincTextFieldUI.TextFieldBorder()
Method Detail

paintBorder

public void paintBorder(Component c,
                        Graphics g,
                        int x,
                        int y,
                        int w,
                        int h)
Specified by:
paintBorder in interface Border

getBorderInsets

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

isBorderOpaque

public boolean isBorderOpaque()
Specified by:
isBorderOpaque in interface Border

Sky View Café - Java