Package org.compiere.plaf
Class CompiereThemeBlueMetal
- java.lang.Object
-
- javax.swing.plaf.metal.MetalTheme
-
- org.compiere.plaf.CompiereTheme
-
- org.compiere.plaf.CompiereThemeBlueMetal
-
public class CompiereThemeBlueMetal extends CompiereTheme
Adempiere default Blue Metal Color Theme- Version:
- $Id: AdempiereThemeBlueMetal.java,v 1.2 2006/07/30 00:52:24 jjanke Exp $
- Author:
- Jorg Janke, Adam Michau
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAME
Name-
Fields inherited from class org.compiere.plaf.CompiereTheme
black, controlFont, error, FONT_DEFAULT, FONT_SIZE, inactive, info, log, mandatory, menuFont, primary0, primary1, primary2, primary3, s_name, s_theme, secondary0, secondary1, secondary2, secondary3, secondary4, smallFont, systemFont, txt_error, txt_ok, userFont, white, windowFont
-
-
Constructor Summary
Constructors Constructor Description CompiereThemeBlueMetal()
Adempiere default Theme Blue Metal
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
setDefault()
Set Defaults-
Methods inherited from class org.compiere.plaf.CompiereTheme
_getControlTextFont, _getMenuTextFont, _getSubTextFont, _getSystemTextFont, _getUserTextFont, _getWindowTitleFont, addCustomEntriesToTable, getBlack, getControlTextFont, getMenuTextFont, getName, getPrimary1, getPrimary2, getPrimary3, getSecondary0, getSecondary1, getSecondary2, getSecondary3, getSecondary4, getSubTextFont, getSystemTextFont, getUserTextFont, getWhite, getWindowTitleFont, toString
-
Methods inherited from class javax.swing.plaf.metal.MetalTheme
getAcceleratorForeground, getAcceleratorSelectedForeground, getControl, getControlDarkShadow, getControlDisabled, getControlHighlight, getControlInfo, getControlShadow, getControlTextColor, getDesktopColor, getFocusColor, getHighlightedTextColor, getInactiveControlTextColor, getInactiveSystemTextColor, getMenuBackground, getMenuDisabledForeground, getMenuForeground, getMenuSelectedBackground, getMenuSelectedForeground, getPrimaryControl, getPrimaryControlDarkShadow, getPrimaryControlHighlight, getPrimaryControlInfo, getPrimaryControlShadow, getSeparatorBackground, getSeparatorForeground, getSystemTextColor, getTextHighlightColor, getUserTextColor, getWindowBackground, getWindowTitleBackground, getWindowTitleForeground, getWindowTitleInactiveBackground, getWindowTitleInactiveForeground
-
-
-
-
Field Detail
-
NAME
public static final String NAME
Name- See Also:
- Constant Field Values
-
-
Method Detail
-
setDefault
protected void setDefault()
Set Defaults- Overrides:
setDefault
in classCompiereTheme
-
-