Package | at.managers |
Class | public class SlideTilerWindowManager |
Inheritance | SlideTilerWindowManager ![]() ![]() |
SlideTiler
.
See also
Property | Defined by | ||
---|---|---|---|
![]() | container : UIComponent | MDIManager | |
![]() | effects : IMDIEffectsDescriptor | MDIManager | |
![]() | enforceBoundaries : Boolean = true | MDIManager | |
![]() | global : MDIManager
[static]
| MDIManager | |
![]() | minTilePadding : Number = 5 | MDIManager | |
selectedChild : MDIWindow
Reference to the currently selected window, the one that is maximized.
| SlideTilerWindowManager | ||
![]() | showMinimizedTiles : Boolean = false | MDIManager | |
![]() | tileMinimize : Boolean = true | MDIManager | |
![]() | tileMinimizeWidth : int = 200 | MDIManager | |
![]() | tilePadding : Number = 8 | MDIManager |
Method | Defined by | ||
---|---|---|---|
SlideTilerWindowManager(container:UIComponent, effects:IMDIEffectsDescriptor = null)
Constructor.
| SlideTilerWindowManager | ||
![]() |
Positions a window in an absolute position
| MDIManager | |
![]() | MDIManager | ||
![]() | MDIManager | ||
![]() |
addContextMenu(window:MDIWindow, contextMenu:ContextMenu = null):void
| MDIManager | |
![]() |
bringToFront(window:MDIWindow):void
Brings a window to the front of the screen.
| MDIManager | |
![]() |
cascade():void
Cascades all managed windows from top left to bottom right
| MDIManager | |
![]() |
Positions a window in the center of the available screen.
| MDIManager | |
![]() |
executeDefaultBehavior(event:Event):void
| MDIManager | |
![]() |
getOpenWindowList():Array
Gets a list of open windows for scenarios when only open windows need to be managed
| MDIManager | |
![]() |
Pushes a window onto the managed window stack
| MDIManager | |
![]() |
Positions a window on the screen
This is primarly used as the default space on the screen to position the window. | MDIManager | |
![]() |
Removes a window instance from the managed window stack
| MDIManager | |
![]() |
removeAll():void
Removes all windows from managed window stack;
| MDIManager | |
![]() | MDIManager | ||
![]() |
tile(fillAvailableSpace:Boolean = false, gap:Number = 0):void
Tiles the window across the screen
By default, windows will be tiled to all the same size and use only the space they can accomodate. | MDIManager |
selectedChild | property |
public var selectedChild:MDIWindow
Reference to the currently selected window, the one that is maximized.
The default value is null
.
SlideTilerWindowManager | () | constructor |
public function SlideTilerWindowManager(container:UIComponent, effects:IMDIEffectsDescriptor = null)
Constructor.
Parameterscontainer:UIComponent |
|
effects:IMDIEffectsDescriptor (default = null )
|