org.ejtools.adwt.service
Class MDIDesktopPane.DesktopArranger

java.lang.Object
  |
  +--org.ejtools.adwt.service.MDIDesktopPane.DesktopArranger
Direct Known Subclasses:
MDIDesktopPane.CascadeArranger, MDIDesktopPane.MaximizeArranger, MDIDesktopPane.TileArranger
Enclosing class:
MDIDesktopPane

protected abstract static class MDIDesktopPane.DesktopArranger
extends java.lang.Object

Description of the Interface

Version:
$Revision: 1.6 $
Author:
Administrator

Field Summary
static MDIDesktopPane.DesktopArranger CASCADE
          Description of the Field
static MDIDesktopPane.DesktopArranger MAXIMIZE
          Description of the Field
static MDIDesktopPane.DesktopArranger TILES
          Description of the Field
 
Constructor Summary
protected MDIDesktopPane.DesktopArranger()
          Constructor for the DesktopArranger object
 
Method Summary
abstract  void arrange(org.ejtools.adwt.service.MDIDesktopPane.MDIDesktopManager manager, javax.swing.JInternalFrame[] frames, java.awt.Rectangle bounds)
          Description of the Method
static MDIDesktopPane.DesktopArranger getCurrent()
          Gets the current attribute of the DesktopArranger class
static void setCurrent(MDIDesktopPane.DesktopArranger arranger)
          Sets the current attribute of the DesktopArranger class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CASCADE

public static final MDIDesktopPane.DesktopArranger CASCADE
Description of the Field


MAXIMIZE

public static final MDIDesktopPane.DesktopArranger MAXIMIZE
Description of the Field


TILES

public static final MDIDesktopPane.DesktopArranger TILES
Description of the Field

Constructor Detail

MDIDesktopPane.DesktopArranger

protected MDIDesktopPane.DesktopArranger()
Constructor for the DesktopArranger object

Method Detail

arrange

public abstract void arrange(org.ejtools.adwt.service.MDIDesktopPane.MDIDesktopManager manager,
                             javax.swing.JInternalFrame[] frames,
                             java.awt.Rectangle bounds)
Description of the Method

Parameters:
frames - Description of the Parameter
bounds - Description of the Parameter
manager - Description of the Parameter

getCurrent

public static MDIDesktopPane.DesktopArranger getCurrent()
Gets the current attribute of the DesktopArranger class

Returns:
The current value

setCurrent

public static void setCurrent(MDIDesktopPane.DesktopArranger arranger)
Sets the current attribute of the DesktopArranger class

Parameters:
arranger - The new current value


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.