rero.gui.mdi
Class ClientDesktop.MyModifiedDesktopManager
java.lang.Object
javax.swing.DefaultDesktopManager
rero.gui.mdi.ClientDesktop.MyModifiedDesktopManager
- All Implemented Interfaces:
- Serializable, DesktopManager
- Enclosing class:
- ClientDesktop
protected class ClientDesktop.MyModifiedDesktopManager
- extends DefaultDesktopManager
- See Also:
- Serialized Form
| Methods inherited from class javax.swing.DefaultDesktopManager |
activateFrame, beginDraggingFrame, beginResizingFrame, deactivateFrame, endResizingFrame, getBoundsForIconOf, getPreviousBounds, 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 |
ClientDesktop.MyModifiedDesktopManager
protected ClientDesktop.MyModifiedDesktopManager()
closeFrame
public void closeFrame(JInternalFrame f)
- Specified by:
closeFrame in interface DesktopManager- Overrides:
closeFrame in class DefaultDesktopManager
iconifyFrame
public void iconifyFrame(JInternalFrame f)
- Specified by:
iconifyFrame in interface DesktopManager- Overrides:
iconifyFrame in class DefaultDesktopManager
deiconifyFrame
public void deiconifyFrame(JInternalFrame f)
- Specified by:
deiconifyFrame in interface DesktopManager- Overrides:
deiconifyFrame in class DefaultDesktopManager
dragFrame
public void dragFrame(JComponent f,
int newX,
int newY)
- Specified by:
dragFrame in interface DesktopManager- Overrides:
dragFrame in class DefaultDesktopManager
endDraggingFrame
public void endDraggingFrame(JComponent f)
- Specified by:
endDraggingFrame in interface DesktopManager- Overrides:
endDraggingFrame in class DefaultDesktopManager