Skip to content
This repository has been archived by the owner on Jul 10, 2018. It is now read-only.

Commit

Permalink
Switch application menu to commands
Browse files Browse the repository at this point in the history
That part was already driven by metadata that was close to the new command world
  • Loading branch information
kirill-grouchnikov committed Apr 22, 2018
1 parent 1030e52 commit 5064caf
Show file tree
Hide file tree
Showing 12 changed files with 942 additions and 1,379 deletions.
Binary file modified drop/6.0.00-dev/flamingo-6.0.00-dev.jar
Binary file not shown.
Binary file modified lib/trident-1.5.00.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
package org.pushingpixels.flamingo.api.common.popup;

import org.pushingpixels.flamingo.api.common.JCommandButton;
import org.pushingpixels.flamingo.api.ribbon.RibbonApplicationMenuEntrySecondary;
import org.pushingpixels.flamingo.api.ribbon.RibbonCommand.RibbonCommandBuilder;

/**
* An application hook that allows associating a custom popup panel with a popup
* area of the specific command button.
*
* @author Kirill Grouchnikov
* @see JCommandButton#setPopupCallback(PopupPanelCallback)
* @see RibbonApplicationMenuEntrySecondary#setPopupCallback(PopupPanelCallback)
* @see RibbonCommandBuilder#setPopupCallback(PopupPanelCallback)
*/
public interface PopupPanelCallback {
/**
Expand Down
366 changes: 177 additions & 189 deletions src/org/pushingpixels/flamingo/api/ribbon/RibbonApplicationMenu.java

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 5064caf

Please sign in to comment.