Packageorg.openzet.containers
Classpublic final class MDIWindowMoveType

Defins window's move type. Used for MDIWindow class'swindowMoveType property values.

See also

org.openzet.containers.MDIWindow


Public Constants
 ConstantDefined 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
Constant detail
ANIMATEDconstant
public static const ANIMATED:String = "animated"

Supports animation effect when mouse is released after dragging completes. Displays window border as none does.

NONEconstant 
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.

REALTIMEconstant 
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.