| Package | org.openzet.containers |
| Interface | public interface IMDI extends mx.core.IContainer |
| Implementors | MDI, MDIWindow |
| Property | Defined by | ||
|---|---|---|---|
| allowResizeOverflow : Boolean
Flag specifying whether to allow resizing of the other side of edge when one side is pushed to its limit.
| IMDI | ||
| boundsEnabled : Boolean
Flag specifying whether to set MDI's bounds.
| IMDI | ||
| includeMinimizedWindowForAlign : Boolean
Flag specifying whether to include minimized windows when aligning windows.
| IMDI | ||
| minimizedWindowAutoAlign : Boolean
Flag specifying whether to auto-align minimzied windows.
| IMDI | ||
| windowDefaultHeight : Number
Default height of a window.
| IMDI | ||
| windowDefaultWidth : Number
Default width of a window.
| IMDI | ||
| windowMinHeight : Number
window minimum height
| IMDI | ||
| windowMinWidth : Number
window minimum width
| IMDI | ||
| Method | Defined by | ||
|---|---|---|---|
|
cascade():void
Cascades all windows
| IMDI | ||
|
horizontalAlign():void
Aligns all windows horizontally
| IMDI | ||
|
minimizeAll():void
Minimizes all windows.
| IMDI | ||
|
random():void
Randomize position and size of all windows.
| IMDI | ||
|
restoreAll():void
Restores all windows.
| IMDI | ||
|
verticalAlign():void
Aligns all windows vertically
| IMDI | ||
| allowResizeOverflow | property |
allowResizeOverflow:Boolean [read-write]Flag specifying whether to allow resizing of the other side of edge when one side is pushed to its limit. If true, the size of the other size increases when one side has reached its size limit.
Implementation public function get allowResizeOverflow():Boolean
public function set allowResizeOverflow(value:Boolean):void
| boundsEnabled | property |
boundsEnabled:Boolean [read-write]Flag specifying whether to set MDI's bounds.
Implementation public function get boundsEnabled():Boolean
public function set boundsEnabled(value:Boolean):void
| includeMinimizedWindowForAlign | property |
includeMinimizedWindowForAlign:Boolean [read-write]Flag specifying whether to include minimized windows when aligning windows.
Implementation public function get includeMinimizedWindowForAlign():Boolean
public function set includeMinimizedWindowForAlign(value:Boolean):void
| minimizedWindowAutoAlign | property |
minimizedWindowAutoAlign:Boolean [read-write]Flag specifying whether to auto-align minimzied windows.
Implementation public function get minimizedWindowAutoAlign():Boolean
public function set minimizedWindowAutoAlign(value:Boolean):void
| windowDefaultHeight | property |
windowDefaultHeight:Number [read-write]Default height of a window. When a new window is populated, its height value is set based on the resulting value of this method. Also when cascading windows, their default height will be set as the resulting value of this method.
Implementation public function get windowDefaultHeight():Number
public function set windowDefaultHeight(value:Number):void
| windowDefaultWidth | property |
windowDefaultWidth:Number [read-write]Default width of a window. When a new window is populated, its width value is set based on the resulting value of this method. Also when cascading windows, their default width will be set as the resulting value of this method.
Implementation public function get windowDefaultWidth():Number
public function set windowDefaultWidth(value:Number):void
| windowMinHeight | property |
windowMinHeight:Number [read-write]window minimum height
Implementation public function get windowMinHeight():Number
public function set windowMinHeight(value:Number):void
| windowMinWidth | property |
windowMinWidth:Number [read-write]window minimum width
Implementation public function get windowMinWidth():Number
public function set windowMinWidth(value:Number):void
| cascade | () | method |
public function cascade():voidCascades all windows
| horizontalAlign | () | method |
public function horizontalAlign():voidAligns all windows horizontally
| minimizeAll | () | method |
public function minimizeAll():voidMinimizes all windows.
| random | () | method |
public function random():voidRandomize position and size of all windows.
| restoreAll | () | method |
public function restoreAll():voidRestores all windows.
| verticalAlign | () | method |
public function verticalAlign():voidAligns all windows vertically