com.ibm.dse.desktop
Class DesktopManager

java.lang.Object
  |
  +--javax.swing.DefaultDesktopManager
        |
        +--com.ibm.dse.desktop.DesktopManager

public class DesktopManager
extends javax.swing.DefaultDesktopManager

This is an implementation of the com.sun.java.swing.DesktopManager. Provides the basic behavior for managing JInternalFrames in an arbitrary parent. It is responsible for implementing L&F specific behaviors for the desktop.

See Also:
Serialized Form

Constructor Summary
DesktopManager()
          This constructor creates a DesktopManager object.
 
Method Summary
 void dragFrame(javax.swing.JComponent f, int newX, int newY)
          Called when the user has moved the frame.
 
Methods inherited from class javax.swing.DefaultDesktopManager
activateFrame, beginDraggingFrame, beginResizingFrame, closeFrame, deactivateFrame, deiconifyFrame, endDraggingFrame, endResizingFrame, getBoundsForIconOf, getPreviousBounds, iconifyFrame, maximizeFrame, minimizeFrame, openFrame, removeIconFor, resizeFrame, setBoundsForFrame, setPreviousBounds, setWasIcon, wasIcon
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesktopManager

public DesktopManager()
This constructor creates a DesktopManager object.
Method Detail

dragFrame

public void dragFrame(javax.swing.JComponent f,
                      int newX,
                      int newY)
Called when the user has moved the frame.
Overrides:
dragFrame in class javax.swing.DefaultDesktopManager
Parameters:
f - com.sun.java.swing.JComponent
newX - int
newY - int