| Package | org.openzet.containers |
| Class | public final class MDIWindowResizeType |
resizeType values.
See also
| Constant | Defined 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 | ||
| ANIMATED | constant |
public static const ANIMATED:String = "animated"
Supports animation effect when mouse is released. Displays the window border
as none does.
| NONE | constant |
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.
| REALTIME | constant |
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.