com.jidesoft.action
Interface DockableBarPopupMenuCustomizer
public interface DockableBarPopupMenuCustomizer
Interface to customer a popup menu for DockableBar
.
customizePopupMenu
void customizePopupMenu(JPopupMenu menu,
DockableBarManager dockableBarManager,
Component component)
- Allow user to customize the popup menu. Popup menu will be shown when user
right click on the
DockableBarContainer
or DockableBar
.
- Parameters:
menu
- Popup menu to be customizeddockableBarManager
- the DockableBarManagercomponent
- the component for the popup menu. It could be DockableBarContainer
or DockableBar
or null.