The Free and Open Productivity Suite
QA Volunteers Needed -- Help us test OpenOffice

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for Apache OpenOffice version 3.4.

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

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

They may be expanded in future versions.


Constants
DEFAULT [ DEPRECATED ]
 
DOWN [ DEPRECATED ]
 
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
DEFAULT
const short DEFAULT = 0;
Usage Restrictions
deprecated
DOWN
const short DOWN = 1;
Usage Restrictions
deprecated
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 Feather

Copyright & License | Privacy | Contact Us | Donate

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