Java 类sun.awt.dnd.SunDropTargetContextPeer 实例源码

项目:OpenJSharp    文件:CDropTargetContextPeer.java   
@Override
protected int postDropTargetEvent(Component component, int x, int y, int dropAction,
                                  int actions, long[] formats, long nativeCtxt, int eventID,
                                  boolean dispatchType) {
    // On MacOS X all the DnD events should be synchronous
    return super.postDropTargetEvent(component, x, y, dropAction, actions, formats, nativeCtxt,
            eventID, SunDropTargetContextPeer.DISPATCH_SYNC);
}
项目:jdk8u-jdk    文件:CDropTargetContextPeer.java   
@Override
protected int postDropTargetEvent(Component component, int x, int y, int dropAction,
                                  int actions, long[] formats, long nativeCtxt, int eventID,
                                  boolean dispatchType) {
    // On MacOS X all the DnD events should be synchronous
    return super.postDropTargetEvent(component, x, y, dropAction, actions, formats, nativeCtxt,
            eventID, SunDropTargetContextPeer.DISPATCH_SYNC);
}
项目:openjdk-jdk10    文件:CDropTargetContextPeer.java   
@Override
protected int postDropTargetEvent(Component component, int x, int y, int dropAction,
                                  int actions, long[] formats, long nativeCtxt, int eventID,
                                  boolean dispatchType) {
    // On MacOS X all the DnD events should be synchronous
    return super.postDropTargetEvent(component, x, y, dropAction, actions, formats, nativeCtxt,
            eventID, SunDropTargetContextPeer.DISPATCH_SYNC);
}
项目:openjdk9    文件:CDropTargetContextPeer.java   
@Override
protected int postDropTargetEvent(Component component, int x, int y, int dropAction,
                                  int actions, long[] formats, long nativeCtxt, int eventID,
                                  boolean dispatchType) {
    // On MacOS X all the DnD events should be synchronous
    return super.postDropTargetEvent(component, x, y, dropAction, actions, formats, nativeCtxt,
            eventID, SunDropTargetContextPeer.DISPATCH_SYNC);
}
项目:jdk8u_jdk    文件:CDropTargetContextPeer.java   
@Override
protected int postDropTargetEvent(Component component, int x, int y, int dropAction,
                                  int actions, long[] formats, long nativeCtxt, int eventID,
                                  boolean dispatchType) {
    // On MacOS X all the DnD events should be synchronous
    return super.postDropTargetEvent(component, x, y, dropAction, actions, formats, nativeCtxt,
            eventID, SunDropTargetContextPeer.DISPATCH_SYNC);
}
项目:lookaside_java-1.8.0-openjdk    文件:CDropTargetContextPeer.java   
@Override
protected int postDropTargetEvent(Component component, int x, int y, int dropAction,
                                  int actions, long[] formats, long nativeCtxt, int eventID,
                                  boolean dispatchType) {
    // On MacOS X all the DnD events should be synchronous
    return super.postDropTargetEvent(component, x, y, dropAction, actions, formats, nativeCtxt,
            eventID, SunDropTargetContextPeer.DISPATCH_SYNC);
}
项目:infobip-open-jdk-8    文件:CDropTargetContextPeer.java   
@Override
protected int postDropTargetEvent(Component component, int x, int y, int dropAction,
                                  int actions, long[] formats, long nativeCtxt, int eventID,
                                  boolean dispatchType) {
    // On MacOS X all the DnD events should be synchronous
    return super.postDropTargetEvent(component, x, y, dropAction, actions, formats, nativeCtxt,
            eventID, SunDropTargetContextPeer.DISPATCH_SYNC);
}
项目:jdk8u-dev-jdk    文件:CDropTargetContextPeer.java   
@Override
protected int postDropTargetEvent(Component component, int x, int y, int dropAction,
                                  int actions, long[] formats, long nativeCtxt, int eventID,
                                  boolean dispatchType) {
    // On MacOS X all the DnD events should be synchronous
    return super.postDropTargetEvent(component, x, y, dropAction, actions, formats, nativeCtxt,
            eventID, SunDropTargetContextPeer.DISPATCH_SYNC);
}
项目:OLD-OpenJDK8    文件:CDropTargetContextPeer.java   
@Override
protected int postDropTargetEvent(Component component, int x, int y, int dropAction,
                                  int actions, long[] formats, long nativeCtxt, int eventID,
                                  boolean dispatchType) {
    // On MacOS X all the DnD events should be synchronous
    return super.postDropTargetEvent(component, x, y, dropAction, actions, formats, nativeCtxt,
            eventID, SunDropTargetContextPeer.DISPATCH_SYNC);
}
项目:openjdk-jdk7u-jdk    文件:CDropTargetContextPeer.java   
@Override
protected int postDropTargetEvent(Component component, int x, int y, int dropAction,
                                  int actions, long[] formats, long nativeCtxt, int eventID,
                                  boolean dispatchType) {
    // On MacOS X all the DnD events should be synchronous
    return super.postDropTargetEvent(component, x, y, dropAction, actions, formats, nativeCtxt,
            eventID, SunDropTargetContextPeer.DISPATCH_SYNC);
}
项目:openjdk-icedtea7    文件:CDropTargetContextPeer.java   
@Override
protected int postDropTargetEvent(Component component, int x, int y, int dropAction,
                                  int actions, long[] formats, long nativeCtxt, int eventID,
                                  boolean dispatchType) {
    // On MacOS X all the DnD events should be synchronous
    return super.postDropTargetEvent(component, x, y, dropAction, actions, formats, nativeCtxt,
            eventID, SunDropTargetContextPeer.DISPATCH_SYNC);
}