|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.DefaultDesktopManager | +--com.ibm.dse.desktop.DesktopManager
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.
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |