Language
The Free and Open Productivity Suite
:: com :: sun :: star :: awt ::
|
constants group PopupMenuDirection |
- Description
- These values are used to specify the direction in which
a popup menu will grow.
|
Constants' Details |
EXECUTE_DEFAULT
const short EXECUTE_DEFAULT = 0;
- Description
- opens on execute in a default direction.
|
|
EXECUTE_DOWN
const short EXECUTE_DOWN = 1;
- Description
- opens on execute downwards.
|
|
EXECUTE_UP
const short EXECUTE_UP = 2;
- Description
- opens on execute upwards.
|
|
EXECUTE_LEFT
const short EXECUTE_LEFT = 4;
- Description
- opens on execute to the left.
|
|
EXECUTE_RIGHT
const short EXECUTE_RIGHT = 8;
- Description
- opens on execute to the right.
|
|
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.