org.ejtools.adwt.service
Class MDIDesktopPane.MDIDesktopManager

java.lang.Object
  |
  +--javax.swing.DefaultDesktopManager
        |
        +--org.ejtools.adwt.service.MDIDesktopPane.MDIDesktopManager
All Implemented Interfaces:
javax.swing.DesktopManager, java.io.Serializable
Enclosing class:
MDIDesktopPane

protected class MDIDesktopPane.MDIDesktopManager
extends javax.swing.DefaultDesktopManager

Private class used to replace the standard DesktopManager for JDesktopPane. Used to provide scrollbar functionality.

Version:
$Revision: 1.6 $
Author:
laurent
See Also:
Serialized Form

Field Summary
protected  MDIDesktopPane desktop
          Description of the Field
 
Constructor Summary
MDIDesktopPane.MDIDesktopManager(MDIDesktopPane desktop)
          Constructor for the MDIDesktopManager object
 
Method Summary
 void endDraggingFrame(javax.swing.JComponent f)
          Description of the Method
 void endResizingFrame(javax.swing.JComponent f)
          Description of the Method
protected  void resizeDesktop()
          Description of the Method
 void setNormalSize()
          Sets the NormalSize attribute of the MDIDesktopManager object
 
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
 

Field Detail

desktop

protected MDIDesktopPane desktop
Description of the Field

Constructor Detail

MDIDesktopPane.MDIDesktopManager

public MDIDesktopPane.MDIDesktopManager(MDIDesktopPane desktop)
Constructor for the MDIDesktopManager object

Parameters:
desktop - Description of Parameter
Method Detail

endDraggingFrame

public void endDraggingFrame(javax.swing.JComponent f)
Description of the Method

Specified by:
endDraggingFrame in interface javax.swing.DesktopManager
Overrides:
endDraggingFrame in class javax.swing.DefaultDesktopManager
Parameters:
f - Description of Parameter

endResizingFrame

public void endResizingFrame(javax.swing.JComponent f)
Description of the Method

Specified by:
endResizingFrame in interface javax.swing.DesktopManager
Overrides:
endResizingFrame in class javax.swing.DefaultDesktopManager
Parameters:
f - Description of Parameter

setNormalSize

public void setNormalSize()
Sets the NormalSize attribute of the MDIDesktopManager object


resizeDesktop

protected void resizeDesktop()
Description of the Method



Copyright © 2002-2003 EJTools Org.. All Rights Reserved.