org.gnu.gdk
public class DragProtocol extends Enum
Field Summary | |
---|---|
static DragProtocol | LOCAL |
static DragProtocol | MOTIF |
static DragProtocol | NONE |
static DragProtocol | OLE2 |
static DragProtocol | ROOTWIN |
static DragProtocol | WIN32_DROPFILES |
static DragProtocol | XDND |
Method Summary | |
---|---|
DragProtocol | and(DragProtocol other) |
static DragProtocol | intern(int value) |
DragProtocol | or(DragProtocol other) |
boolean | test(DragProtocol other) |
DragProtocol | xor(DragProtocol other) |