|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectikayaki.gui.StyledWrapper
public class StyledWrapper
Wrapper class for holding the value to be rendered and its style parameters. Used by StyledTableCellRenderer and StyledCellEditor.
Field Summary | |
---|---|
Color |
background
The background color of this component or null to use the parent's background color. |
Border |
border
The border of this component or null if no border is currently set. |
Color |
focusBackground
The background color of this component when it has focus or null to use the parent's background color. |
Border |
focusBorder
The border of this component when it has focus or null to use the default border. |
Font |
font
The font of this component or null to use the parent's font. |
Color |
foreground
The foreground color of this component or null to use the parent's foreground color. |
int |
horizontalAlignment
The value of the horizontalAlignment property, one of the following constants defined in SwingConstants: LEFT, CENTER, RIGHT, LEADING or TRAILING. |
boolean |
opaque
If true the component paints every pixel within its bounds. |
Color |
selectedBackground
The background color of this component when it is selected or null to use the parent's background color. |
Border |
selectedBorder
The border of this component when it is selected or null to use the default border. |
Color |
selectedFocusBackground
The background color of this component when it is selected and has focus or null to use the parent's background color. |
Border |
selectedFocusBorder
The border of this component when it is selected and has focus or null to use the default border. |
Object |
value
The wrapped value. |
int |
verticalAlignment
The value of the verticalAlignment property, one of the following constants defined in SwingConstants: TOP, CENTER, or BOTTOM. |
Constructor Summary | |
---|---|
StyledWrapper()
|
Method Summary | |
---|---|
Object |
clone()
Creates and returns a copy of this object. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Object value
public int horizontalAlignment
public int verticalAlignment
public boolean opaque
public Border border
public Border selectedBorder
public Border focusBorder
public Border selectedFocusBorder
public Color background
public Color selectedBackground
public Color focusBackground
public Color selectedFocusBackground
public Color foreground
public Font font
Constructor Detail |
---|
public StyledWrapper()
Method Detail |
---|
public Object clone()
clone
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |