|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.border.AbstractBorder com.jstatcom.table.BorderTableBorder
public class BorderTableBorder
Most inner border for BorderTables
.
A BorderTable
always has an instance of this
border set. Event when setting a new border
it effectively creates a combined border
with an instance of this border as the inner border.
Constructor Summary | |
---|---|
BorderTableBorder()
Creates a new BorderTableBorder . |
Method Summary | |
---|---|
java.awt.Insets |
getBorderInsets(java.awt.Component c)
Overloads method from superclass. |
java.awt.Insets |
getBorderInsets(java.awt.Component c,
java.awt.Insets insets)
Overloads method from superclass. |
boolean |
isBorderOpaque()
Never changes, returns false . |
void |
paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int width,
int height)
Overloads superclass method to paint this border. |
Methods inherited from class javax.swing.border.AbstractBorder |
---|
getBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangle |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BorderTableBorder()
BorderTableBorder
.
Method Detail |
---|
public java.awt.Insets getBorderInsets(java.awt.Component c)
getBorderInsets
in interface javax.swing.border.Border
getBorderInsets
in class javax.swing.border.AbstractBorder
c
- ignored, can be null
public java.awt.Insets getBorderInsets(java.awt.Component c, java.awt.Insets insets)
insets
with this Border's current insets.
getBorderInsets
in class javax.swing.border.AbstractBorder
c
- ignored, can be null
insets
- parameter to be reinitialized with border insets
public boolean isBorderOpaque()
false
.
isBorderOpaque
in interface javax.swing.border.Border
isBorderOpaque
in class javax.swing.border.AbstractBorder
false
public void paintBorder(java.awt.Component c, java.awt.Graphics g, int x, int y, int width, int height)
paintBorder
in interface javax.swing.border.Border
paintBorder
in class javax.swing.border.AbstractBorder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |