net.coderazzi.filters.gui
Class Look

java.lang.Object
  extended by net.coderazzi.filters.gui.Look

public class Look
extends Object

Class representing the current TableFilterHeader appearance.


Constructor Summary
Look()
           
 
Method Summary
 Color getBackground()
           
 CustomChoiceDecorator getCustomChoiceDecorator()
           
 Color getDisabledBackground()
           
 Color getDisabledForeground()
           
 Color getErrorForeground()
           
 Font getFont()
           
 Color getForeground()
           
 Color getGridColor()
           
 int getMaxVisiblePopupRows()
           
 Color getSelectionBackground()
           
 Color getSelectionForeground()
           
 Color getTextSelection()
           
 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

Look

public Look()
Method Detail

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.