|
Quaqua 7.2.1 2010-08-01 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectch.randelshofer.quaqua.QuaquaTableHeaderBorder
public class QuaquaTableHeaderBorder
QuaquaTableHeaderBorder.
| Nested Class Summary | |
|---|---|
static class |
QuaquaTableHeaderBorder.UIResource
|
| Constructor Summary | |
|---|---|
QuaquaTableHeaderBorder(java.lang.String imagesLocation,
java.awt.Insets imageInsets)
Creates a new instance. |
|
| Method Summary | |
|---|---|
javax.swing.border.Border |
getBackgroundBorder()
Returns the border that needs to be drawn onto the background. |
java.awt.Insets |
getBorderInsets(java.awt.Component c)
|
java.awt.Insets |
getBorderInsets(java.awt.Component c,
java.awt.Insets insets)
|
boolean |
isBorderOpaque()
|
void |
paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int width,
int height)
|
void |
setColumnIndex(int index)
FIXME: We should find a better way to pass the column index to the border. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QuaquaTableHeaderBorder(java.lang.String imagesLocation,
java.awt.Insets imageInsets)
| Method Detail |
|---|
public java.awt.Insets getBorderInsets(java.awt.Component c)
getBorderInsets in interface javax.swing.border.Border
public java.awt.Insets getBorderInsets(java.awt.Component c,
java.awt.Insets insets)
public boolean isBorderOpaque()
isBorderOpaque in interface javax.swing.border.Border
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.Borderpublic javax.swing.border.Border getBackgroundBorder()
BackgroundBorder
getBackgroundBorder in interface BackgroundBorderpublic void setColumnIndex(int index)
|
Copyright 2003-2007 (c) Werner Randelshofer. All rights reserved. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||