Uses of Class
org.eclipse.swt.internal.cocoa.NSView
-
Packages that use NSView Package Description org.eclipse.swt.graphics org.eclipse.swt.internal.cocoa org.eclipse.swt.widgets -
-
Uses of NSView in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics declared as NSView Modifier and Type Field Description NSViewGCData. view -
Uses of NSView in org.eclipse.swt.internal.cocoa
Subclasses of NSView in org.eclipse.swt.internal.cocoa Modifier and Type Class Description classNSBoxclassNSButtonclassNSClipViewclassNSComboBoxclassNSControlclassNSDatePickerclassNSImageViewclassNSOutlineViewclassNSPopUpButtonclassNSProgressIndicatorclassNSScrollerclassNSScrollViewclassNSSearchFieldclassNSSecureTextFieldclassNSSliderclassNSStepperclassNSTableHeaderViewclassNSTableViewclassNSTabViewclassNSTextclassNSTextFieldclassNSTextViewclassSWTBoxclassSWTButtonclassSWTCanvasViewclassSWTComboBoxclassSWTDatePickerclassSWTImageViewclassSWTOutlineViewclassSWTPopUpButtonclassSWTPrinterViewclassSWTProgressIndicatorclassSWTScrollerclassSWTScrollViewclassSWTSearchFieldclassSWTSecureTextFieldclassSWTSliderclassSWTStepperclassSWTTableHeaderViewclassSWTTableViewclassSWTTabViewclassSWTTextFieldclassSWTTextViewclassSWTViewclassWebViewMethods in org.eclipse.swt.internal.cocoa that return NSView Modifier and Type Method Description NSViewNSBox. contentView()NSViewNSWindow. contentView()NSViewNSScrollView. documentView()NSViewNSView. hitTest(NSPoint aPoint)NSViewNSView. initWithFrame(NSRect frameRect)NSViewNSView. superview()NSViewNSOpenGLContext. view()Methods in org.eclipse.swt.internal.cocoa with parameters of type NSView Modifier and Type Method Description voidNSView. addSubview(NSView aView)voidNSView. addSubview(NSView aView, long place, NSView otherView)NSPointNSView. convertPoint_fromView_(NSPoint aPoint, NSView aView)NSPointNSView. convertPoint_toView_(NSPoint aPoint, NSView aView)NSRectNSView. convertRect_fromView_(NSRect aRect, NSView aView)NSRectNSView. convertRect_toView_(NSRect aRect, NSView aView)voidNSButtonCell. drawBezelWithFrame(NSRect frame, NSView controlView)voidNSButtonCell. drawImage(NSImage image, NSRect frame, NSView controlView)voidNSCell. drawInteriorWithFrame(NSRect cellFrame, NSView controlView)voidNSTableHeaderCell. drawSortIndicatorWithFrame(NSRect cellFrame, NSView controlView, boolean ascending, long priority)NSRectNSButtonCell. drawTitle(NSAttributedString title, NSRect frame, NSView controlView)voidNSCell. drawWithExpansionFrame(NSRect cellFrame, NSView view)NSRectNSCell. expansionFrameWithFrame(NSRect cellFrame, NSView view)NSRectNSCell. focusRingMaskBoundsForFrame(NSRect cellFrame, NSView controlView)longNSCell. hitTestForEvent(NSEvent event, NSRect cellFrame, NSView controlView)booleanNSView. isDescendantOf(NSView aView)static voidNSMenu. popUpContextMenu(NSMenu menu, NSEvent event, NSView view)static NSPrintOperationNSPrintOperation. printOperationWithView(NSView view, NSPrintInfo printInfo)voidNSSavePanel. setAccessoryView(NSView accessoryView)voidNSBox. setContentView(NSView contentView)voidNSWindow. setContentView(NSView contentView)voidNSOpenGLContext. setView(NSView view)voidNSStatusItem. setView(NSView view)voidNSTabViewItem. setView(NSView view)voidNSToolbarItem. setView(NSView view)NSSetNSEvent. touchesMatchingPhase(long phase, NSView view) -
Uses of NSView in org.eclipse.swt.widgets
Fields in org.eclipse.swt.widgets declared as NSView Modifier and Type Field Description NSViewControl. viewthe handle to the OS resource (Warning: This field is platform dependent)
-