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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidReturns all desktops, including the primary and any secondary desktopsgetDesktop(String handle) voidshutdown()
- 
Constructor Details- 
SecondaryDesktops
 
- 
- 
Method Details- 
getCurrentDesktop
- 
getDesktop
- 
getAllDesktopsReturns all desktops, including the primary and any secondary desktops
- 
openpublic JFrame open(String handle, String title, int screen, Rectangle location, List<String> windows) throws Exception - Throws:
- Exception
 
- 
close- Throws:
- Exception
 
- 
getSecondaryDesktopHandles
- 
shutdownpublic void shutdown()
 
-