protected class TransformationEditor.MatchingAttributeActionsFactory extends java.lang.Object implements MenuItemFactory
| Modifier | Constructor and Description |
|---|---|
protected |
MatchingAttributeActionsFactory() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public javax.swing.JMenuItem create(JContextMenu menu, NamedObj object)
create in interface MenuItemFactorymenu - The context menu to add to.object - The object that the menu item command will operate on.