|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.DefaultDesktopManager
com.ibm.dse.desktop.DesktopManager
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.
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 |
public DesktopManager()
Method Detail |
public void dragFrame(javax.swing.JComponent f, int newX, int newY)
f
- com.sun.java.swing.JComponentnewX
- intnewY
- int
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |