public class ContextualMenu extends Object
Constructor and Description |
---|
ContextualMenu(FIBEditorController anEditorController,
JFrame frame) |
Modifier and Type | Method and Description |
---|---|
void |
addToActions(EditorAction action) |
void |
addToActions(EditorAction action,
JMenu subMenu) |
void |
displayPopupMenu(FIBModelObject object,
Component invoker,
Point p) |
void |
registerActionForKeyStroke(AbstractAction action,
KeyStroke accelerator,
String actionName) |
public ContextualMenu(FIBEditorController anEditorController, JFrame frame)
public void addToActions(EditorAction action)
public void addToActions(EditorAction action, JMenu subMenu)
public void registerActionForKeyStroke(AbstractAction action, KeyStroke accelerator, String actionName)
Copyright © 2022 Openflexo. All rights reserved.