org.gnu.gdk
public class DragAction extends Flags
Field Summary | |
---|---|
static DragAction | ASK |
static DragAction | COPY |
static DragAction | DEFAULT |
static DragAction | LINK |
static DragAction | MOVE |
static DragAction | PRIVATE |
Method Summary | |
---|---|
DragAction | and(DragAction other) |
static DragAction | intern(int value) |
DragAction | or(DragAction other) |
boolean | test(DragAction other) |
DragAction | xor(DragAction other) |