src/macosx/native/sun/awt/AWTView.h

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2011, 2014 Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 31,42 **** @interface AWTView : NSView<NSTextInputClient> { @private jobject m_cPlatformView; ! // Handler for the tracking rect needed for Enter/Exit events management. ! NSTrackingRectTag rolloverTrackingRectTag; // TODO: NSMenu *contextualMenu; // dnd support (see AppKit/NSDragging.h, NSDraggingSource/Destination): CDragSource *_dragSource; --- 31,42 ---- @interface AWTView : NSView<NSTextInputClient> { @private jobject m_cPlatformView; ! // Handler for the tracking area needed for Enter/Exit events management. ! NSTrackingArea* rolloverTrackingArea; // TODO: NSMenu *contextualMenu; // dnd support (see AppKit/NSDragging.h, NSDraggingSource/Destination): CDragSource *_dragSource;
*** 59,69 **** @property (nonatomic, retain) id cglLayer; @property (nonatomic) BOOL mouseIsOver; - (id) initWithRect:(NSRect) rect platformView:(jobject)cPlatformView windowLayer:(CALayer*)windowLayer; - (void) deliverJavaMouseEvent: (NSEvent *) event; ! - (void) resetTrackingRect; - (void) deliverJavaKeyEventHelper: (NSEvent *) event; - (jobject) awtComponent:(JNIEnv *)env; - (void) setDragSource:(CDragSource *)source; - (void) setDropTarget:(CDropTarget *)target; --- 59,69 ---- @property (nonatomic, retain) id cglLayer; @property (nonatomic) BOOL mouseIsOver; - (id) initWithRect:(NSRect) rect platformView:(jobject)cPlatformView windowLayer:(CALayer*)windowLayer; - (void) deliverJavaMouseEvent: (NSEvent *) event; ! - (void) resetTrackingArea; - (void) deliverJavaKeyEventHelper: (NSEvent *) event; - (jobject) awtComponent:(JNIEnv *)env; - (void) setDragSource:(CDragSource *)source; - (void) setDropTarget:(CDropTarget *)target;