Top   Module   Use   Manual   Index 

com :: sun :: star :: awt ::

enum WindowClass


Description
specifies the class of a window.


Values

TOP
Description
specifies a top level window on the desktop. It is also a container.
MODALTOP
Description
is a modal top level window on the desktop. It is also a container.
CONTAINER
Description
is a container that may contain other components. It is not a top window.
SIMPLE
Description
is the simplest window. It can be a container.
Top of Page