nl.coderight.jazz.util
Class JazzUtil.FocusBorder

java.lang.Object
  extended by nl.coderight.jazz.util.JazzUtil.FocusBorder
All Implemented Interfaces:
Border
Enclosing class:
JazzUtil

public static final class JazzUtil.FocusBorder
extends Object
implements Border


Constructor Summary
JazzUtil.FocusBorder(Border border)
           
 
Method Summary
 Border getBorder()
           
 Insets getBorderInsets(Component c)
           
 boolean isBorderOpaque()
           
 void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
           
 void setColor(Color color)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JazzUtil.FocusBorder

public JazzUtil.FocusBorder(Border border)
Method Detail

setColor

public void setColor(Color color)

paintBorder

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

getBorder

public Border getBorder()


Copyright 2010 CodeRight, All rights reserved.