|
Quaqua 8.0 2011-10-02 | ||||||||
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. |
void |
setOnActiveWindow(boolean b)
FIXME: We should find a better way to pass the column index to the border. |
void |
setSorted(boolean b)
FIXME: We should find a better way to pass the sorted state 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.Border
public javax.swing.border.Border getBackgroundBorder()
BackgroundBorder
getBackgroundBorder
in interface BackgroundBorder
public void setColumnIndex(int index)
public void setSorted(boolean b)
public void setOnActiveWindow(boolean b)
|
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 |