|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.border.AbstractBorder
javax.swing.border.EmptyBorder
leon.view.win.swing.table.LyJSpecialCellBorder
leon.view.win.swing.table.LyJFooterCellBorder
public class LyJFooterCellBorder
This class defines a special border for status, header and footer cells in the table.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Constructor Summary | |
---|---|
LyJFooterCellBorder()
Creates a border with default top,bottom, right and left inset. |
|
LyJFooterCellBorder(boolean drawSides)
Creates a border with default top,bottom, right and left inset. |
|
LyJFooterCellBorder(int top,
int left,
int bottom,
int right)
Creates a border object with the specified insets. |
|
LyJFooterCellBorder(int top,
int left,
int bottom,
int right,
boolean drawSides)
Creates a border with default top,bottom, right and left inset. |
Method Summary | |
---|---|
boolean |
isBorderOpaque()
This border never draw its background. |
void |
paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int width,
int height)
(non-Javadoc). |
Methods inherited from class javax.swing.border.EmptyBorder |
---|
getBorderInsets, getBorderInsets, getBorderInsets |
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 |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LyJFooterCellBorder()
public LyJFooterCellBorder(boolean drawSides)
drawSides
- indicates if left and right borders must be drawn.public LyJFooterCellBorder(int top, int left, int bottom, int right)
top
- the top inset, in pixelsleft
- the left inset, in pixelsbottom
- the bottom inset, in pixelsright
- the top inset, in pixelspublic LyJFooterCellBorder(int top, int left, int bottom, int right, boolean drawSides)
top
- the top inset, in pixelsleft
- the left inset, in pixelsbottom
- the bottom inset, in pixelsright
- the top inset, in pixelsdrawSides
- indicates if left and right borders must be drawn.Method Detail |
---|
public boolean isBorderOpaque()
LyJSpecialCellBorder
isBorderOpaque
in interface javax.swing.border.Border
isBorderOpaque
in class LyJSpecialCellBorder
false
.Border.isBorderOpaque()
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 LyJSpecialCellBorder
Border.paintBorder(java.awt.Component, java.awt.Graphics, int, int,
int, int)
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |