Top   Module   Use   Manual   Index 

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

const short DEFAULT = = 0;
[ DEPRECATED ]
const short DOWN = = 1;
[ DEPRECATED ]
const short EXECUTE_DEFAULT = = 0;
Description
opens on execute in a default direction.
const short EXECUTE_DOWN = = 1;
Description
opens on execute downwards.
const short EXECUTE_UP = = 2;
Description
opens on execute upwards.
const short EXECUTE_LEFT = = 4;
Description
opens on execute to the left.
const short EXECUTE_RIGHT = = 8;
Description
opens on execute to the right.
Top of Page