| Package | org.openzet.containers |
| Class | public final class MDIWindowMoveType |
windowMoveType property values.
See also
| Constant | Defined by | ||
|---|---|---|---|
| ANIMATED : String = "animated" [static]
Supports animation effect when mouse is released after dragging completes.
| MDIWindowMoveType | ||
| NONE : String = "none" [static]
Displays window border only.
| MDIWindowMoveType | ||
| REALTIME : String = "realtime" [static]
Changes window's position on a real time basis.
| MDIWindowMoveType | ||
| ANIMATED | constant |
public static const ANIMATED:String = "animated"
Supports animation effect when mouse is released after dragging completes.
Displays window border as none does.
| NONE | constant |
public static const NONE:String = "none"
Displays window border only.
If windowMoveType is set to this value, there'll be perfermance improvement
compared with when it is set to either animated or realtime.
| REALTIME | constant |
public static const REALTIME:String = "realtime"
Changes window's position on a real time basis.
If windowMoveType is set to this value, there could be performance problem
depending on client's CPU capabilities.