Package org.objectstyle.wolips.jdt.ui.refactoring.actions

Examples of org.objectstyle.wolips.jdt.ui.refactoring.actions.RenameWOComponentAction


      viewer.setComparator(new WOJavaElementComparator());
    }
  }
 
  private void makeActions() {
    renameAction = new RenameWOComponentAction(this.getSite());
    renameAction.setText("Rename WOComponent...");
    renameAction.setToolTipText("Rename WOComponent");
    renameAction.setEnabled(false);
  }
View Full Code Here

TOP

Related Classes of org.objectstyle.wolips.jdt.ui.refactoring.actions.RenameWOComponentAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.