Uses of Class
com.jniwrapper.macosx.cocoa.nsview.NSView

Packages that use NSView
com.jniwrapper.macosx.cocoa.nsbox   
com.jniwrapper.macosx.cocoa.nsbrowser   
com.jniwrapper.macosx.cocoa.nsbrowsercell   
com.jniwrapper.macosx.cocoa.nsbutton   
com.jniwrapper.macosx.cocoa.nscell   
com.jniwrapper.macosx.cocoa.nsclipview   
com.jniwrapper.macosx.cocoa.nscolorpanel   
com.jniwrapper.macosx.cocoa.nscolorwell   
com.jniwrapper.macosx.cocoa.nscombobox   
com.jniwrapper.macosx.cocoa.nscontrol   
com.jniwrapper.macosx.cocoa.nsdocument   
com.jniwrapper.macosx.cocoa.nsdrawer   
com.jniwrapper.macosx.cocoa.nsfontpanel   
com.jniwrapper.macosx.cocoa.nsform   
com.jniwrapper.macosx.cocoa.nsimageview   
com.jniwrapper.macosx.cocoa.nsmatrix   
com.jniwrapper.macosx.cocoa.nsmenu   
com.jniwrapper.macosx.cocoa.nsmenuitemcell   
com.jniwrapper.macosx.cocoa.nsmenuview   
com.jniwrapper.macosx.cocoa.nsmovieview   
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nsopengl   
com.jniwrapper.macosx.cocoa.nsopenglview   
com.jniwrapper.macosx.cocoa.nsoutlineview   
com.jniwrapper.macosx.cocoa.nspagelayout   
com.jniwrapper.macosx.cocoa.nspopupbutton   
com.jniwrapper.macosx.cocoa.nspopupbuttoncell   
com.jniwrapper.macosx.cocoa.nsprintoperation   
com.jniwrapper.macosx.cocoa.nsprintpanel   
com.jniwrapper.macosx.cocoa.nsprogressindicator   
com.jniwrapper.macosx.cocoa.nsquickdrawview   
com.jniwrapper.macosx.cocoa.nsrulerview   
com.jniwrapper.macosx.cocoa.nssavepanel   
com.jniwrapper.macosx.cocoa.nsscroller   
com.jniwrapper.macosx.cocoa.nsscrollview   
com.jniwrapper.macosx.cocoa.nssearchfield   
com.jniwrapper.macosx.cocoa.nssecuretextfield   
com.jniwrapper.macosx.cocoa.nssegmentedcell   
com.jniwrapper.macosx.cocoa.nssegmentedcontrol   
com.jniwrapper.macosx.cocoa.nsslider   
com.jniwrapper.macosx.cocoa.nsspellchecker   
com.jniwrapper.macosx.cocoa.nssplitview   
com.jniwrapper.macosx.cocoa.nsstatusitem   
com.jniwrapper.macosx.cocoa.nsstepper   
com.jniwrapper.macosx.cocoa.nstableheadercell   
com.jniwrapper.macosx.cocoa.nstableheaderview   
com.jniwrapper.macosx.cocoa.nstableview   
com.jniwrapper.macosx.cocoa.nstabview   
com.jniwrapper.macosx.cocoa.nstabviewitem   
com.jniwrapper.macosx.cocoa.nstext   
com.jniwrapper.macosx.cocoa.nstextattachment   
com.jniwrapper.macosx.cocoa.nstextfield   
com.jniwrapper.macosx.cocoa.nstextview   
com.jniwrapper.macosx.cocoa.nstoolbaritem   
com.jniwrapper.macosx.cocoa.nsview   
com.jniwrapper.macosx.cocoa.nswindow   
com.jniwrapper.macosx.cocoa.nsworkspace   
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsbox
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nsbox
 class NSBox
          This class represents NSBox class.
 

Methods in com.jniwrapper.macosx.cocoa.nsbox with parameters of type NSView
 void NSBox.setContentView(NSView aView)
           
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsbrowser
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nsbrowser
 class NSBrowser
          This class represents NSBrowser class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsbrowsercell
 

Methods in com.jniwrapper.macosx.cocoa.nsbrowsercell with parameters of type NSView
 com.jniwrapper.Pointer.Void NSBrowserCell.highlightColorInView(NSView controlView)
           
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsbutton
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nsbutton
 class NSButton
          This class represents NSButton class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nscell
 

Methods in com.jniwrapper.macosx.cocoa.nscell with parameters of type NSView
 com.jniwrapper.Pointer.Void NSCell.menuForEvent_inRect_ofView(NSEvent event, NSRect cellFrame, NSView view)
          This method represents the menuForEvent() method of the NSCell Objective-C class.
 com.jniwrapper.Bool NSCell.startTrackingAt_inView(NSPoint startPoint, NSView controlView)
          This method represents the startTrackingAt() method of the NSCell Objective-C class.
 com.jniwrapper.Bool NSCell.continueTracking_at_inView(NSPoint lastPoint, NSPoint currentPoint, NSView controlView)
          This method represents the continueTracking() method of the NSCell Objective-C class.
 void NSCell.highlight_withFrame_inView(boolean flag, NSRect cellFrame, NSView controlView)
          This method represents the highlight() method of the NSCell Objective-C class.
 void NSCell.editWithFrame_inView_editor_delegate_event(NSRect aRect, NSView controlView, NSText textObj, Id anObject, NSEvent theEvent)
          This method represents the editWithFrame() method of the NSCell Objective-C class.
 void NSCell.selectWithFrame_inView_editor_delegate_start_length(NSRect aRect, NSView controlView, NSText textObj, Id anObject, com.jniwrapper.Int selStart, com.jniwrapper.Int selLength)
          This method represents the selectWithFrame() method of the NSCell Objective-C class.
 void NSCell.stopTracking_at_inView_mouseIsUp(NSPoint lastPoint, NSPoint stopPoint, NSView controlView, boolean flag)
          This method represents the stopTracking() method of the NSCell Objective-C class.
 void NSCell.drawWithFrame_inView(NSRect cellFrame, NSView controlView)
          This method represents the drawWithFrame() method of the NSCell Objective-C class.
 void NSCell.drawInteriorWithFrame_inView(NSRect cellFrame, NSView controlView)
          This method represents the drawInteriorWithFrame() method of the NSCell Objective-C class.
 com.jniwrapper.Pointer.Void NSCell.highlightColorWithFrame_inView(NSRect cellFrame, NSView controlView)
          This method represents the highlightColorWithFrame() method of the NSCell Objective-C class.
 void NSCell.resetCursorRect_inView(NSRect cellFrame, NSView controlView)
          This method represents the resetCursorRect() method of the NSCell Objective-C class.
 com.jniwrapper.Bool NSCell.trackMouse_inRect_ofView_untilMouseUp(NSEvent theEvent, NSRect cellFrame, NSView controlView, boolean flag)
          This method represents the trackMouse() method of the NSCell Objective-C class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsclipview
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nsclipview
 class NSClipView
          This class represents NSClipView class.
 

Methods in com.jniwrapper.macosx.cocoa.nsclipview with parameters of type NSView
 void NSClipView.setDocumentView(NSView aView)
           
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nscolorpanel
 

Methods in com.jniwrapper.macosx.cocoa.nscolorpanel with parameters of type NSView
 void NSColorPanel.setAccessoryView(NSView aView)
           
static com.jniwrapper.Bool NSColorPanel.static_dragColor_withEvent_fromView(NSColor color, NSEvent theEvent, NSView sourceView)
          This method represents the dragColor() method of the NSColorPanel Objective-C class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nscolorwell
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nscolorwell
 class NSColorWell
          This class represents NSColorWell class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nscombobox
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nscombobox
 class NSComboBox
          This class represents NSComboBox class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nscontrol
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nscontrol
 class NSControl
          This class represents NSControl class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsdocument
 

Methods in com.jniwrapper.macosx.cocoa.nsdocument with parameters of type NSView
 com.jniwrapper.Int NSDocument.runModalSavePanel_withAccessoryView(NSSavePanel savePanel, NSView accessoryView)
          This method represents the runModalSavePanel() method of the NSDocument Objective-C class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsdrawer
 

Methods in com.jniwrapper.macosx.cocoa.nsdrawer with parameters of type NSView
 void NSDrawer.setContentView(NSView aView)
           
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsfontpanel
 

Methods in com.jniwrapper.macosx.cocoa.nsfontpanel with parameters of type NSView
 void NSFontPanel.setAccessoryView(NSView aView)
           
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsform
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nsform
 class NSForm
          This class represents NSForm class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsimageview
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nsimageview
 class NSImageView
          This class represents NSImageView class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsmatrix
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nsmatrix
 class NSMatrix
          This class represents NSMatrix class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsmenu
 

Methods in com.jniwrapper.macosx.cocoa.nsmenu with parameters of type NSView
static void NSMenu.static_popUpContextMenu_withEvent_forView(NSMenu menu, NSEvent event, NSView view)
          This method represents the popUpContextMenu() method of the NSMenu Objective-C class.
static void NSMenu.static_popUpContextMenu_withEvent_forView_withFont(NSMenu menu, NSEvent event, NSView view, NSFont font)
          This method represents the popUpContextMenu() method of the NSMenu Objective-C class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsmenuitemcell
 

Methods in com.jniwrapper.macosx.cocoa.nsmenuitemcell with parameters of type NSView
 void NSMenuItemCell.drawTitleWithFrame_inView(NSRect cellFrame, NSView controlView)
          This method represents the drawTitleWithFrame() method of the NSMenuItemCell Objective-C class.
 void NSMenuItemCell.drawKeyEquivalentWithFrame_inView(NSRect cellFrame, NSView controlView)
          This method represents the drawKeyEquivalentWithFrame() method of the NSMenuItemCell Objective-C class.
 void NSMenuItemCell.drawStateImageWithFrame_inView(NSRect cellFrame, NSView controlView)
          This method represents the drawStateImageWithFrame() method of the NSMenuItemCell Objective-C class.
 void NSMenuItemCell.drawBorderAndBackgroundWithFrame_inView(NSRect cellFrame, NSView controlView)
          This method represents the drawBorderAndBackgroundWithFrame() method of the NSMenuItemCell Objective-C class.
 void NSMenuItemCell.drawImageWithFrame_inView(NSRect cellFrame, NSView controlView)
          This method represents the drawImageWithFrame() method of the NSMenuItemCell Objective-C class.
 void NSMenuItemCell.drawSeparatorItemWithFrame_inView(NSRect cellFrame, NSView controlView)
          This method represents the drawSeparatorItemWithFrame() method of the NSMenuItemCell Objective-C class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsmenuview
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nsmenuview
 class NSMenuView
          This class represents NSMenuView class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsmovieview
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nsmovieview
 class NSMovieView
          This class represents NSMovieView class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsobject
 

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSView
 com.jniwrapper.Bool NSObject.splitView_canCollapseSubview(NSSplitView sender, NSView subview)
          This method represents the splitView() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void NSObject.view_stringForToolTip_point_userData(NSView view, NSToolTipTag tag, NSPoint point, com.jniwrapper.Pointer.Void data)
          This method represents the view() method of the NSObject Objective-C class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsopengl
 

Methods in com.jniwrapper.macosx.cocoa.nsopengl with parameters of type NSView
 void NSOpenGLContext.createTexture_fromView_internalFormat(com.jniwrapper.UInt32 target, NSView view, com.jniwrapper.UInt32 format)
          This method represents the createTexture() method of the NSOpenGLContext Objective-C class.
 void NSOpenGLContext.setView(NSView view)
           
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsopenglview
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nsopenglview
 class NSOpenGLView
          This class represents NSOpenGLView class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsoutlineview
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nsoutlineview
 class NSOutlineView
          This class represents NSOutlineView class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nspagelayout
 

Methods in com.jniwrapper.macosx.cocoa.nspagelayout with parameters of type NSView
 void NSPageLayout.setAccessoryView(NSView aView)
           
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nspopupbutton
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nspopupbutton
 class NSPopUpButton
          This class represents NSPopUpButton class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nspopupbuttoncell
 

Methods in com.jniwrapper.macosx.cocoa.nspopupbuttoncell with parameters of type NSView
 void NSPopUpButtonCell.performClickWithFrame_inView(NSRect frame, NSView controlView)
          This method represents the performClickWithFrame() method of the NSPopUpButtonCell Objective-C class.
 void NSPopUpButtonCell.attachPopUpWithFrame_inView(NSRect cellFrame, NSView controlView)
          This method represents the attachPopUpWithFrame() method of the NSPopUpButtonCell Objective-C class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsprintoperation
 

Methods in com.jniwrapper.macosx.cocoa.nsprintoperation with parameters of type NSView
static com.jniwrapper.Pointer.Void NSPrintOperation.static_EPSOperationWithView_insideRect_toData_printInfo(NSView aView, NSRect rect, NSMutableData data, NSPrintInfo aPrintInfo)
          This method represents the EPSOperationWithView() method of the NSPrintOperation Objective-C class.
static com.jniwrapper.Pointer.Void NSPrintOperation.static_PDFOperationWithView_insideRect_toData(NSView aView, NSRect rect, NSMutableData data)
          This method represents the PDFOperationWithView() method of the NSPrintOperation Objective-C class.
static com.jniwrapper.Pointer.Void NSPrintOperation.static_printOperationWithView(NSView aView)
           
static com.jniwrapper.Pointer.Void NSPrintOperation.static_printOperationWithView_printInfo(NSView aView, NSPrintInfo aPrintInfo)
          This method represents the printOperationWithView() method of the NSPrintOperation Objective-C class.
static com.jniwrapper.Pointer.Void NSPrintOperation.static_PDFOperationWithView_insideRect_toPath_printInfo(NSView aView, NSRect rect, java.lang.String path, NSPrintInfo aPrintInfo)
          This method represents the PDFOperationWithView() method of the NSPrintOperation Objective-C class.
 void NSPrintOperation.setAccessoryView(NSView aView)
           
static com.jniwrapper.Pointer.Void NSPrintOperation.static_EPSOperationWithView_insideRect_toData(NSView aView, NSRect rect, NSMutableData data)
          This method represents the EPSOperationWithView() method of the NSPrintOperation Objective-C class.
static com.jniwrapper.Pointer.Void NSPrintOperation.static_EPSOperationWithView_insideRect_toPath_printInfo(NSView aView, NSRect rect, java.lang.String path, NSPrintInfo aPrintInfo)
          This method represents the EPSOperationWithView() method of the NSPrintOperation Objective-C class.
static com.jniwrapper.Pointer.Void NSPrintOperation.static_PDFOperationWithView_insideRect_toData_printInfo(NSView aView, NSRect rect, NSMutableData data, NSPrintInfo aPrintInfo)
          This method represents the PDFOperationWithView() method of the NSPrintOperation Objective-C class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsprintpanel
 

Methods in com.jniwrapper.macosx.cocoa.nsprintpanel with parameters of type NSView
 void NSPrintPanel.setAccessoryView(NSView aView)
           
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsprogressindicator
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nsprogressindicator
 class NSProgressIndicator
          This class represents NSProgressIndicator class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsquickdrawview
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nsquickdrawview
 class NSQuickDrawView
          This class represents NSQuickDrawView class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsrulerview
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nsrulerview
 class NSRulerView
          This class represents NSRulerView class.
 

Methods in com.jniwrapper.macosx.cocoa.nsrulerview with parameters of type NSView
 void NSRulerView.setAccessoryView(NSView accessory)
           
 void NSRulerView.setClientView(NSView client)
           
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nssavepanel
 

Methods in com.jniwrapper.macosx.cocoa.nssavepanel with parameters of type NSView
 void NSSavePanel.setAccessoryView(NSView view)
           
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsscroller
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nsscroller
 class NSScroller
          This class represents NSScroller class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsscrollview
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nsscrollview
 class NSScrollView
          This class represents NSScrollView class.
 

Methods in com.jniwrapper.macosx.cocoa.nsscrollview with parameters of type NSView
 void NSScrollView.setDocumentView(NSView aView)
           
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nssearchfield
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nssearchfield
 class NSSearchField
          This class represents NSSearchField class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nssecuretextfield
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nssecuretextfield
 class NSSecureTextField
          This class represents NSSecureTextField class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nssegmentedcell
 

Methods in com.jniwrapper.macosx.cocoa.nssegmentedcell with parameters of type NSView
 void NSSegmentedCell.drawSegment_inFrame_withView(com.jniwrapper.Int segment, NSRect frame, NSView controlView)
          This method represents the drawSegment() method of the NSSegmentedCell Objective-C class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nssegmentedcontrol
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nssegmentedcontrol
 class NSSegmentedControl
          This class represents NSSegmentedControl class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsslider
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nsslider
 class NSSlider
          This class represents NSSlider class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsspellchecker
 

Methods in com.jniwrapper.macosx.cocoa.nsspellchecker with parameters of type NSView
 void NSSpellChecker.setAccessoryView(NSView aView)
           
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nssplitview
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nssplitview
 class NSSplitView
          This class represents NSSplitView class.
 

Methods in com.jniwrapper.macosx.cocoa.nssplitview with parameters of type NSView
 com.jniwrapper.Bool NSSplitView.isSubviewCollapsed(NSView subview)
           
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsstatusitem
 

Methods in com.jniwrapper.macosx.cocoa.nsstatusitem with parameters of type NSView
 void NSStatusItem.setView(NSView view)
           
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsstepper
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nsstepper
 class NSStepper
          This class represents NSStepper class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nstableheadercell
 

Methods in com.jniwrapper.macosx.cocoa.nstableheadercell with parameters of type NSView
 void NSTableHeaderCell.drawSortIndicatorWithFrame_inView_ascending_priority(NSRect cellFrame, NSView controlView, boolean ascending, com.jniwrapper.Int priority)
          This method represents the drawSortIndicatorWithFrame() method of the NSTableHeaderCell Objective-C class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nstableheaderview
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nstableheaderview
 class NSTableHeaderView
          This class represents NSTableHeaderView class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nstableview
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nstableview
 class NSTableView
          This class represents NSTableView class.
 

Methods in com.jniwrapper.macosx.cocoa.nstableview with parameters of type NSView
 void NSTableView.setCornerView(NSView cornerView)
           
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nstabview
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nstabview
 class NSTabView
          This class represents NSTabView class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nstabviewitem
 

Methods in com.jniwrapper.macosx.cocoa.nstabviewitem with parameters of type NSView
 void NSTabViewItem.setInitialFirstResponder(NSView view)
           
 void NSTabViewItem.setView(NSView view)
           
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nstext
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nstext
 class NSText
          This class represents NSText class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nstextattachment
 

Methods in com.jniwrapper.macosx.cocoa.nstextattachment with parameters of type NSView
 void NSTextAttachmentCellProtocol.drawWithFrame_inView_characterIndex_layoutManager(NSRect cellFrame, NSView controlView, com.jniwrapper.UInt16 charIndex, NSLayoutManager layoutManager)
          This method represents the drawWithFrame() method of the NSTextAttachmentCellProtocol Objective-C protocol.
 void NSTextAttachmentCellProtocol.drawWithFrame_inView_characterIndex(NSRect cellFrame, NSView controlView, com.jniwrapper.UInt16 charIndex)
          This method represents the drawWithFrame() method of the NSTextAttachmentCellProtocol Objective-C protocol.
 void NSTextAttachmentCellProtocol.highlight_withFrame_inView(boolean flag, NSRect cellFrame, NSView controlView)
          This method represents the highlight() method of the NSTextAttachmentCellProtocol Objective-C protocol.
 void NSTextAttachmentCellProtocol.drawWithFrame_inView(NSRect cellFrame, NSView controlView)
          This method represents the drawWithFrame() method of the NSTextAttachmentCellProtocol Objective-C protocol.
 com.jniwrapper.Bool NSTextAttachmentCellProtocol.trackMouse_inRect_ofView_untilMouseUp(NSEvent theEvent, NSRect cellFrame, NSView controlView, boolean flag)
          This method represents the trackMouse() method of the NSTextAttachmentCellProtocol Objective-C protocol.
 com.jniwrapper.Bool NSTextAttachmentCellProtocol.trackMouse_inRect_ofView_atCharacterIndex_untilMouseUp(NSEvent theEvent, NSRect cellFrame, NSView controlView, com.jniwrapper.UInt16 charIndex, boolean flag)
          This method represents the trackMouse() method of the NSTextAttachmentCellProtocol Objective-C protocol.
 com.jniwrapper.Bool NSTextAttachmentCellProtocol.wantsToTrackMouseForEvent_inRect_ofView_atCharacterIndex(NSEvent theEvent, NSRect cellFrame, NSView controlView, com.jniwrapper.UInt16 charIndex)
          This method represents the wantsToTrackMouseForEvent() method of the NSTextAttachmentCellProtocol Objective-C protocol.
 void NSTextAttachmentCell.drawWithFrame_inView_characterIndex_layoutManager(NSRect cellFrame, NSView controlView, com.jniwrapper.UInt16 charIndex, NSLayoutManager layoutManager)
          This method represents the drawWithFrame() method of the NSTextAttachmentCell Objective-C class.
 void NSTextAttachmentCell.drawWithFrame_inView_characterIndex(NSRect cellFrame, NSView controlView, com.jniwrapper.UInt16 charIndex)
          This method represents the drawWithFrame() method of the NSTextAttachmentCell Objective-C class.
 void NSTextAttachmentCell.highlight_withFrame_inView(boolean flag, NSRect cellFrame, NSView controlView)
          This method represents the highlight() method of the NSTextAttachmentCell Objective-C class.
 com.jniwrapper.Bool NSTextAttachmentCell.wantsToTrackMouseForEvent_inRect_ofView_atCharacterIndex(NSEvent theEvent, NSRect cellFrame, NSView controlView, com.jniwrapper.UInt16 charIndex)
          This method represents the wantsToTrackMouseForEvent() method of the NSTextAttachmentCell Objective-C class.
 void NSTextAttachmentCell.drawWithFrame_inView(NSRect cellFrame, NSView controlView)
          This method represents the drawWithFrame() method of the NSTextAttachmentCell Objective-C class.
 com.jniwrapper.Bool NSTextAttachmentCell.trackMouse_inRect_ofView_atCharacterIndex_untilMouseUp(NSEvent theEvent, NSRect cellFrame, NSView controlView, com.jniwrapper.UInt16 charIndex, boolean flag)
          This method represents the trackMouse() method of the NSTextAttachmentCell Objective-C class.
 com.jniwrapper.Bool NSTextAttachmentCell.trackMouse_inRect_ofView_untilMouseUp(NSEvent theEvent, NSRect cellFrame, NSView controlView, boolean flag)
          This method represents the trackMouse() method of the NSTextAttachmentCell Objective-C class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nstextfield
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nstextfield
 class NSTextField
          This class represents NSTextField class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nstextview
 

Subclasses of NSView in com.jniwrapper.macosx.cocoa.nstextview
 class NSTextView
          This class represents NSTextView class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nstoolbaritem
 

Methods in com.jniwrapper.macosx.cocoa.nstoolbaritem with parameters of type NSView
 void NSToolbarItem.setView(NSView view)
           
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsview
 

Methods in com.jniwrapper.macosx.cocoa.nsview with parameters of type NSView
 void NSView.replaceSubview_with(NSView oldView, NSView newView)
          This method represents the replaceSubview() method of the NSView Objective-C class.
 NSPoint NSView.convertPoint_fromView(NSPoint aPoint, NSView aView)
          This method represents the convertPoint() method of the NSView Objective-C class.
 NSSize NSView.convertSize_fromView(NSSize aSize, NSView aView)
          This method represents the convertSize() method of the NSView Objective-C class.
 NSRect NSView.convertRect_fromView(NSRect aRect, NSView aView)
          This method represents the convertRect() method of the NSView Objective-C class.
 void NSView.addSubview_positioned_relativeTo(NSView aView, NSWindowOrderingMode place, NSView otherView)
          This method represents the addSubview() method of the NSView Objective-C class.
 com.jniwrapper.Bool NSView.isDescendantOf(NSView aView)
           
 void NSView.viewWillMoveToSuperview(NSView newSuperview)
           
 NSRect NSView.convertRect_toView(NSRect aRect, NSView aView)
          This method represents the convertRect() method of the NSView Objective-C class.
 void NSView.rulerView_willSetClientView(NSRulerView ruler, NSView newClient)
          This method represents the rulerView() method of the NSView Objective-C class.
 void NSView.addSubview(NSView aView)
           
 void NSView.didAddSubview(NSView subview)
           
 void NSView.willRemoveSubview(NSView subview)
           
 com.jniwrapper.Pointer.Void NSView.ancestorSharedWithView(NSView aView)
           
 NSPoint NSView.convertPoint_toView(NSPoint aPoint, NSView aView)
          This method represents the convertPoint() method of the NSView Objective-C class.
 void NSView.setNextKeyView(NSView next)
           
 NSSize NSView.convertSize_toView(NSSize aSize, NSView aView)
          This method represents the convertSize() method of the NSView Objective-C class.
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nswindow
 

Methods in com.jniwrapper.macosx.cocoa.nswindow with parameters of type NSView
 void NSWindow.invalidateCursorRectsForView(NSView aView)
           
 void NSWindow.setContentView(NSView aView)
           
 void NSWindow.setInitialFirstResponder(NSView view)
           
 void NSWindow.selectKeyViewFollowingView(NSView aView)
           
 void NSWindow.selectKeyViewPrecedingView(NSView aView)
           
 

Uses of NSView in com.jniwrapper.macosx.cocoa.nsworkspace
 

Methods in com.jniwrapper.macosx.cocoa.nsworkspace with parameters of type NSView
 com.jniwrapper.Bool NSWorkspace.openFile_fromImage_at_inView(java.lang.String fullPath, NSImage anImage, NSPoint point, NSView aView)
          This method represents the openFile() method of the NSWorkspace Objective-C class.