Class TransformationEditor.MatchingAttributeActionsFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MatchingAttributeActionsFactory

        protected MatchingAttributeActionsFactory()
    • 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:
        create in interface MenuItemFactory
        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.