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.
|
|
Copyright © 2011, 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.