| java.lang.Object javax.swing.DefaultDesktopManager
DefaultDesktopManager | public class DefaultDesktopManager implements DesktopManager,Serializable(Code) | |
DefaultDesktopManager
Implementation Notes:
- The
serialVersionUID fields are explicitly declared as a performance
optimization, not as a guarantee of serialization compatibility.
|
Method Summary | |
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 x, int y) | 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 x, int y, int width, int height) | public void | setBoundsForFrame(JComponent f, int x, int y, int width, int height) | protected void | setPreviousBounds(JInternalFrame f, Rectangle bounds) | protected void | setWasIcon(JInternalFrame f, Boolean value) | protected boolean | wasIcon(JInternalFrame f) |
beginResizingFrame | public void beginResizingFrame(JComponent f, int direction)(Code) | | |
resizeFrame | public void resizeFrame(JComponent f, int x, int y, int width, int height)(Code) | | |
setBoundsForFrame | public void setBoundsForFrame(JComponent f, int x, int y, int width, int height)(Code) | | |
|
|