Package ptolemy.vergil.gt
Class TransformationEditor.MatchingAttributeActionsFactory
- java.lang.Object
-
- ptolemy.vergil.gt.TransformationEditor.MatchingAttributeActionsFactory
-
- All Implemented Interfaces:
MenuItemFactory
- Enclosing class:
- TransformationEditor
protected class TransformationEditor.MatchingAttributeActionsFactory extends java.lang.Object implements MenuItemFactory
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMatchingAttributeActionsFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JMenuItemcreate(JContextMenu menu, NamedObj object)Add an item to the given context menu that will configure the parameters on the given target.
-
-
-
Method Detail
-
create
public javax.swing.JMenuItem create(JContextMenu menu, NamedObj object)
Add an item to the given context menu that will configure the parameters on the given target.- Specified by:
createin interfaceMenuItemFactory- Parameters:
menu- The context menu to add to.object- The object that the menu item command will operate on.- Returns:
- A menu item, or null to decline to provide a menu item.
-
-