aleph.desktop
Class DesktopMgr

java.lang.Object
  |
  +--javax.swing.DefaultDesktopManager
        |
        +--aleph.desktop.DesktopMgr

public class DesktopMgr
extends javax.swing.DefaultDesktopManager

Desktop manager keeps Aleph frames within desktop

See Also:
Serialized Form

Field Summary
protected static java.lang.String RESIZING
           
 
Constructor Summary
DesktopMgr()
           
 
Method Summary
 void beginResizingFrame(javax.swing.JComponent f, int dir)
           
 void endResizingFrame(javax.swing.JComponent f)
           
 void setBoundsForFrame(javax.swing.JComponent f, int x, int y, int w, int h)
           
 
Methods inherited from class javax.swing.DefaultDesktopManager
activateFrame, beginDraggingFrame, closeFrame, deactivateFrame, deiconifyFrame, dragFrame, endDraggingFrame, getBoundsForIconOf, getPreviousBounds, iconifyFrame, maximizeFrame, minimizeFrame, openFrame, removeIconFor, resizeFrame, setPreviousBounds, setWasIcon, wasIcon
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESIZING

protected static final java.lang.String RESIZING
Constructor Detail

DesktopMgr

public DesktopMgr()
Method Detail

beginResizingFrame

public void beginResizingFrame(javax.swing.JComponent f,
                               int dir)
Overrides:
beginResizingFrame in class javax.swing.DefaultDesktopManager

endResizingFrame

public void endResizingFrame(javax.swing.JComponent f)
Overrides:
endResizingFrame in class javax.swing.DefaultDesktopManager

setBoundsForFrame

public void setBoundsForFrame(javax.swing.JComponent f,
                              int x,
                              int y,
                              int w,
                              int h)
Overrides:
setBoundsForFrame in class javax.swing.DefaultDesktopManager