Interface SubDockView.Presenter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isCurrentlyShow​(org.uberfire.backend.vfs.ObservablePath path)
      Verify if the current SubDock already shows data of the currently shown editor.
      void reset()
      It resets the current status of the SubDock component
      void setCurrentPath​(org.uberfire.backend.vfs.ObservablePath path)
      Set the ObservablePath of the currently shown editor view
    • Method Detail

      • setCurrentPath

        void setCurrentPath​(org.uberfire.backend.vfs.ObservablePath path)
        Set the ObservablePath of the currently shown editor view
        Parameters:
        path -
      • isCurrentlyShow

        boolean isCurrentlyShow​(org.uberfire.backend.vfs.ObservablePath path)
        Verify if the current SubDock already shows data of the currently shown editor. This is used to avoid unneeded re-population of the SubDock
        Parameters:
        path -
        Returns:
        true if given ObservablePath is equals to the current path of this SubDock
      • reset

        void reset()
        It resets the current status of the SubDock component