Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: awt ::

constants group PopupMenuDirection
Description
These values are used to specify the direction in which a popup menu will grow.

Constants
EXECUTE_DEFAULT opens on execute in a default direction.  
EXECUTE_DOWN opens on execute downwards.  
EXECUTE_UP opens on execute upwards.  
EXECUTE_LEFT opens on execute to the left.  
EXECUTE_RIGHT opens on execute to the right.  
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

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.