MVT API

mvt.util
Class ScrollableDesktop.ScrollingDesktopManager

java.lang.Object
  |
  +--javax.swing.DefaultDesktopManager
        |
        +--mvt.util.ScrollableDesktop.ScrollingDesktopManager
All Implemented Interfaces:
javax.swing.DesktopManager, java.io.Serializable
Enclosing class:
ScrollableDesktop

class ScrollableDesktop.ScrollingDesktopManager
extends javax.swing.DefaultDesktopManager

ScrollingDesktopManager is necessary to get the scrollbars to work properly on the JDesktopPane.


Field Summary
 
Fields inherited from class javax.swing.DefaultDesktopManager
 
Constructor Summary
(package private) ScrollableDesktop.ScrollingDesktopManager()
           
 
Method Summary
 void dragFrame(javax.swing.JComponent f, int newX, int newY)
           
 void endDraggingFrame(javax.swing.JComponent f)
           
 void endResizingFrame(javax.swing.JComponent f)
           
 
Methods inherited from class javax.swing.DefaultDesktopManager
activateFrame, beginDraggingFrame, beginResizingFrame, closeFrame, deactivateFrame, deiconifyFrame, 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

ScrollableDesktop.ScrollingDesktopManager

ScrollableDesktop.ScrollingDesktopManager()
Method Detail

endDraggingFrame

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

endResizingFrame

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

dragFrame

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

MVT API

mvt.icons