com.infoengine.console
Class ServicesIFrame.EmptyEtchedBorder

java.lang.Object
  extended byjavax.swing.border.AbstractBorder
      extended byjavax.swing.border.EtchedBorder
          extended bycom.infoengine.console.ServicesIFrame.EmptyEtchedBorder
All Implemented Interfaces:
Border, Serializable
Enclosing class:
ServicesIFrame

class ServicesIFrame.EmptyEtchedBorder
extends EtchedBorder


Field Summary
 
Fields inherited from class javax.swing.border.EtchedBorder
etchType, highlight, LOWERED, RAISED, shadow
 
Constructor Summary
(package private) ServicesIFrame.EmptyEtchedBorder()
           
 
Method Summary
 void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
           
 
Methods inherited from class javax.swing.border.EtchedBorder
getBorderInsets, getBorderInsets, getEtchType, getHighlightColor, getHighlightColor, getShadowColor, getShadowColor, isBorderOpaque
 
Methods inherited from class javax.swing.border.AbstractBorder
getInteriorRectangle, getInteriorRectangle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServicesIFrame.EmptyEtchedBorder

ServicesIFrame.EmptyEtchedBorder()
Method Detail

paintBorder

public void paintBorder(Component c,
                        Graphics g,
                        int x,
                        int y,
                        int width,
                        int height)