IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.desktop
Class DesktopManager

java.lang.Object
  extended byjavax.swing.DefaultDesktopManager
      extended bycom.ibm.dse.desktop.DesktopManager
All Implemented Interfaces:
javax.swing.DesktopManager, java.io.Serializable

public class DesktopManager
extends javax.swing.DefaultDesktopManager

This is an implementation of the com.sun.java.swing.DesktopManager. It 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

Field Summary
 
Fields inherited from class javax.swing.DefaultDesktopManager
 
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.

Parameters:
f - com.sun.java.swing.JComponent
newX - int
newY - int

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005