(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: com :: sun :: star :: datatransfer :: dnd ::

constants group DNDConstants
Description
These values represent the type of action or actions to be performed by a Drag and Drop operation.

Constants
ACTION_NONE No action.  
ACTION_COPY Action copy.  
ACTION_MOVE Action move.  
ACTION_COPY_OR_MOVE Action copy or move.  
ACTION_LINK Action link.  
ACTION_REFERENCE Action reference.  
ACTION_DEFAULT Action default.  
Constants' Details
ACTION_NONE
const byte ACTION_NONE = 0x00;
Description
No action.
ACTION_COPY
const byte ACTION_COPY = 0x01;
Description
Action copy.
ACTION_MOVE
const byte ACTION_MOVE = 0x02;
Description
Action move.
ACTION_COPY_OR_MOVE
const byte ACTION_COPY_OR_MOVE = 0x03;
Description
Action copy or move.
ACTION_LINK
const byte ACTION_LINK = 0x04;
Description
Action link.
ACTION_REFERENCE
const byte ACTION_REFERENCE = 0x04;
Description
Action reference.
ACTION_DEFAULT
const byte ACTION_DEFAULT = 0x80;
Description
Action default.
Top of Page

Apache Feather

Copyright & License | Privacy | Contact Us

Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.