net.coderazzi.filters.gui
Class Look
java.lang.Object
net.coderazzi.filters.gui.Look
public class Look
- extends Object
Class representing the current TableFilterHeader
appearance.
Constructor Summary |
Look()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Look
public Look()
getForeground
public Color getForeground()
getBackground
public Color getBackground()
getSelectionForeground
public Color getSelectionForeground()
getSelectionBackground
public Color getSelectionBackground()
getDisabledForeground
public Color getDisabledForeground()
getDisabledBackground
public Color getDisabledBackground()
getErrorForeground
public Color getErrorForeground()
getTextSelection
public Color getTextSelection()
getGridColor
public Color getGridColor()
getFont
public Font getFont()
getMaxVisiblePopupRows
public int getMaxVisiblePopupRows()
getCustomChoiceDecorator
public CustomChoiceDecorator getCustomChoiceDecorator()
setupComponent
public void setupComponent(Component c,
boolean isSelected,
boolean isEnabled)
- Prepares the provided component to have the expected appearance
Only the background, foreground and font are updated.
Copyright © 2011 coderazzi. All Rights Reserved.