org.springframework.richclient.application.mdi
Class ScrollingDesktopManager
java.lang.Object
javax.swing.DefaultDesktopManager
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
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 |
ScrollingDesktopManager
public ScrollingDesktopManager(ScrollingDesktopPane pane)
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.