< prev index next >

modules/javafx.graphics/src/main/native-glass/mac/GlassViewDelegate.h

Print this page




  84 - (void)sendJavaGestureEvent:(NSEvent *)theEvent type:(int)type;
  85 - (void)sendJavaGestureBeginEvent:(NSEvent *)theEvent;
  86 - (void)sendJavaGestureEndEvent:(NSEvent *)theEvent;
  87 
  88 - (NSDragOperation)sendJavaDndEvent:(id <NSDraggingInfo>)info type:(jint)type;
  89 
  90 - (NSDragOperation)draggingSourceOperationMaskForLocal:(BOOL)isLocal;
  91 - (void)startDrag:(NSDragOperation)operation;
  92 
  93 - (BOOL)suppressMouseEnterExitOnMouseDown;
  94 
  95 - (void)enterFullscreenWithAnimate:(BOOL)animate withKeepRatio:(BOOL)keepRatio withHideCursor:(BOOL)hideCursor;
  96 - (void)exitFullscreenWithAnimate:(BOOL)animate;
  97 - (void)sendJavaFullScreenEvent:(BOOL)entered withNativeWidget:(BOOL)isNative;
  98 
  99 - (void)notifyInputMethod:(id)aString attr:(int)attr length:(int)length cursor:(int)cursor selectedRange:(NSRange)selectionRange;
 100 - (NSRect)getInputMethodCandidatePosRequest:(int)pos;
 101 
 102 - (void)setFrameOrigin:(NSPoint)newOrigin;
 103 


 104 - (jobject)jView;
 105 
 106 - (GlassAccessible*)getAccessible;
 107 
 108 @end


  84 - (void)sendJavaGestureEvent:(NSEvent *)theEvent type:(int)type;
  85 - (void)sendJavaGestureBeginEvent:(NSEvent *)theEvent;
  86 - (void)sendJavaGestureEndEvent:(NSEvent *)theEvent;
  87 
  88 - (NSDragOperation)sendJavaDndEvent:(id <NSDraggingInfo>)info type:(jint)type;
  89 
  90 - (NSDragOperation)draggingSourceOperationMaskForLocal:(BOOL)isLocal;
  91 - (void)startDrag:(NSDragOperation)operation;
  92 
  93 - (BOOL)suppressMouseEnterExitOnMouseDown;
  94 
  95 - (void)enterFullscreenWithAnimate:(BOOL)animate withKeepRatio:(BOOL)keepRatio withHideCursor:(BOOL)hideCursor;
  96 - (void)exitFullscreenWithAnimate:(BOOL)animate;
  97 - (void)sendJavaFullScreenEvent:(BOOL)entered withNativeWidget:(BOOL)isNative;
  98 
  99 - (void)notifyInputMethod:(id)aString attr:(int)attr length:(int)length cursor:(int)cursor selectedRange:(NSRange)selectionRange;
 100 - (NSRect)getInputMethodCandidatePosRequest:(int)pos;
 101 
 102 - (void)setFrameOrigin:(NSPoint)newOrigin;
 103 
 104 - (NSString *)convertEmojiSymbolToUnicode:(id)emojiSymbol;
 105 
 106 - (jobject)jView;
 107 
 108 - (GlassAccessible*)getAccessible;
 109 
 110 @end
< prev index next >