|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.coderazzi.filters.gui.Look
public class Look
Class representing the current TableFilterHeader
appearance.
Constructor Summary | |
---|---|
Look()
|
Method Summary | |
---|---|
Color |
getBackground()
Returns the background color used by the editors. |
CustomChoiceDecorator |
getCustomChoiceDecorator()
Returns the registered CustomChoiceDecorator . |
Color |
getDisabledBackground()
Returns the background color used for disabled editors. |
Color |
getDisabledForeground()
Returns the foreground color used for disabled editors. |
Color |
getErrorForeground()
Returns the color set by default as foreground on each text editor when the user commits any error on the filter expression. |
Font |
getFont()
Returns the font used on editors. |
Color |
getForeground()
Returns the foreground color used by the editors. |
Color |
getGridColor()
Returns the color set by default for the header's grid. |
int |
getMaxVisiblePopupRows()
Returns the maximum number of visible rows in the popup menu. |
Color |
getSelectionBackground()
Returns the background color on focused editors. |
Color |
getSelectionForeground()
Returns the foreground color on focused editors. |
Color |
getTextSelection()
Returns the color set by default as text selection on filters. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Look()
Method Detail |
---|
public Color getBackground()
public CustomChoiceDecorator getCustomChoiceDecorator()
CustomChoiceDecorator
.
public Color getDisabledBackground()
public Color getDisabledForeground()
public Color getErrorForeground()
Returns the color set by default as foreground on each text editor when the user commits any error on the filter expression.
public Font getFont()
public Color getForeground()
public Color getGridColor()
public int getMaxVisiblePopupRows()
public Color getSelectionBackground()
public Color getSelectionForeground()
public Color getTextSelection()
public void setupComponent(Component c, boolean isSelected, boolean isEnabled)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |