com.togethersoft.openapi.util.ui
Class PseudoScrollPaneBorder

java.lang.Object
  |
  +--javax.swing.border.AbstractBorder
        |
        +--com.togethersoft.openapi.util.ui.PseudoScrollPaneBorder

public class PseudoScrollPaneBorder
extends AbstractBorder

Special border like border of metal ScrollPane

Author:
TogetherSoft
Since: Together 5.0

Field Summary
 private final static InsetsINSETS
           
 private final static BorderINSTANCE
           

Constructor Summary
 private PseudoScrollPaneBorder()
           

Method Summary
 InsetsgetBorderInsets(Component c)
           
 static BordergetInstance()
           
 voidpaintBorder(Component c, Graphics g, int x, int y, int w, int h)
           

Methods inherited from class javax.swing.border.AbstractBorder
getBorderInsets, isBorderOpaque, getInteriorRectangle, getInteriorRectangle

Methods inherited from class java.lang.Object
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize

Field Detail

INSETS

private final static Insets INSETS

INSTANCE

private final static Border INSTANCE
Constructor Detail

PseudoScrollPaneBorder

private PseudoScrollPaneBorder()
Method Detail

getBorderInsets

public Insets getBorderInsets(Component c)

getInstance

public static Border getInstance()

paintBorder

public void paintBorder(Component c, Graphics g, int x, int y, int w, int h)

Association Links

to Class java.awt.Insets

to Class javax.swing.border.Border