[teiid-designer-dev] [Teiid-Designer/teiid-designer] aeda72: TEIIDDES-1723: Fixes rename action appearing for e...

Paul Richardson p.g.richardson at redhat.com
Tue May 14 09:10:59 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/Teiid-Designer/teiid-designer
  Commit: aeda7272b203ed0f10ed7ff78af1fc9f745772c4
      https://github.com/Teiid-Designer/teiid-designer/commit/aeda7272b203ed0f10ed7ff78af1fc9f745772c4
  Author: Paul Richardson <p.g.richardson at redhat.com>
  Date:   2013-05-14 (Tue, 14 May 2013)

  Changed paths:
    M plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/actions/ModelerActionService.java
    M plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/explorer/ModelExplorerResourceNavigator.java

  Log Message:
  -----------
  TEIIDDES-1723: Fixes rename action appearing for eObjects

* ModelExplorerResourceNavigator
 * The rename action is capable of handling both eObjects and resources
   hence little point in bringing in an alternative action from the
   ModelerActionService.
 * However, the refactor sub-menu is necessary for refactoring resources
   (since they can be moved as well) so when a resource is selected, the
   refactor sub-menu is displayed and only the rename action displayed for
   seleted eObjects.

* ModelerActionService
 * Removes the getRefactorMenu method since its functionality has been
   taken into the ModelExplorerResourceNavigator.





More information about the teiid-designer-dev mailing list