Package org.adempiere.plaf
Class AdempiereThemeInnova
- java.lang.Object
-
- javax.swing.plaf.metal.MetalTheme
-
- javax.swing.plaf.metal.DefaultMetalTheme
-
- com.jgoodies.looks.plastic.PlasticTheme
-
- org.adempiere.plaf.AdempiereTheme
-
- org.adempiere.plaf.AdempiereThemeInnova
-
public class AdempiereThemeInnova extends AdempiereTheme
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.adempiere.plaf.AdempiereTheme
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 AdempiereThemeInnova()
Adempiere default Theme Blue Metal
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setDefault()
Set Defaults-
Methods inherited from class org.adempiere.plaf.AdempiereTheme
_getControlTextFont, _getMenuTextFont, _getSubTextFont, _getSystemTextFont, _getUserTextFont, _getWindowTitleFont, addCustomEntriesToTable, getBlack, getColorAsString, getControlTextFont, getFocusColor, getMenuItemBackground, getMenuSelectedBackground, getMenuSelectedForeground, getMenuTextFont, getName, getPrimary1, getPrimary2, getPrimary3, getPrimaryControlShadow, getSecondary0, getSecondary1, getSecondary2, getSecondary3, getSecondary4, getSubTextFont, getSystemTextFont, getToggleButtonCheckColor, getUserTextFont, getWhite, getWindowTitleFont, toString
-
Methods inherited from class com.jgoodies.looks.plastic.PlasticTheme
equals, getFontSet, getMenuForeground, getMenuItemSelectedBackground, getMenuItemSelectedForeground, getSimpleInternalFrameBackground, getSimpleInternalFrameForeground, getSystemTextColor, getTitleTextColor, getTitleTextFont, hashCode
-
Methods inherited from class javax.swing.plaf.metal.MetalTheme
getAcceleratorForeground, getAcceleratorSelectedForeground, getControl, getControlDarkShadow, getControlDisabled, getControlHighlight, getControlInfo, getControlShadow, getControlTextColor, getDesktopColor, getHighlightedTextColor, getInactiveControlTextColor, getInactiveSystemTextColor, getMenuBackground, getMenuDisabledForeground, getPrimaryControl, getPrimaryControlDarkShadow, getPrimaryControlHighlight, getPrimaryControlInfo, getSeparatorBackground, getSeparatorForeground, getTextHighlightColor, getUserTextColor, getWindowBackground, getWindowTitleBackground, getWindowTitleForeground, getWindowTitleInactiveBackground, getWindowTitleInactiveForeground
-
-
-
-
Field Detail
-
NAME
public static final String NAME
Name- See Also:
- Constant Field Values
-
-
Method Detail
-
setDefault
public void setDefault()
Set Defaults- Overrides:
setDefault
in classAdempiereTheme
-
-