|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.LookAndFeel
org.jdesktop.swingx.plaf.ContextMenuAuxLF
public class ContextMenuAuxLF
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
Constructor Summary | |
---|---|
ContextMenuAuxLF()
|
Method Summary | |
---|---|
UIDefaults |
getDefaults()
This method is called once by UIManager.setLookAndFeel to create the look and feel specific defaults table. |
String |
getDescription()
Return a one line description of this look and feel implementation, e.g. |
String |
getID()
Return a string that identifies this look and feel. |
String |
getName()
Return a short string that identifies this look and feel, e.g. |
boolean |
isNativeLookAndFeel()
If the underlying platform has a "native" look and feel, and this is an implementation of it, return true. |
boolean |
isSupportedLookAndFeel()
Return true if the underlying platform supports and or permits this look and feel. |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ContextMenuAuxLF()
Method Detail |
---|
public String getName()
javax.swing.LookAndFeel
getName
in class LookAndFeel
public String getID()
javax.swing.LookAndFeel
getID
in class LookAndFeel
public String getDescription()
javax.swing.LookAndFeel
getDescription
in class LookAndFeel
public boolean isNativeLookAndFeel()
javax.swing.LookAndFeel
isNativeLookAndFeel
in class LookAndFeel
public boolean isSupportedLookAndFeel()
javax.swing.LookAndFeel
isSupportedLookAndFeel
in class LookAndFeel
UIManager.setLookAndFeel(javax.swing.LookAndFeel)
public UIDefaults getDefaults()
javax.swing.LookAndFeel
getDefaults
in class LookAndFeel
LookAndFeel.initialize()
,
LookAndFeel.uninitialize()
,
UIManager.setLookAndFeel(javax.swing.LookAndFeel)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |