| | |
| public | void | activateFrame(JInternalFrame f) |
|
| public | void | beginDraggingFrame(JComponent f) |
|
| public | void | beginResizingFrame(JComponent f, int direction) |
|
| public | void | closeFrame(JInternalFrame f) |
|
| public | void | deactivateFrame(JInternalFrame f) |
|
| public | void | deiconifyFrame(JInternalFrame f) |
|
| public | void | dragFrame(JComponent f, int newX, int newY) |
|
| public | void | endDraggingFrame(JComponent f) |
|
| public | void | endResizingFrame(JComponent f) |
|
| protected | Rectangle | getBoundsForIconOf(JInternalFrame f) |
|
| protected | Rectangle | getPreviousBounds(JInternalFrame f) |
|
| public | void | iconifyFrame(JInternalFrame f) |
|
| public | void | maximizeFrame(JInternalFrame f) |
|
| public | void | minimizeFrame(JInternalFrame f) |
|
| public | void | openFrame(JInternalFrame f) |
|
| protected | void | removeIconFor(JInternalFrame f) |
|
| public | void | resizeFrame(JComponent f, int newX, int newY, int newWidth, int newHeight) |
|
| public | void | setBoundsForFrame(JComponent f, int newX, int newY, int newWidth, int newHeight) |
|
| protected | void | setPreviousBounds(JInternalFrame f, Rectangle r) |
|
| protected | void | setWasIcon(JInternalFrame f, Boolean value) |
|
| protected | boolean | wasIcon(JInternalFrame f) |
|