java.lang.Object
javax.swing.DefaultDesktopManager
com.memoire.bu.BuDesktopManager
- All Implemented Interfaces:
- javax.swing.DesktopManager, java.io.Serializable
- public class BuDesktopManager
- extends javax.swing.DefaultDesktopManager
A desktop manager which adjust size of the internal frames.
| 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 |
desktop_
protected BuDesktop desktop_
BuDesktopManager
public BuDesktopManager(BuDesktop _desktop)
dragFrame
public void dragFrame(javax.swing.JComponent _f,
int _x,
int _y)
- Description copied from class:
javax.swing.DefaultDesktopManager
- This method is called to drag the JInternalFrame to a new location.
endDraggingFrame
public void endDraggingFrame(javax.swing.JComponent _f)
- Description copied from class:
javax.swing.DefaultDesktopManager
- This method indicates that the dragging is done. Any state information
stored by the DesktopManager can be cleared.
endResizingFrame
public void endResizingFrame(javax.swing.JComponent _f)
- Description copied from class:
javax.swing.DefaultDesktopManager
- This method is called to indicate that the given JComponent has finished
dragging. Any state information stored by the DesktopManager can be
cleared.