public class Quaqua15PantherLookAndFeel extends BasicQuaquaLookAndFeel
The Quaqua Look and Feel can not be used on other platforms than Mac OS X.
QuaquaManager to activate this look and feel in
your application. Or use the generic QuaquaLookAndFeel. Both
are designed to autodetect the appropriate Quaqua Look and Feel
implementation.
QuaquaManager,
QuaquaLookAndFeel,
Serialized FormcommonDir, jaguarDir, leopardDir, lionDir, pantherDir, snowLeopardDir, tigerDirtarget| Constructor and Description |
|---|
Quaqua15PantherLookAndFeel()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Return a one line description of this look and feel implementation,
e.g.
|
java.lang.String |
getName()
Return a short string that identifies this look and feel, e.g.
|
boolean |
getSupportsWindowDecorations()
Returns true if the
LookAndFeel returned
RootPaneUI instances support providing Window decorations
in a JRootPane. |
protected void |
initClassDefaults(javax.swing.UIDefaults table)
Initialize the uiClassID to BasicComponentUI mapping.
|
protected void |
initDesignDefaults(javax.swing.UIDefaults table)
Init design specific look and feel defaults.
|
protected void |
initSystemColorDefaults(javax.swing.UIDefaults table)
Load the SystemColors into the defaults table.
|
getBaseSystemFont, getDefaults, getID, initColorDefaults, initComponentDefaults, initFontDefaults, initGeneralDefaults, initInputMapDefaults, initResourceBundle, installKeyboardFocusManager, installMouseGrabber, installPopupFactory, isJaguarTabbedPane, isUIIncluded, makeBufferedImage, makeBufferedImage, makeButtonStateBorder, makeButtonStateIcon, makeButtonStateIcon, makeButtonStateIcon, makeFrameButtonStateIcon, makeIcon, makeIcon, makeIcon, makeIcons, makeIcons, makeImage, makeImageBevelBackgroundBorder, makeImageBevelBorder, makeImageBevelBorder, makeImageBevelBorder, makeImageBevelBorder, makeImageBevelBorder, makeImageBevelBorders, makeNativeIcon, makeNativeIcon, makeOverlaidButtonStateIcon, makeSliderThumbIcon, makeTextureColor, putDefaults, uninitialize, uninstallKeyboardFocusManager, uninstallMouseGrabber, uninstallPopupFactoryinitialize, isNativeLookAndFeel, isSupportedLookAndFeel, provideErrorFeedback, setTargetcreateAudioAction, getAudioActionMap, loadSystemColors, playSoundgetDesktopPropertyValue, getDisabledIcon, getDisabledSelectedIcon, getLayoutStyle, installBorder, installColors, installColorsAndFont, installProperty, loadKeyBindings, makeComponentInputMap, makeIcon, makeInputMap, makeKeyBindings, toString, uninstallBorderpublic Quaqua15PantherLookAndFeel()
public java.lang.String getDescription()
getDescription in class LookAndFeelProxy15public java.lang.String getName()
getName in class LookAndFeelProxy15public boolean getSupportsWindowDecorations()
BasicQuaquaLookAndFeelLookAndFeel returned
RootPaneUI instances support providing Window decorations
in a JRootPane.
This implementation returns true, since it does support providing these border and window title pane decorations.
getSupportsWindowDecorations in class BasicQuaquaLookAndFeelJDialog.setDefaultLookAndFeelDecorated(boolean),
JFrame.setDefaultLookAndFeelDecorated(boolean),
JRootPane.setWindowDecorationStyle(int)protected void initClassDefaults(javax.swing.UIDefaults table)
initClassDefaults in class javax.swing.plaf.basic.BasicLookAndFeelBasicQuaquaLookAndFeel.getDefaults()protected void initSystemColorDefaults(javax.swing.UIDefaults table)
BasicQuaquaLookAndFeelinitSystemColorDefaults in class BasicQuaquaLookAndFeelprotected void initDesignDefaults(javax.swing.UIDefaults table)
BasicQuaquaLookAndFeelinitDesignDefaults in class BasicQuaquaLookAndFeeltable - Table to which the defaults are appended.