Syntax
constants group DNDConstants;
Description
These values represent the type of action or actions to be performed by a
Drag and Drop operation.
Field Details
|
|
Syntax
const byte ACTION_NONE = 0x00;
Description
No action.
Syntax
const byte ACTION_COPY = 0x01;
Description
Action copy.
Syntax
const byte ACTION_MOVE = 0x02;
Description
Action move.
Syntax
const byte ACTION_COPY_OR_MOVE = 0x03;
Description
Action copy or move.
Syntax
const byte ACTION_LINK = 0x04;
Description
Action link.
Syntax
const byte ACTION_REFERENCE = 0x04;
Description
Action reference.
Syntax
const byte ACTION_DEFAULT = 0x80;
Description
Action default.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.