org.noos.xing.mydoggy.plaf.ui.cmp
Class ContentDesktopManager

java.lang.Object
  extended by org.noos.xing.mydoggy.plaf.ui.cmp.ContentDesktopManager
All Implemented Interfaces:
Serializable, DesktopManager

public class ContentDesktopManager
extends Object
implements DesktopManager, Serializable

Author:
Angelo De Caro (angelo.decaro@gmail.com)
See Also:
Serialized Form

Constructor Summary
ContentDesktopManager()
           
 
Method Summary
 void activateFrame(JInternalFrame f)
           
protected  void activateNextFrame(Container c)
           
 void beginDraggingFrame(JComponent f)
           
 void beginResizingFrame(JComponent f, int direction)
           
 void closeFrame(JInternalFrame f)
           
 void deactivateFrame(JInternalFrame f)
           
 void deiconifyFrame(JInternalFrame f)
           
 void dragFrame(JComponent f, int newX, int newY)
           
 void endDraggingFrame(JComponent f)
           
 void endResizingFrame(JComponent f)
           
protected  Rectangle getBoundsForIconOf(JInternalFrame f)
           
 void iconifyFrame(JInternalFrame f)
           
 void maximizeFrame(JInternalFrame f)
           
 void minimizeFrame(JInternalFrame f)
           
 void openFrame(JInternalFrame f)
           
protected  void removeIconFor(JInternalFrame f)
           
 void resizeFrame(JComponent f, int newX, int newY, int newWidth, int newHeight)
           
 void setBoundsForFrame(JComponent f, int newX, int newY, int newWidth, int newHeight)
           
protected  void setupDragMode(JComponent f)
           
protected  void setWasIcon(JInternalFrame f, Boolean value)
           
protected  boolean wasIcon(JInternalFrame f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentDesktopManager

public ContentDesktopManager()
Method Detail

openFrame

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

closeFrame

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

maximizeFrame

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

minimizeFrame

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

iconifyFrame

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

deiconifyFrame

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

activateFrame

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

deactivateFrame

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

beginDraggingFrame

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

dragFrame

public void dragFrame(JComponent f,
                      int newX,
                      int newY)
Specified by:
dragFrame in interface DesktopManager

endDraggingFrame

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

beginResizingFrame

public void beginResizingFrame(JComponent f,
                               int direction)
Specified by:
beginResizingFrame in interface DesktopManager

resizeFrame

public void resizeFrame(JComponent f,
                        int newX,
                        int newY,
                        int newWidth,
                        int newHeight)
Specified by:
resizeFrame in interface DesktopManager

endResizingFrame

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

setBoundsForFrame

public void setBoundsForFrame(JComponent f,
                              int newX,
                              int newY,
                              int newWidth,
                              int newHeight)
Specified by:
setBoundsForFrame in interface DesktopManager

activateNextFrame

protected void activateNextFrame(Container c)

setupDragMode

protected void setupDragMode(JComponent f)

removeIconFor

protected void removeIconFor(JInternalFrame f)

getBoundsForIconOf

protected Rectangle getBoundsForIconOf(JInternalFrame f)

setWasIcon

protected void setWasIcon(JInternalFrame f,
                          Boolean value)

wasIcon

protected boolean wasIcon(JInternalFrame f)


Copyright © 2012. All Rights Reserved.