Class WindowToNavAdapter
java.lang.Object
com.inductiveautomation.factorypmi.application.script.builtin.WindowToNavAdapter
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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcloseParentWindow(EventObject event) Deprecated.voidcloseWindow(FPMIWindow win) Deprecated.voidcloseWindow(String name) Deprecated.org.python.core.PyObjectopenWindow(String name) Deprecated.org.python.core.PyObjectopenWindow(String name, org.python.core.PyDictionary params) Deprecated.org.python.core.PyObjectswapWindow(String swapFrom, String swapTo) Deprecated.org.python.core.PyObjectswapWindow(String swapFrom, String swapTo, org.python.core.PyDictionary params) Deprecated.org.python.core.PyObjectswapWindow(EventObject event, String name) Deprecated.org.python.core.PyObjectswapWindow(EventObject event, String name, org.python.core.PyDictionary params) Deprecated.
- 
Constructor Details- 
WindowToNavAdapter
 
- 
- 
Method Details- 
closeParentWindowDeprecated.
- 
closeWindowDeprecated.
- 
closeWindowDeprecated.
- 
swapWindowDeprecated.
- 
swapWindow@Deprecated public org.python.core.PyObject swapWindow(String swapFrom, String swapTo, org.python.core.PyDictionary params) Deprecated.
- 
swapWindowDeprecated.
- 
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.
- 
openWindowDeprecated.
 
-