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

constants group KeyFunction
Description
These values are used to specify logical key functions.

Constants
DONTKNOW  
NEW  
OPEN  
SAVE  
SAVEAS  
PRINT  
CLOSE  
QUIT  
CUT  
COPY  
PASTE  
UNDO  
REDO  
DELETE  
REPEAT  
FIND  
FINDBACKWARD  
PROPERTIES  
FRONT  
Constants' Details
DONTKNOW
const short DONTKNOW = 0;
NEW
const short NEW = 1;
OPEN
const short OPEN = 2;
SAVE
const short SAVE = 3;
SAVEAS
const short SAVEAS = 4;
PRINT
const short PRINT = 5;
CLOSE
const short CLOSE = 6;
QUIT
const short QUIT = 7;
CUT
const short CUT = 8;
COPY
const short COPY = 9;
PASTE
const short PASTE = 10;
UNDO
const short UNDO = 11;
REDO
const short REDO = 12;
DELETE
const short DELETE = 13;
REPEAT
const short REPEAT = 14;
FIND
const short FIND = 15;
FINDBACKWARD
const short FINDBACKWARD = 16;
PROPERTIES
const short PROPERTIES = 17;
FRONT
const short FRONT = 18;
Top of Page