| Package | org.openzet.managers |
| Class | public class MDICursorManager |
| Method | Defined by | ||
|---|---|---|---|
|
setCursor(cursorType:String):void
[static]
Sets the current cursor.
| MDICursorManager | ||
| Constant | Defined by | ||
|---|---|---|---|
| SIZE_ALL : String = "sizeAll" [static]
Static constant represnting size cursor for all directions.
| MDICursorManager | ||
| SIZE_NESW : String = "sizeNESW" [static]
Static constant represnting size cursor for north/east and south/west directions.
| MDICursorManager | ||
| SIZE_NS : String = "sizeNS" [static]
Static constant represnting size cursor for north and south directions.
| MDICursorManager | ||
| SIZE_NWSE : String = "sizeNWSE" [static]
Static constant represnting size cursor for north/west and south/east directions.
| MDICursorManager | ||
| SIZE_WE : String = "sizeWE" [static]
Static constant represnting size cursor for east and west directions.
| MDICursorManager | ||
| setCursor | () | method |
public static function setCursor(cursorType:String):voidSets the current cursor. Types of available cursors are defined by this class's constants.
ParameterscursorType:String — cursor type
|
| SIZE_ALL | constant |
public static const SIZE_ALL:String = "sizeAll"Static constant represnting size cursor for all directions.
| SIZE_NESW | constant |
public static const SIZE_NESW:String = "sizeNESW"Static constant represnting size cursor for north/east and south/west directions.
| SIZE_NS | constant |
public static const SIZE_NS:String = "sizeNS"Static constant represnting size cursor for north and south directions.
| SIZE_NWSE | constant |
public static const SIZE_NWSE:String = "sizeNWSE"Static constant represnting size cursor for north/west and south/east directions.
| SIZE_WE | constant |
public static const SIZE_WE:String = "sizeWE"Static constant represnting size cursor for east and west directions.