Pacotemx.core
Interfacepublic interface IWindow
ImplementorsWindow, WindowedApplication

Documentation is not currently available.



Propriedades Públicas
 PropriedadeDefinido por
  maximizable : Boolean
[read-only] Documentation is not currently available.
IWindow
  minimizable : Boolean
[read-only] Documentation is not currently available.
IWindow
  nativeWindow : NativeWindow
[read-only] Documentation is not currently available.
IWindow
  resizable : Boolean
[read-only] Documentation is not currently available.
IWindow
  status : String
Documentation is not currently available.
IWindow
  systemChrome : String
[read-only] Documentation is not currently available.
IWindow
  title : String
Documentation is not currently available.
IWindow
  titleIcon : Classe
Documentation is not currently available.
IWindow
  transparent : Boolean
[read-only] Documentation is not currently available.
IWindow
  type : String
[read-only] Documentation is not currently available.
IWindow
  visible : Boolean
[read-only] Documentation is not currently available.
IWindow
Métodos Públicos
 MétodoDefinido por
  
Documentation is not currently available.
IWindow
  
Documentation is not currently available.
IWindow
  
Documentation is not currently available.
IWindow
  
Documentation is not currently available.
IWindow
Detalhes da propriedade
maximizablepropriedade
maximizable:Boolean  [read-only]

Documentation is not currently available.


Implementação
    public function get maximizable():Boolean
minimizablepropriedade 
minimizable:Boolean  [read-only]

Documentation is not currently available.


Implementação
    public function get minimizable():Boolean
nativeWindowpropriedade 
nativeWindow:NativeWindow  [read-only]

Documentation is not currently available.


Implementação
    public function get nativeWindow():NativeWindow
resizablepropriedade 
resizable:Boolean  [read-only]

Documentation is not currently available.


Implementação
    public function get resizable():Boolean
statuspropriedade 
status:String  [read-write]

Documentation is not currently available.


Implementação
    public function get status():String
    public function set status(value:String):void
systemChromepropriedade 
systemChrome:String  [read-only]

Documentation is not currently available.


Implementação
    public function get systemChrome():String
titlepropriedade 
title:String  [read-write]

Documentation is not currently available.


Implementação
    public function get title():String
    public function set title(value:String):void
titleIconpropriedade 
titleIcon:Classe  [read-write]

Documentation is not currently available.


Implementação
    public function get titleIcon():Classe
    public function set titleIcon(value:Classe):void
transparentpropriedade 
transparent:Boolean  [read-only]

Documentation is not currently available.


Implementação
    public function get transparent():Boolean
typepropriedade 
type:String  [read-only]

Documentation is not currently available.


Implementação
    public function get type():String
visiblepropriedade 
visible:Boolean  [read-only]

Documentation is not currently available.


Implementação
    public function get visible():Boolean
Detalhes do método
close()método
public function close():void

Documentation is not currently available.

maximize()método 
public function maximize():void

Documentation is not currently available.

minimize()método 
public function minimize():void

Documentation is not currently available.

restore()método 
public function restore():void

Documentation is not currently available.