Home | History | Annotate | Download | only in gle2

Lines Matching refs:action

4 import org.eclipse.jface.action.Action;
5 import org.eclipse.jface.action.ActionContributionItem;
6 import org.eclipse.jface.action.IAction;
7 import org.eclipse.jface.action.IMenuCreator;
15 * Action which creates a submenu that is dynamically populated by subclasses
17 public abstract class SubmenuAction extends Action implements MenuListener, IMenuCreator {
66 IAction action = new Action(message, IAction.AS_PUSH_BUTTON) {
71 action.setEnabled(false);
72 new ActionContributionItem(action).fill(mMenu, -1);