Interface RibbonApplicationMenuEntryPrimary.PrimaryRolloverCallback
-
- Enclosing class:
- RibbonApplicationMenuEntryPrimary
public static interface RibbonApplicationMenuEntryPrimary.PrimaryRolloverCallbackCallback that allows application code to provide custom content on the secondary panel of theRibbonApplicationMenu.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmenuEntryActivated(JPanel targetPanel)Called when the matching primary menu item is activated.
-
-
-
Method Detail
-
menuEntryActivated
void menuEntryActivated(JPanel targetPanel)
Called when the matching primary menu item is activated.- Parameters:
targetPanel- The secondary panel of theRibbonApplicationMenu. Note that the application code must not change the parent hierarchy of this panel.
-
-