public class InternalWindowsHelper extends Object
| Constructor and Description |
|---|
InternalWindowsHelper() |
InternalWindowsHelper(JDesktopPane desktop) |
| Modifier and Type | Method and Description |
|---|---|
JInternalFrame |
addFrame(WindowInfo fino) |
void |
addWindowInfoListener(WindowInfoListener listener) |
void |
closeFrames() |
void |
deiconifyFrames() |
void |
ensureVisible(JInternalFrame frame) |
JInternalFrame |
findFrame(String id) |
JDesktopPane |
getDesktop() |
JInternalFrame |
getWindow(WindowPath path) |
void |
iconifyFrames() |
void |
removeWindow(Component comp) |
void |
removeWindow(WindowPath path) |
void |
removeWindowInfoListener(WindowInfoListener listener) |
void |
tileFrames() |
public InternalWindowsHelper()
public InternalWindowsHelper(JDesktopPane desktop)
public JDesktopPane getDesktop()
public JInternalFrame findFrame(String id)
public JInternalFrame addFrame(WindowInfo fino)
public void addWindowInfoListener(WindowInfoListener listener)
public void removeWindowInfoListener(WindowInfoListener listener)
public void tileFrames()
public void iconifyFrames()
public void deiconifyFrames()
public void closeFrames()
public JInternalFrame getWindow(WindowPath path)
public void removeWindow(WindowPath path)
public void removeWindow(Component comp)
public void ensureVisible(JInternalFrame frame)
Copyright © 2022 vpc open source initiative. All rights reserved.