Class SecondaryDesktops
java.lang.Object
com.inductiveautomation.factorypmi.application.SecondaryDesktops
This class holds all of the secondary desktops, which are additional frames which hold their own Vision window
stack.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Returns all desktops, including the primary and any secondary desktopsgetDesktop
(String handle) void
shutdown()
-
Constructor Details
-
SecondaryDesktops
-
-
Method Details
-
getCurrentDesktop
-
getDesktop
-
getAllDesktops
Returns all desktops, including the primary and any secondary desktops -
open
public JFrame open(String handle, String title, int screen, Rectangle location, List<String> windows) throws Exception - Throws:
Exception
-
close
- Throws:
Exception
-
getSecondaryDesktopHandles
-
shutdown
public void shutdown()
-