cfa.vo.iris.desktop
Class BoundDesktopManager

java.lang.Object
  extended by cfa.vo.iris.desktop.BoundDesktopManager
All Implemented Interfaces:
DesktopManager

public class BoundDesktopManager
extends Object
implements DesktopManager

Author:
olaurino

Constructor Summary
BoundDesktopManager(JDesktopPane desktop)
           
 
Method Summary
 void activateFrame(JInternalFrame jif)
           
 void beginDraggingFrame(JComponent jc)
           
 void beginResizingFrame(JComponent jc, int i)
           
 void closeFrame(JInternalFrame jif)
           
 void deactivateFrame(JInternalFrame jif)
           
 void deiconifyFrame(JInternalFrame jif)
           
 void dragFrame(JComponent f, int x, int y)
           
 void endDraggingFrame(JComponent jc)
           
 void endResizingFrame(JComponent jc)
           
 void iconifyFrame(JInternalFrame jif)
           
 void maximizeFrame(JInternalFrame jif)
           
 void minimizeFrame(JInternalFrame jif)
           
 void openFrame(JInternalFrame jif)
           
 void resizeFrame(JComponent jc, int i, int i1, int i2, int i3)
           
 void setBoundsForFrame(JComponent jc, int i, int i1, int i2, int i3)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundDesktopManager

public BoundDesktopManager(JDesktopPane desktop)
Method Detail

dragFrame

public void dragFrame(JComponent f,
                      int x,
                      int y)
Specified by:
dragFrame in interface DesktopManager

openFrame

public void openFrame(JInternalFrame jif)
Specified by:
openFrame in interface DesktopManager

closeFrame

public void closeFrame(JInternalFrame jif)
Specified by:
closeFrame in interface DesktopManager

maximizeFrame

public void maximizeFrame(JInternalFrame jif)
Specified by:
maximizeFrame in interface DesktopManager

minimizeFrame

public void minimizeFrame(JInternalFrame jif)
Specified by:
minimizeFrame in interface DesktopManager

iconifyFrame

public void iconifyFrame(JInternalFrame jif)
Specified by:
iconifyFrame in interface DesktopManager

deiconifyFrame

public void deiconifyFrame(JInternalFrame jif)
Specified by:
deiconifyFrame in interface DesktopManager

activateFrame

public void activateFrame(JInternalFrame jif)
Specified by:
activateFrame in interface DesktopManager

deactivateFrame

public void deactivateFrame(JInternalFrame jif)
Specified by:
deactivateFrame in interface DesktopManager

beginDraggingFrame

public void beginDraggingFrame(JComponent jc)
Specified by:
beginDraggingFrame in interface DesktopManager

endDraggingFrame

public void endDraggingFrame(JComponent jc)
Specified by:
endDraggingFrame in interface DesktopManager

beginResizingFrame

public void beginResizingFrame(JComponent jc,
                               int i)
Specified by:
beginResizingFrame in interface DesktopManager

resizeFrame

public void resizeFrame(JComponent jc,
                        int i,
                        int i1,
                        int i2,
                        int i3)
Specified by:
resizeFrame in interface DesktopManager

endResizingFrame

public void endResizingFrame(JComponent jc)
Specified by:
endResizingFrame in interface DesktopManager

setBoundsForFrame

public void setBoundsForFrame(JComponent jc,
                              int i,
                              int i1,
                              int i2,
                              int i3)
Specified by:
setBoundsForFrame in interface DesktopManager


Copyright © 2013. All rights reserved.