Class KeyTipManager
java.lang.Object
org.pushingpixels.radiance.component.internal.utils.KeyTipManager
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceAnnotation to mark a command button that shows UI content with associated keytips on clicking its action area.static classstatic classstatic classstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionvoidaddKeyTipListener(KeyTipManager.KeyTipListener keyTipListener) static KeyTipManagervoidhandleKeyPress(char keyChar) voidbooleanvoidvoidremoveKeyTipListener(KeyTipManager.KeyTipListener keyTipListener) voidvoidshowRootKeyTipChain(JRibbonFrame ribbonFrame)
-
Method Details
-
defaultManager
-
isShowingKeyTips
public boolean isShowingKeyTips() -
hideAllKeyTips
public void hideAllKeyTips() -
showRootKeyTipChain
-
getCurrentlyShownKeyTips
-
getCurrentlyShownKeyTipChain
-
showPreviousChain
public void showPreviousChain() -
handleKeyPress
public void handleKeyPress(char keyChar) -
addKeyTipListener
-
removeKeyTipListener
-
refreshCurrentChain
public void refreshCurrentChain()
-