Class SecondaryDesktops


  • public class SecondaryDesktops
    extends java.lang.Object
    This class holds all of the secondary desktops, which are additional frames which hold their own Vision window stack.
    • Constructor Detail

      • SecondaryDesktops

        public SecondaryDesktops​(FPMIApp app)
    • Method Detail

      • getDesktop

        public VisionDesktop getDesktop​(java.lang.String handle)
      • getAllDesktops

        public java.util.Collection<VisionDesktop> getAllDesktops()
        Returns all desktops, including the primary and any secondary desktops
      • open

        public javax.swing.JFrame open​(java.lang.String handle,
                                       java.lang.String title,
                                       int screen,
                                       java.awt.Rectangle location,
                                       java.util.List<java.lang.String> windows)
                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • close

        public void close​(java.lang.String handle)
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getSecondaryDesktopHandles

        public java.util.Collection<java.lang.String> getSecondaryDesktopHandles()
      • shutdown

        public void shutdown()