|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.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.BordergetBorderInsets in class javax.swing.border.AbstractBorderc - 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.AbstractBorderc - ignored, can be nullinsets - parameter to be reinitialized with border insets
public boolean isBorderOpaque()
false.
isBorderOpaque in interface javax.swing.border.BorderisBorderOpaque in class javax.swing.border.AbstractBorderfalse
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.BorderpaintBorder in class javax.swing.border.AbstractBorder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||