Changed Methods |
void activateFrame(JInternalFrame )
|
Documentation changed from old to new. |
This will activate f moving it to the front. |
void closeFrame(JInternalFrame )
|
Documentation changed from old to new. |
Removes the frame and if necessary the desktopIcon from its parent. |
void deiconifyFrame(JInternalFrame )
|
Documentation changed from old to new. |
Removes the desktopIcon from its parent and adds its frame to the parent. |
void dragFrame(JComponent, int, int)
|
Documentation changed from old to new. |
Moves the visible location of the frame being dragged to the location specified. |
Rectangle getPreviousBounds(JInternalFrame )
|
Documentation changed from old to new. |
Gets the normal bounds of the component prior to the component being maximized. |
void iconifyFrame(JInternalFrame )
|
Documentation changed from old to new. |
Removes the frame from its parent and adds its desktopIcon to the parent. |
void maximizeFrame(JInternalFrame )
|
Documentation changed from old to new. |
Resizes the frame to fill its parents bounds. |
void minimizeFrame(JInternalFrame )
|
Documentation changed from old to new. |
Restores the frame back to its size and position prior to a maximizeFrame call. |
void removeIconFor(JInternalFrame )
|
Documentation changed from old to new. |
Convenience method to remove the desktopIcon of f is necessary. |
void resizeFrame(JComponent, int, int, int, int)
|
Documentation changed from old to new. |
Calls setBoundsForFrame with the new values. |
void setBoundsForFrame(JComponent, int, int, int, int)
|
Documentation changed from old to new. |
This moves the JComponent and repaints the damaged areas. |
void setPreviousBounds(JInternalFrame, Rectangle)
|
Documentation changed from old to new. |
Stores the bounds of the component just before a maximize call. |
void setWasIcon(JInternalFrame, Boolean)
|
Documentation changed from old to new. |
Sets that the component has been iconized and the bounds of the desktopIcon are valid. |
boolean wasIcon(JInternalFrame )
|
Documentation changed from old to new. |
Returns true if the component has been iconized and the bounds of the desktopIcon are valid otherwise returns false . |