ccl.swing
Class CCLBorder
java.lang.Object
|
+--javax.swing.border.AbstractBorder
|
+--ccl.swing.CCLBorder
- All Implemented Interfaces:
- javax.swing.border.Border, java.io.Serializable
- public class CCLBorder
- extends javax.swing.border.AbstractBorder
A border used in most ccl widgets, which is similar to the
border used in MS Windows.
- See Also:
- Serialized Form
Methods inherited from class javax.swing.border.AbstractBorder |
getBorderInsets, getInteriorRectangle, getInteriorRectangle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CCLBorder
public CCLBorder()
paintBorder
public void paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int width,
int height)
- Overrides:
paintBorder
in class javax.swing.border.AbstractBorder
getBorderInsets
public java.awt.Insets getBorderInsets(java.awt.Component c)
- Overrides:
getBorderInsets
in class javax.swing.border.AbstractBorder
isBorderOpaque
public boolean isBorderOpaque()
- Overrides:
isBorderOpaque
in class javax.swing.border.AbstractBorder