|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.LookAndFeel
javax.swing.plaf.basic.BasicLookAndFeel
javax.swing.plaf.metal.MetalLookAndFeel
de.hillenbrand.swing.plaf.metal.MetalLookAndFeel
Constructor Summary | |
MetalLookAndFeel()
|
Method Summary | |
java.lang.String |
getAuthor()
|
java.lang.String |
getCopyright()
|
java.lang.String |
getDescription()
|
java.lang.String |
getDownloadUrl()
|
java.lang.String |
getID()
|
java.lang.String |
getName()
|
protected void |
initClassDefaults(javax.swing.UIDefaults table)
Creates the mapping from UI class IDs to ComponentUI classes,
putting the ID-ComponentUI pairs
in the passed-in defaults table.
|
static void |
main(java.lang.String[] args)
|
void |
provideErrorFeedback(java.awt.Component component)
|
Methods inherited from class javax.swing.plaf.metal.MetalLookAndFeel |
createDefaultTheme, getAcceleratorForeground, getAcceleratorSelectedForeground, getBlack, getControl, getControlDarkShadow, getControlDisabled, getControlHighlight, getControlInfo, getControlShadow, getControlTextColor, getControlTextFont, getDefaults, getDesktopColor, getFocusColor, getHighlightedTextColor, getInactiveControlTextColor, getInactiveSystemTextColor, 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, initComponentDefaults, initSystemColorDefaults, isNativeLookAndFeel, isSupportedLookAndFeel, setCurrentTheme |
Methods inherited from class javax.swing.plaf.basic.BasicLookAndFeel |
createAudioAction, getAudioActionMap, loadSystemColors, playSound |
Methods inherited from class javax.swing.LookAndFeel |
getDesktopPropertyValue, initialize, installBorder, installColors, installColorsAndFont, loadKeyBindings, makeComponentInputMap, makeIcon, makeInputMap, makeKeyBindings, toString, uninitialize, uninstallBorder |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MetalLookAndFeel()
Method Detail |
public java.lang.String getAuthor()
getAuthor
in interface HLookAndFeelInformation
public java.lang.String getCopyright()
getCopyright
in interface HLookAndFeelInformation
public java.lang.String getDescription()
public java.lang.String getDownloadUrl()
getDownloadUrl
in interface HLookAndFeelInformation
public java.lang.String getID()
public java.lang.String getName()
protected void initClassDefaults(javax.swing.UIDefaults table)
ComponentUI
classes,
putting the ID-ComponentUI
pairs
in the passed-in defaults table.
Each JComponent
class
specifies its own UI class ID string.
For example,
JButton
has the UI class ID "ButtonUI",
which this method maps to "javax.swing.plaf.metal.MetalButtonUI".
BasicLookAndFeel#getDefaults
,
JComponent.getUIClassID()
public static void main(java.lang.String[] args)
public void provideErrorFeedback(java.awt.Component component)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |