de.hillenbrand.swing.plaf.threeD
Class ThreeDLookAndFeel
java.lang.Object
javax.swing.LookAndFeel
javax.swing.plaf.basic.BasicLookAndFeel
de.hillenbrand.swing.plaf.threeD.ThreeDLookAndFeel
- All Implemented Interfaces:
- HLookAndFeelInformation, java.io.Serializable
- public class ThreeDLookAndFeel
- extends javax.swing.plaf.basic.BasicLookAndFeel
- implements HLookAndFeelInformation
- See Also:
- Serialized Form
Methods inherited from class javax.swing.plaf.basic.BasicLookAndFeel |
createAudioAction, getAudioActionMap, loadSystemColors, playSound |
Methods inherited from class javax.swing.LookAndFeel |
getDesktopPropertyValue, getSupportsWindowDecorations, 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 |
ThreeDLookAndFeel
public ThreeDLookAndFeel()
getAuthor
public java.lang.String getAuthor()
- Specified by:
getAuthor
in interface HLookAndFeelInformation
getCopyright
public java.lang.String getCopyright()
- Specified by:
getCopyright
in interface HLookAndFeelInformation
getDefaults
public javax.swing.UIDefaults getDefaults()
getDescription
public java.lang.String getDescription()
getDownloadUrl
public java.lang.String getDownloadUrl()
- Specified by:
getDownloadUrl
in interface HLookAndFeelInformation
getID
public java.lang.String getID()
getName
public java.lang.String getName()
initClassDefaults
protected void initClassDefaults(javax.swing.UIDefaults table)
- Initialize the uiClassID to BasicComponentUI mapping.
The JComponent classes define their own uiClassID constants
(see AbstractComponent.getUIClassID). This table must
map those constants to a BasicComponentUI class of the
appropriate type.
- See Also:
BasicLookAndFeel.getDefaults()
initComponentDefaults
protected void initComponentDefaults(javax.swing.UIDefaults table)
initSystemColorDefaults
protected void initSystemColorDefaults(javax.swing.UIDefaults table)
- Load the SystemColors into the defaults table. The keys
for SystemColor defaults are the same as the names of
the public fields in SystemColor.
isNativeLookAndFeel
public boolean isNativeLookAndFeel()
isSupportedLookAndFeel
public boolean isSupportedLookAndFeel()
main
public static void main(java.lang.String[] args)
provideErrorFeedback
public void provideErrorFeedback(java.awt.Component component)