Packageorg.openzet.containers
Classpublic final class MDIWindowResizeType

Class that specifies window's resize type. Property values of this class are used for MDIWindow class's resizeType values.

See also

org.openzet.containers.MDIWindow


Public Constants
 ConstantDefined by
  ANIMATED : String = "animated"
[static] Supports animation effect when mouse is released.
MDIWindowResizeType
  NONE : String = "none"
[static] Displays the window border only.
MDIWindowResizeType
  REALTIME : String = "realtime"
[static] Resizes a window on a real time basis.
MDIWindowResizeType
Constant detail
ANIMATEDconstant
public static const ANIMATED:String = "animated"

Supports animation effect when mouse is released. Displays the window border as none does.

NONEconstant 
public static const NONE:String = "none"

Displays the window border only. If resizeType is set to this propety, there could be performance enhancement compared with cases when it is set to either animated or realtime.

REALTIMEconstant 
public static const REALTIME:String = "realtime"

Resizes a window on a real time basis. There could a performance problem when resizeType is set to this property, depending on client's cpu capabilities.