java.lang.Object
com.inductiveautomation.factorypmi.application.script.builtin.WindowToNavAdapter

public class WindowToNavAdapter extends Object
The methodns in "NavUtilities" mounted under system.nav.* used to be mounted under system.gui.*

This class is mounted under system.gui.* and forwards to the nav methods as a backwards compatibility bridge.

(Methods called through this adapter will not be compatible with the secondary desktop feature)

  • Constructor Details

    • WindowToNavAdapter

      public WindowToNavAdapter(VisionDesktop desktop)
  • Method Details

    • closeParentWindow

      @Deprecated public void closeParentWindow(EventObject event)
      Deprecated.
    • closeWindow

      @Deprecated public void closeWindow(FPMIWindow win)
      Deprecated.
    • closeWindow

      @Deprecated public void closeWindow(String name)
      Deprecated.
    • swapWindow

      @Deprecated public org.python.core.PyObject swapWindow(String swapFrom, String swapTo)
      Deprecated.
    • swapWindow

      @Deprecated public org.python.core.PyObject swapWindow(String swapFrom, String swapTo, org.python.core.PyDictionary params)
      Deprecated.
    • swapWindow

      @Deprecated public org.python.core.PyObject swapWindow(EventObject event, String name)
      Deprecated.
    • swapWindow

      @Deprecated public org.python.core.PyObject swapWindow(EventObject event, String name, org.python.core.PyDictionary params)
      Deprecated.
    • openWindow

      @Deprecated public org.python.core.PyObject openWindow(String name, org.python.core.PyDictionary params)
      Deprecated.
    • openWindow

      @Deprecated public org.python.core.PyObject openWindow(String name)
      Deprecated.