org.springframework.richclient.application.mdi
Class ScrollingDesktopManager

java.lang.Object
  extended by javax.swing.DefaultDesktopManager
      extended by org.springframework.richclient.application.mdi.ScrollingDesktopManager
All Implemented Interfaces:
Serializable, DesktopManager

public class ScrollingDesktopManager
extends DefaultDesktopManager

Replaces the standard DesktopManager for JDesktopPane. Used to provide scrollbar functionality.

See Also:
Serialized Form

Constructor Summary
ScrollingDesktopManager(ScrollingDesktopPane pane)
           
 
Method Summary
 void endDraggingFrame(JComponent f)
           
 void endResizingFrame(JComponent f)
           
 void setNormalSize()
           
 
Methods inherited from class javax.swing.DefaultDesktopManager
activateFrame, beginDraggingFrame, beginResizingFrame, closeFrame, deactivateFrame, deiconifyFrame, dragFrame, 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

ScrollingDesktopManager

public ScrollingDesktopManager(ScrollingDesktopPane pane)
Method Detail

endResizingFrame

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

endDraggingFrame

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

setNormalSize

public void setNormalSize()


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.