Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.memoire.bu
Class BuDesktopManager  view BuDesktopManager download BuDesktopManager.java

java.lang.Object
  extended byjavax.swing.DefaultDesktopManager
      extended bycom.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.


Field Summary
protected  BuDesktop desktop_
           
 
Fields inherited from class javax.swing.DefaultDesktopManager
 
Constructor Summary
BuDesktopManager(BuDesktop _desktop)
           
 
Method Summary
 void dragFrame(javax.swing.JComponent _f, int _x, int _y)
          This method is called to drag the JInternalFrame to a new location.
 void endDraggingFrame(javax.swing.JComponent _f)
          This method indicates that the dragging is done.
 void endResizingFrame(javax.swing.JComponent _f)
          This method is called to indicate that the given JComponent has finished dragging.
 
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
 

Field Detail

desktop_

protected BuDesktop desktop_
Constructor Detail

BuDesktopManager

public BuDesktopManager(BuDesktop _desktop)
Method Detail

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.