org.jdesktop.swingx.plaf
Class ContextMenuAuxLF
java.lang.Object
javax.swing.LookAndFeel
org.jdesktop.swingx.plaf.ContextMenuAuxLF
public class ContextMenuAuxLF
- extends LookAndFeel
Support for context dependent popup menus.
It's meant to be used as a auxiliary LF on top of main LF:
UIManager.addAuxiliaryLookAndFeel(new ContextMenuAuxLF());
There are core-issues involved, which might or might not
impair its usefulness, for details please see a thread in
the SwingLabs forum:
Experimental: default context menus for textcomponents/scrollbars
Methods inherited from class javax.swing.LookAndFeel |
getDesktopPropertyValue, getDisabledIcon, getDisabledSelectedIcon, getSupportsWindowDecorations, initialize, installBorder, installColors, installColorsAndFont, installProperty, loadKeyBindings, makeComponentInputMap, makeIcon, makeInputMap, makeKeyBindings, provideErrorFeedback, toString, uninitialize, uninstallBorder |
ContextMenuAuxLF
public ContextMenuAuxLF()
getName
public String getName()
- Specified by:
getName
in class LookAndFeel
getID
public String getID()
- Specified by:
getID
in class LookAndFeel
getDescription
public String getDescription()
- Specified by:
getDescription
in class LookAndFeel
isNativeLookAndFeel
public boolean isNativeLookAndFeel()
- Specified by:
isNativeLookAndFeel
in class LookAndFeel
isSupportedLookAndFeel
public boolean isSupportedLookAndFeel()
- Specified by:
isSupportedLookAndFeel
in class LookAndFeel
getDefaults
public UIDefaults getDefaults()
- Overrides:
getDefaults
in class LookAndFeel