:: com :: sun :: star :: awt ::
|
constants group PopupMenuDirection |
- Description
- These values are used to specify the direction in which
a pop-up menu will grow.
They may be expanded in future versions.
|
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
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.