Uses of Class
org.eclipse.swt.internal.cocoa.NSView
Packages that use NSView
-
Uses of NSView in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics declared as NSView -
Uses of NSView in org.eclipse.swt.internal.cocoa
Subclasses of NSView in org.eclipse.swt.internal.cocoaModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Methods in org.eclipse.swt.internal.cocoa that return NSViewModifier and TypeMethodDescriptionNSBox.contentView()
NSWindow.contentView()
NSScrollView.documentView()
NSView.initWithFrame
(NSRect frameRect) NSView.superview()
NSOpenGLContext.view()
Methods in org.eclipse.swt.internal.cocoa with parameters of type NSViewModifier and TypeMethodDescriptionvoid
NSView.addSubview
(NSView aView) void
NSView.addSubview
(NSView aView, long place, NSView otherView) NSView.convertPoint_fromView_
(NSPoint aPoint, NSView aView) NSView.convertPoint_toView_
(NSPoint aPoint, NSView aView) NSView.convertRect_fromView_
(NSRect aRect, NSView aView) NSView.convertRect_toView_
(NSRect aRect, NSView aView) NSView.convertSize_fromView_
(NSSize aSize, NSView aView) NSView.convertSize_toView_
(NSSize aSize, NSView aView) void
NSButtonCell.drawBezelWithFrame
(NSRect frame, NSView controlView) void
void
NSCell.drawInteriorWithFrame
(NSRect cellFrame, NSView controlView) void
NSTableHeaderCell.drawSortIndicatorWithFrame
(NSRect cellFrame, NSView controlView, boolean ascending, long priority) NSButtonCell.drawTitle
(NSAttributedString title, NSRect frame, NSView controlView) void
NSCell.drawWithExpansionFrame
(NSRect cellFrame, NSView view) NSCell.expansionFrameWithFrame
(NSRect cellFrame, NSView view) NSCell.focusRingMaskBoundsForFrame
(NSRect cellFrame, NSView controlView) NSBrowserCell.highlightColorInView
(NSView controlView) NSCell.highlightColorWithFrame
(NSRect cellFrame, NSView controlView) long
NSCell.hitTestForEvent
(NSEvent event, NSRect cellFrame, NSView controlView) boolean
NSView.isDescendantOf
(NSView aView) static void
NSMenu.popUpContextMenu
(NSMenu menu, NSEvent event, NSView view) static NSPrintOperation
NSPrintOperation.printOperationWithView
(NSView view, NSPrintInfo printInfo) void
NSSavePanel.setAccessoryView
(NSView accessoryView) void
NSBox.setContentView
(NSView contentView) void
NSWindow.setContentView
(NSView contentView) void
void
void
void
NSEvent.touchesMatchingPhase
(long phase, NSView view) -
Uses of NSView in org.eclipse.swt.widgets
Fields in org.eclipse.swt.widgets declared as NSView