rero.gui.mdi
Class ClientDesktop.MyModifiedDesktopManager

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

protected class ClientDesktop.MyModifiedDesktopManager
extends DefaultDesktopManager

See Also:
Serialized Form

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

closeFrame

public void closeFrame(JInternalFrame f)
Specified by:
closeFrame in interface DesktopManager
Overrides:
closeFrame in class DefaultDesktopManager

iconifyFrame

public void iconifyFrame(JInternalFrame f)
Specified by:
iconifyFrame in interface DesktopManager
Overrides:
iconifyFrame in class DefaultDesktopManager

deiconifyFrame

public void deiconifyFrame(JInternalFrame f)
Specified by:
deiconifyFrame in interface DesktopManager
Overrides:
deiconifyFrame in class DefaultDesktopManager

dragFrame

public void dragFrame(JComponent f,
                      int newX,
                      int newY)
Specified by:
dragFrame in interface DesktopManager
Overrides:
dragFrame in class DefaultDesktopManager

endDraggingFrame

public void endDraggingFrame(JComponent f)
Specified by:
endDraggingFrame in interface DesktopManager
Overrides:
endDraggingFrame in class DefaultDesktopManager