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 NSView
GCData. view
-
Uses of NSView in org.eclipse.swt.internal.cocoa
Subclasses of NSView in org.eclipse.swt.internal.cocoa Modifier and Type Class Description class
NSBox
class
NSButton
class
NSClipView
class
NSComboBox
class
NSControl
class
NSDatePicker
class
NSImageView
class
NSOutlineView
class
NSPopUpButton
class
NSProgressIndicator
class
NSScroller
class
NSScrollView
class
NSSearchField
class
NSSecureTextField
class
NSSlider
class
NSStepper
class
NSTableHeaderView
class
NSTableView
class
NSTabView
class
NSText
class
NSTextField
class
NSTextView
class
SWTBox
class
SWTButton
class
SWTCanvasView
class
SWTComboBox
class
SWTDatePicker
class
SWTImageView
class
SWTOutlineView
class
SWTPopUpButton
class
SWTPrinterView
class
SWTProgressIndicator
class
SWTScroller
class
SWTScrollView
class
SWTSearchField
class
SWTSecureTextField
class
SWTSlider
class
SWTStepper
class
SWTTableHeaderView
class
SWTTableView
class
SWTTabView
class
SWTTextField
class
SWTTextView
class
SWTView
class
WebView
Methods in org.eclipse.swt.internal.cocoa that return NSView Modifier and Type Method Description NSView
NSBox. contentView()
NSView
NSWindow. contentView()
NSView
NSScrollView. documentView()
NSView
NSView. hitTest(NSPoint aPoint)
NSView
NSView. initWithFrame(NSRect frameRect)
NSView
NSView. superview()
NSView
NSOpenGLContext. view()
Methods in org.eclipse.swt.internal.cocoa with parameters of type NSView Modifier and Type Method Description void
NSView. addSubview(NSView aView)
void
NSView. addSubview(NSView aView, long place, NSView otherView)
NSPoint
NSView. convertPoint_fromView_(NSPoint aPoint, NSView aView)
NSPoint
NSView. convertPoint_toView_(NSPoint aPoint, NSView aView)
NSRect
NSView. convertRect_fromView_(NSRect aRect, NSView aView)
NSRect
NSView. convertRect_toView_(NSRect aRect, NSView aView)
void
NSButtonCell. drawBezelWithFrame(NSRect frame, NSView controlView)
void
NSButtonCell. drawImage(NSImage image, NSRect frame, NSView controlView)
void
NSCell. drawInteriorWithFrame(NSRect cellFrame, NSView controlView)
void
NSTableHeaderCell. drawSortIndicatorWithFrame(NSRect cellFrame, NSView controlView, boolean ascending, long priority)
NSRect
NSButtonCell. drawTitle(NSAttributedString title, NSRect frame, NSView controlView)
void
NSCell. drawWithExpansionFrame(NSRect cellFrame, NSView view)
NSRect
NSCell. expansionFrameWithFrame(NSRect cellFrame, NSView view)
NSRect
NSCell. focusRingMaskBoundsForFrame(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
NSOpenGLContext. setView(NSView view)
void
NSStatusItem. setView(NSView view)
void
NSTabViewItem. setView(NSView view)
void
NSToolbarItem. setView(NSView view)
NSSet
NSEvent. 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 NSView
Control. view
the handle to the OS resource (Warning: This field is platform dependent)
-