(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: com :: sun :: star :: ui ::

unpublished constants group UIElementType
Usage Restrictions
not published
Description
determine the type of a user interface element which is controlled by a layout manager.
Since
OOo 2.0.0

Constants
UNKNOWN unkown user interface element type, which can be used as a wildcard to specify all types.  
MENUBAR specifies a menu bar.  
POPUPMENU specifies a popup menu.  
TOOLBAR specifies a toolbar.  
STATUSBAR specifies a statusbar.  
FLOATINGWINDOW specifies a floating window, which can also be docked.  
PROGRESSBAR specifies a floating window, which can also be docked.  
TOOLPANEL specifies a tool panel  
COUNT specifies the number of constants.  
Constants' Details
UNKNOWN
const short UNKNOWN = 0;
Description
unkown user interface element type, which can be used as a wildcard to specify all types.
MENUBAR
const short MENUBAR = 1;
Description
specifies a menu bar.
POPUPMENU
const short POPUPMENU = 2;
Description
specifies a popup menu.
TOOLBAR
const short TOOLBAR = 3;
Description
specifies a toolbar.
STATUSBAR
const short STATUSBAR = 4;
Description
specifies a statusbar.
FLOATINGWINDOW
const short FLOATINGWINDOW = 5;
Description
specifies a floating window, which can also be docked.
PROGRESSBAR
const short PROGRESSBAR = 6;
Description
specifies a floating window, which can also be docked.
TOOLPANEL
const short TOOLPANEL = 7;
Description
specifies a tool panel
COUNT
const short COUNT = 8;
Description
specifies the number of constants.
Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.