uic.themes
Class UICThemeBigFonts

java.lang.Object
  extended byjavax.swing.plaf.metal.MetalTheme
      extended byjavax.swing.plaf.metal.DefaultMetalTheme
          extended byuic.themes.UICTheme
              extended byuic.themes.UICThemeBigFonts

public class UICThemeBigFonts
extends UICTheme

A big fonts version of the UICTheme.

See Also:
uic.theme.UICTheme for more info.

Field Summary
 
Fields inherited from class uic.themes.UICTheme
useAntiAlias, userSettings
 
Constructor Summary
UICThemeBigFonts()
           
 
Method Summary
protected  Properties getDefaults()
          The hardcoded defaults for UICTheme are programmed here so its easy to alter them in extending classes.
 
Methods inherited from class uic.themes.UICTheme
addCustomEntriesToTable, getAcceleratorForeground, getAcceleratorSelectedForeground, getAntialiasEnabled, getControl, getControlDarkShadow, getControlDisabled, getControlHighlight, getControlInfo, getControlShadow, getControlTextColor, getControlTextFont, getDesktopColor, getEvenRow, getFocusColor, getHighlightedTextColor, getInactiveControlTextColor, getInactiveSystemTextColor, getMenuBackground, getMenuDisabledForeground, getMenuForeground, getMenuSelectedBackground, getMenuSelectedForeground, getMenuTextFont, getName, getOddRow, getPrimaryControl, getPrimaryControlDarkShadow, getPrimaryControlHighlight, getPrimaryControlInfo, getPrimaryControlShadow, getSeparatorBackground, getSeparatorForeground, getSubTextFont, getSystemTextColor, getSystemTextFont, getTextHighlightColor, getUserColor, getUserFont, getUserSettings, getUserTextColor, getUserTextFont, getWindowBackground, getWindowTitleBackground, getWindowTitleFont, getWindowTitleForeground, getWindowTitleInactiveBackground, getWindowTitleInactiveForeground, setAntialiasEnabled, setUserSettings, store
 
Methods inherited from class javax.swing.plaf.metal.DefaultMetalTheme
getPrimary1, getPrimary2, getPrimary3, getSecondary1, getSecondary2, getSecondary3
 
Methods inherited from class javax.swing.plaf.metal.MetalTheme
getBlack, getWhite
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UICThemeBigFonts

public UICThemeBigFonts()
Method Detail

getDefaults

protected Properties getDefaults()
Description copied from class: UICTheme
The hardcoded defaults for UICTheme are programmed here so its easy to alter them in extending classes. For example you can do:
  protected Properties getDefaults() {
      Properties defaults = super.getDefaults();
      defaults.put("color.oddrow", "#111111");
      return defaults;
  }

Overrides:
getDefaults in class UICTheme


Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence