public class MaximoSwingLookAndFeel
extends javax.swing.plaf.metal.MetalLookAndFeel
In your Swing application, the following should be the first commands in main:
UIManager.setLookAndFeel("psdi.util.MaximoSwingLookAndFeel");
MetalLookAndFeel.setCurrentTheme(new MaximoSwingTheme());
MaximoSwingTheme
,
Serialized FormConstructor and Description |
---|
MaximoSwingLookAndFeel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.String |
getID() |
java.lang.String |
getName() |
javax.swing.border.TitledBorder |
getTitledBorder(java.lang.String title)
Maximo method for building a titled border.
|
protected void |
initComponentDefaults(javax.swing.UIDefaults table)
To specify additional defaults, see this method in MetalLookAndFeel and BasicLookAndFeel for
the names of the other parameters.
|
protected void |
initSystemColorDefaults(javax.swing.UIDefaults table) |
createDefaultTheme, getAcceleratorForeground, getAcceleratorSelectedForeground, getBlack, getControl, getControlDarkShadow, getControlDisabled, getControlHighlight, getControlInfo, getControlShadow, getControlTextColor, getControlTextFont, getCurrentTheme, getDefaults, getDesktopColor, getDisabledIcon, getDisabledSelectedIcon, getFocusColor, getHighlightedTextColor, getInactiveControlTextColor, getInactiveSystemTextColor, getLayoutStyle, getMenuBackground, getMenuDisabledForeground, getMenuForeground, getMenuSelectedBackground, getMenuSelectedForeground, getMenuTextFont, getPrimaryControl, getPrimaryControlDarkShadow, getPrimaryControlHighlight, getPrimaryControlInfo, getPrimaryControlShadow, getSeparatorBackground, getSeparatorForeground, getSubTextFont, getSupportsWindowDecorations, getSystemTextColor, getSystemTextFont, getTextHighlightColor, getUserTextColor, getUserTextFont, getWhite, getWindowBackground, getWindowTitleBackground, getWindowTitleFont, getWindowTitleForeground, getWindowTitleInactiveBackground, getWindowTitleInactiveForeground, initClassDefaults, isNativeLookAndFeel, isSupportedLookAndFeel, provideErrorFeedback, setCurrentTheme
createAudioAction, getAudioActionMap, initialize, loadSystemColors, playSound, uninitialize
public java.lang.String getName()
getName
in class javax.swing.plaf.metal.MetalLookAndFeel
public java.lang.String getID()
getID
in class javax.swing.plaf.metal.MetalLookAndFeel
public java.lang.String getDescription()
getDescription
in class javax.swing.plaf.metal.MetalLookAndFeel
public javax.swing.border.TitledBorder getTitledBorder(java.lang.String title)
protected void initSystemColorDefaults(javax.swing.UIDefaults table)
initSystemColorDefaults
in class javax.swing.plaf.metal.MetalLookAndFeel
protected void initComponentDefaults(javax.swing.UIDefaults table)
initComponentDefaults
in class javax.swing.plaf.metal.MetalLookAndFeel