|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.DefaultDesktopManager
com.sibvisions.rad.ui.swing.ext.JVxDesktopManager
public class JVxDesktopManager
This class extends the DefaultDesktopManager
to follow the MDI
model more than the DefaultDesktopManager. Unlike the DefaultDesktopManager
policy, MDI requires that the selected and activated child frames are the
same, and that that frame always be the top-most window.
The maximized state is managed by the DesktopManager with MDI, instead of just being a property of the individual child frame. This means that if the currently selected window is maximized and another window is selected, that new window will be maximized.
DefaultDesktopManager
,
Serialized FormConstructor Summary | |
---|---|
JVxDesktopManager()
|
Method Summary | |
---|---|
void |
activateFrame(javax.swing.JInternalFrame pFrame)
|
void |
closeFrame(javax.swing.JInternalFrame pFrame)
|
Methods inherited from class javax.swing.DefaultDesktopManager |
---|
beginDraggingFrame, beginResizingFrame, deactivateFrame, deiconifyFrame, dragFrame, 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 JVxDesktopManager()
Method Detail |
---|
public void activateFrame(javax.swing.JInternalFrame pFrame)
activateFrame
in interface javax.swing.DesktopManager
activateFrame
in class javax.swing.DefaultDesktopManager
public void closeFrame(javax.swing.JInternalFrame pFrame)
closeFrame
in interface javax.swing.DesktopManager
closeFrame
in class javax.swing.DefaultDesktopManager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |