Constants' Details |
UNKNOWN
const short UNKNOWN = 0;
- Description
- unknown 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 pop-up 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.
|
|
Copyright © 1995, 2012, 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.