rero.gui.mdi
Class ClientDesktop.MyModifiedDesktopManager

java.lang.Object
  extended byjavax.swing.DefaultDesktopManager
      extended byrero.gui.mdi.ClientDesktop.MyModifiedDesktopManager
All Implemented Interfaces:
DesktopManager, Serializable
Enclosing class:
ClientDesktop

protected class ClientDesktop.MyModifiedDesktopManager
extends DefaultDesktopManager

See Also:
Serialized Form

Constructor Summary
protected ClientDesktop.MyModifiedDesktopManager()
           
 
Method Summary
 void deiconifyFrame(JInternalFrame f)
           
 void dragFrame(JComponent f, int newX, int newY)
           
 void endDraggingFrame(JComponent f)
           
 void iconifyFrame(JInternalFrame f)
           
protected  void SunSucksAndShouldMakeActivateNextFrameAtLeastProtectedThisIsAPainInMyAss(Container c)
           
 
Methods inherited from class javax.swing.DefaultDesktopManager
activateFrame, beginDraggingFrame, beginResizingFrame, closeFrame, deactivateFrame, endResizingFrame, getBoundsForIconOf, getPreviousBounds, 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

ClientDesktop.MyModifiedDesktopManager

protected ClientDesktop.MyModifiedDesktopManager()
Method Detail

SunSucksAndShouldMakeActivateNextFrameAtLeastProtectedThisIsAPainInMyAss

protected void SunSucksAndShouldMakeActivateNextFrameAtLeastProtectedThisIsAPainInMyAss(Container c)

iconifyFrame

public void iconifyFrame(JInternalFrame f)

deiconifyFrame

public void deiconifyFrame(JInternalFrame f)

dragFrame

public void dragFrame(JComponent f,
                      int newX,
                      int newY)

endDraggingFrame

public void endDraggingFrame(JComponent f)