Class RenameService


  • public class RenameService
    extends java.lang.Object
    Rename service listen for user rename events. For each event: - add/update rename entry in project code data - update code and/or invalidate cache for related classes - apply all needed UI updates (tabs, classes tree)
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void init​(MainWindow mainWindow)  
      • Methods inherited from class java.lang.Object

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

      • init

        public static void init​(MainWindow mainWindow)