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
Copyright © 1995, 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.