public final class DnDConstants extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ACTION_COPY
一个
int 表示“复制”行动。
|
static int |
ACTION_COPY_OR_MOVE
一个
int 表示“复制”或“移动”行动。
|
static int |
ACTION_LINK
一个
int 代表“纽带”作用。
|
static int |
ACTION_MOVE
一个
int 表示“搬家”行动。
|
static int |
ACTION_NONE
没有行动的
int 代表。
|
static int |
ACTION_REFERENCE
一个
int 代表一个“参考”作用(同义词action_link)。
|
@Native public static final int ACTION_NONE
int
代表。
@Native public static final int ACTION_COPY
int
表示“复制”行动。
@Native public static final int ACTION_MOVE
int
表示“搬家”行动。
@Native public static final int ACTION_COPY_OR_MOVE
int
表示“复制”或“移动”行动。
@Native public static final int ACTION_LINK
int
代表“纽带”作用。动词出现在许多,如果不是所有的人和平台,和链接语义的实际解释是平台和应用程序依赖。从广义上说,语义是“不复制,或移动操作数,但创建一个参考它”。定义“参考”的含义是模糊的介绍。动词提供的完整性,但它的使用是不推荐用于DND操作之间的逻辑上不同的应用程序的操作语义的误解可能会导致用户混淆的结果。
@Native public static final int ACTION_REFERENCE
int
代表一个“参考”作用(同义词action_link)。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.