| | |
| | void | activateFrame(JInternalFrame f) |
|
| | void | beginDraggingFrame(JComponent f) |
|
| | void | beginResizingFrame(JComponent f, int direction) |
|
| | void | closeFrame(JInternalFrame f) |
|
| | void | deactivateFrame(JInternalFrame f) |
|
| | void | deiconifyFrame(JInternalFrame f) |
|
| | void | dragFrame(JComponent f, int newX, int newY) |
|
| | void | endDraggingFrame(JComponent f) |
|
| | void | endResizingFrame(JComponent f) |
|
| | void | iconifyFrame(JInternalFrame f) |
|
| | void | maximizeFrame(JInternalFrame f) |
|
| | void | minimizeFrame(JInternalFrame f) |
|
| | void | openFrame(JInternalFrame f) |
|
| | void | resizeFrame(JComponent f, int newX, int newY, int newWidth, int newHeight) |
|
| | void | setBoundsForFrame(JComponent f, int newX, int newY, int newWidth, int newHeight) |
|