Language
The Free and Open Productivity Suite
:: 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
|
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
|
DOCKINGWINDOW |
specifies a window that can be docked.
|
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
|
|
DOCKINGWINDOW
const short DOCKINGWINDOW = 7;
- Description
- specifies a window that can be docked.
|
|
COUNT
const short COUNT = 8;
- Description
- specifies the number of constants.
|
|
Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.