Class KeyTipManager


  • public class KeyTipManager
    extends Object
    • Field Detail

      • processingThread

        protected org.pushingpixels.flamingo.internal.utils.KeyTipManager.ProcessingThread processingThread
    • Method Detail

      • isShowingKeyTips

        public boolean isShowingKeyTips()
      • hideAllKeyTips

        public void hideAllKeyTips()
      • showRootKeyTipChain

        public void showRootKeyTipChain​(JRibbonFrame ribbonFrame)
      • showPreviousChain

        public void showPreviousChain()
      • handleKeyPress

        public void handleKeyPress​(char keyChar)
      • fireKeyTipsShown

        protected void fireKeyTipsShown​(JRibbonFrame ribbonFrame)
      • fireKeyTipsHidden

        protected void fireKeyTipsHidden​(JRibbonFrame ribbonFrame)
      • refreshCurrentChain

        public void refreshCurrentChain()