Class InternalWindowsHelper

java.lang.Object
net.thevpc.common.swing.win.InternalWindowsHelper

public class InternalWindowsHelper extends Object
  • Constructor Details

    • InternalWindowsHelper

      public InternalWindowsHelper()
    • InternalWindowsHelper

      public InternalWindowsHelper(JDesktopPane desktop)
  • Method Details

    • getDesktop

      public JDesktopPane getDesktop()
    • findFrame

      public JInternalFrame findFrame(String id)
    • addFrame

      public JInternalFrame addFrame(WindowInfo fino)
    • addWindowInfoListener

      public void addWindowInfoListener(WindowInfoListener listener)
    • removeWindowInfoListener

      public void removeWindowInfoListener(WindowInfoListener listener)
    • tileFrames

      public void tileFrames()
    • iconifyFrames

      public void iconifyFrames()
    • deiconifyFrames

      public void deiconifyFrames()
    • closeFrames

      public void closeFrames()
    • getWindow

      public JInternalFrame getWindow(WindowPath path)
    • removeWindow

      public void removeWindow(WindowPath path)
    • removeWindow

      public void removeWindow(Component comp)
    • ensureVisible

      public void ensureVisible(JInternalFrame frame)