com.jniwrapper.macosx.cocoa.nsview
Class NSView

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.Pointer.Void
          extended bycom.jniwrapper.macosx.cocoa.Id
              extended bycom.jniwrapper.macosx.cocoa.CObject
                  extended bycom.jniwrapper.macosx.cocoa.nsobject.NSObject
                      extended bycom.jniwrapper.macosx.cocoa.nsresponder.NSResponder
                          extended bycom.jniwrapper.macosx.cocoa.nsview.NSView
All Implemented Interfaces:
com.jniwrapper.IntegerParameter, NSCodingProtocol, NSObjectProtocol, com.jniwrapper.PointerParameter
Direct Known Subclasses:
NSBox, NSClipView, NSControl, NSMenuView, NSMovieView, NSOpenGLView, NSProgressIndicator, NSQuickDrawView, NSRulerView, NSScrollView, NSSplitView, NSTableHeaderView, NSTabView, NSText

public class NSView
extends NSResponder

This class represents NSView class. See the class documentation at the Apple's site: NSView


Field Summary
 
Fields inherited from class com.jniwrapper.macosx.cocoa.CObject
_fields
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSView()
           
NSView(boolean autorelease)
          Contructs the NSView class with the autorelease option on.
NSView(com.jniwrapper.Pointer.Void instancePtr)
          Contructs the NSView class from pointer.
NSView(java.lang.String methodName, com.jniwrapper.Parameter[] parameters)
          Contructs the NSView class with static constructor.
 
Method Summary
 com.jniwrapper.Bool acceptsFirstMouse(NSEvent theEvent)
           
 void addCursorRect_cursor(NSRect aRect, NSCursor anObj)
          This method represents the addCursorRect() method of the NSView Objective-C class.
 void addSubview_positioned_relativeTo(NSView aView, NSWindowOrderingMode place, NSView otherView)
          This method represents the addSubview() method of the NSView Objective-C class.
 void addSubview(NSView aView)
           
 NSToolTipTag addToolTipRect_owner_userData(NSRect aRect, Id anObject, com.jniwrapper.Pointer.Void data)
          This method represents the addToolTipRect() method of the NSView Objective-C class.
 NSTrackingRectTag addTrackingRect_owner_userData_assumeInside(NSRect aRect, Id anObject, com.jniwrapper.Pointer.Void data, boolean flag)
          This method represents the addTrackingRect() method of the NSView Objective-C class.
 void adjustPageHeightNew_top_bottom_limit(com.jniwrapper.SingleFloat newBottom, com.jniwrapper.SingleFloat oldTop, com.jniwrapper.SingleFloat oldBottom, com.jniwrapper.SingleFloat bottomLimit)
          This method represents the adjustPageHeightNew() method of the NSView Objective-C class.
 void adjustPageWidthNew_left_right_limit(com.jniwrapper.SingleFloat newRight, com.jniwrapper.SingleFloat oldLeft, com.jniwrapper.SingleFloat oldRight, com.jniwrapper.SingleFloat rightLimit)
          This method represents the adjustPageWidthNew() method of the NSView Objective-C class.
 NSRect adjustScroll(NSRect newVisible)
           
 void allocateGState()
           
 com.jniwrapper.Pointer.Void ancestorSharedWithView(NSView aView)
           
 com.jniwrapper.Bool autoresizesSubviews()
           
 com.jniwrapper.UInt autoresizingMask()
           
 com.jniwrapper.Bool autoscroll(NSEvent theEvent)
           
 void beginDocument()
           
 void beginPageInRect_atPlacement(NSRect aRect, NSPoint location)
          This method represents the beginPageInRect() method of the NSView Objective-C class.
 NSRect bounds()
           
 com.jniwrapper.SingleFloat boundsRotation()
           
 com.jniwrapper.Bool canBecomeKeyView()
           
 com.jniwrapper.Bool canDraw()
           
 NSRect centerScanRect(NSRect aRect)
           
 NSPoint convertPoint_fromView(NSPoint aPoint, NSView aView)
          This method represents the convertPoint() method of the NSView Objective-C class.
 NSPoint convertPoint_toView(NSPoint aPoint, NSView aView)
          This method represents the convertPoint() method of the NSView Objective-C class.
 NSRect convertRect_fromView(NSRect aRect, NSView aView)
          This method represents the convertRect() method of the NSView Objective-C class.
 NSRect convertRect_toView(NSRect aRect, NSView aView)
          This method represents the convertRect() method of the NSView Objective-C class.
 NSSize convertSize_fromView(NSSize aSize, NSView aView)
          This method represents the convertSize() method of the NSView Objective-C class.
 NSSize convertSize_toView(NSSize aSize, NSView aView)
          This method represents the convertSize() method of the NSView Objective-C class.
 com.jniwrapper.Pointer.Void dataWithEPSInsideRect(NSRect rect)
           
 com.jniwrapper.Pointer.Void dataWithPDFInsideRect(NSRect rect)
           
 void didAddSubview(NSView subview)
           
 void discardCursorRects()
           
 void display()
           
 void displayIfNeeded()
           
 void displayIfNeededIgnoringOpacity()
           
 void displayIfNeededInRect(NSRect rect)
           
 void displayIfNeededInRectIgnoringOpacity(NSRect rect)
           
 void displayRect(NSRect rect)
           
 void displayRectIgnoringOpacity(NSRect rect)
           
 com.jniwrapper.Bool dragFile_fromRect_slideBack_event(java.lang.String filename, NSRect rect, boolean aFlag, NSEvent event)
          This method represents the dragFile() method of the NSView Objective-C class.
 void dragImage_at_offset_event_pasteboard_source_slideBack(NSImage anImage, NSPoint viewLocation, NSSize initialOffset, NSEvent event, NSPasteboard pboard, Id sourceObj, boolean slideFlag)
          This method represents the dragImage() method of the NSView Objective-C class.
 com.jniwrapper.Bool dragPromisedFilesOfTypes_fromRect_source_slideBack_event(NSArray typeArray, NSRect rect, Id sourceObject, boolean aFlag, NSEvent event)
          This method represents the dragPromisedFilesOfTypes() method of the NSView Objective-C class.
 void drawPageBorderWithSize(NSSize borderSize)
           
 void drawRect(NSRect rect)
           
 void drawSheetBorderWithSize(NSSize borderSize)
           
 com.jniwrapper.Pointer.Void enclosingScrollView()
           
 void endDocument()
           
 void endPage()
           
 NSFocusRingType focusRingType()
           
 NSRect frame()
           
 com.jniwrapper.SingleFloat frameRotation()
           
 void getRectsBeingDrawn_count(NSRect rects, com.jniwrapper.Int count)
          This method represents the getRectsBeingDrawn() method of the NSView Objective-C class.
 com.jniwrapper.Int gState()
           
 com.jniwrapper.SingleFloat heightAdjustLimit()
           
 com.jniwrapper.Pointer.Void hitTest(NSPoint aPoint)
           
protected  void init(com.jniwrapper.Parameter[] fields)
           
 Id initWithFrame(NSRect frameRect)
           
 com.jniwrapper.Bool inLiveResize()
           
 com.jniwrapper.Bool isDescendantOf(NSView aView)
           
 com.jniwrapper.Bool isFlipped()
           
 com.jniwrapper.Bool isHidden()
           
 com.jniwrapper.Bool isHiddenOrHasHiddenAncestor()
           
 com.jniwrapper.Bool isOpaque()
           
 com.jniwrapper.Bool isRotatedFromBase()
           
 com.jniwrapper.Bool isRotatedOrScaledFromBase()
           
 com.jniwrapper.Bool knowsPageRange(NSRangePointer range)
           
 NSPoint locationOfPrintRect(NSRect aRect)
           
 void lockFocus()
           
 com.jniwrapper.Bool lockFocusIfCanDraw()
           
 com.jniwrapper.Pointer.Void menuForEvent(NSEvent event)
           
 com.jniwrapper.Bool mouse_inRect(NSPoint aPoint, NSRect aRect)
          This method represents the mouse() method of the NSView Objective-C class.
 com.jniwrapper.Bool mouseDownCanMoveWindow()
           
 com.jniwrapper.Bool needsDisplay()
           
 com.jniwrapper.Bool needsPanelToBecomeKey()
           
 com.jniwrapper.Bool needsToDrawRect(NSRect aRect)
           
 com.jniwrapper.Pointer.Void nextKeyView()
           
 com.jniwrapper.Pointer.Void nextValidKeyView()
           
 com.jniwrapper.Pointer.Void opaqueAncestor()
           
 com.jniwrapper.Bool performKeyEquivalent(NSEvent theEvent)
           
 com.jniwrapper.Bool performMnemonic(java.lang.String theString)
           
 com.jniwrapper.Bool postsBoundsChangedNotifications()
           
 com.jniwrapper.Bool postsFrameChangedNotifications()
           
 com.jniwrapper.Pointer.Void previousKeyView()
           
 com.jniwrapper.Pointer.Void previousValidKeyView()
           
 void print(Id sender)
           
 com.jniwrapper.Pointer.Void printJobTitle()
           
 NSRect rectForPage(com.jniwrapper.Int page)
           
 void reflectScrolledClipView(NSClipView aClipView)
           
 void registerForDraggedTypes(NSArray newTypes)
           
 void releaseGState()
           
 void removeAllToolTips()
           
 void removeCursorRect_cursor(NSRect aRect, NSCursor anObj)
          This method represents the removeCursorRect() method of the NSView Objective-C class.
 void removeFromSuperview()
           
 void removeFromSuperviewWithoutNeedingDisplay()
           
 void removeToolTip(NSToolTipTag tag)
           
 void removeTrackingRect(NSTrackingRectTag tag)
           
 void renewGState()
           
 void replaceSubview_with(NSView oldView, NSView newView)
          This method represents the replaceSubview() method of the NSView Objective-C class.
 void resetCursorRects()
           
 void resizeSubviewsWithOldSize(NSSize oldSize)
           
 void resizeWithOldSuperviewSize(NSSize oldSize)
           
 void rotateByAngle(com.jniwrapper.SingleFloat angle)
           
 void rulerView_didAddMarker(NSRulerView ruler, NSRulerMarker marker)
          This method represents the rulerView() method of the NSView Objective-C class.
 void rulerView_didMoveMarker(NSRulerView ruler, NSRulerMarker marker)
          This method represents the rulerView() method of the NSView Objective-C class.
 void rulerView_didRemoveMarker(NSRulerView ruler, NSRulerMarker marker)
          This method represents the rulerView() method of the NSView Objective-C class.
 void rulerView_handleMouseDown(NSRulerView ruler, NSEvent event)
          This method represents the rulerView() method of the NSView Objective-C class.
 com.jniwrapper.Bool rulerView_shouldAddMarker(NSRulerView ruler, NSRulerMarker marker)
          This method represents the rulerView() method of the NSView Objective-C class.
 com.jniwrapper.Bool rulerView_shouldMoveMarker(NSRulerView ruler, NSRulerMarker marker)
          This method represents the rulerView() method of the NSView Objective-C class.
 com.jniwrapper.Bool rulerView_shouldRemoveMarker(NSRulerView ruler, NSRulerMarker marker)
          This method represents the rulerView() method of the NSView Objective-C class.
 com.jniwrapper.SingleFloat rulerView_willAddMarker_atLocation(NSRulerView ruler, NSRulerMarker marker, com.jniwrapper.SingleFloat location)
          This method represents the rulerView() method of the NSView Objective-C class.
 com.jniwrapper.SingleFloat rulerView_willMoveMarker_toLocation(NSRulerView ruler, NSRulerMarker marker, com.jniwrapper.SingleFloat location)
          This method represents the rulerView() method of the NSView Objective-C class.
 void rulerView_willSetClientView(NSRulerView ruler, NSView newClient)
          This method represents the rulerView() method of the NSView Objective-C class.
 void scaleUnitSquareToSize(NSSize newUnitSize)
           
 void scrollClipView_toPoint(NSClipView aClipView, NSPoint aPoint)
          This method represents the scrollClipView() method of the NSView Objective-C class.
 void scrollPoint(NSPoint aPoint)
           
 void scrollRect_by(NSRect aRect, NSSize delta)
          This method represents the scrollRect() method of the NSView Objective-C class.
 com.jniwrapper.Bool scrollRectToVisible(NSRect aRect)
           
 void setAutoresizesSubviews(boolean flag)
           
 void setAutoresizingMask(com.jniwrapper.UInt mask)
           
 void setBounds(NSRect aRect)
           
 void setBoundsOrigin(NSPoint newOrigin)
           
 void setBoundsRotation(com.jniwrapper.SingleFloat angle)
           
 void setBoundsSize(NSSize newSize)
           
 void setFocusRingType(NSFocusRingType focusRingType)
           
 void setFrame(NSRect frameRect)
           
 void setFrameOrigin(NSPoint newOrigin)
           
 void setFrameRotation(com.jniwrapper.SingleFloat angle)
           
 void setFrameSize(NSSize newSize)
           
 void setHidden(boolean flag)
           
 void setKeyboardFocusRingNeedsDisplayInRect(NSRect rect)
           
 void setNeedsDisplay(boolean flag)
           
 void setNeedsDisplayInRect(NSRect invalidRect)
           
 void setNextKeyView(NSView next)
           
 void setPostsBoundsChangedNotifications(boolean flag)
           
 void setPostsFrameChangedNotifications(boolean flag)
           
 void setToolTip(java.lang.String string)
           
 void setUpGState()
           
 com.jniwrapper.Bool shouldDelayWindowOrderingForEvent(NSEvent theEvent)
           
 com.jniwrapper.Bool shouldDrawColor()
           
 void sortSubviewsUsingFunction_context(com.jniwrapper.Int compare, com.jniwrapper.Pointer.Void context)
          This method represents the sortSubviewsUsingFunction() method of the NSView Objective-C class.
static NSFocusRingType static_defaultFocusRingType()
           
static com.jniwrapper.Pointer.Void static_defaultMenu()
           
static com.jniwrapper.Pointer.Void static_focusView()
           
 com.jniwrapper.Pointer.Void subviews()
           
 com.jniwrapper.Pointer.Void superview()
           
 com.jniwrapper.Int tag()
           
 com.jniwrapper.Pointer.Void toolTip()
           
 void translateOriginToPoint(NSPoint translation)
           
 void unlockFocus()
           
 void unregisterDraggedTypes()
           
 void viewDidEndLiveResize()
           
 void viewDidMoveToSuperview()
           
 void viewDidMoveToWindow()
           
 void viewWillMoveToSuperview(NSView newSuperview)
           
 void viewWillMoveToWindow(NSWindow newWindow)
           
 void viewWillStartLiveResize()
           
 Id viewWithTag(com.jniwrapper.Int aTag)
           
 NSRect visibleRect()
           
 com.jniwrapper.Bool wantsDefaultClipping()
           
 com.jniwrapper.SingleFloat widthAdjustLimit()
           
 void willRemoveSubview(NSView subview)
           
 com.jniwrapper.Pointer.Void window()
           
 void writeEPSInsideRect_toPasteboard(NSRect rect, NSPasteboard pasteboard)
          This method represents the writeEPSInsideRect() method of the NSView Objective-C class.
 void writePDFInsideRect_toPasteboard(NSRect rect, NSPasteboard pasteboard)
          This method represents the writePDFInsideRect() method of the NSView Objective-C class.
 
Methods inherited from class com.jniwrapper.macosx.cocoa.nsresponder.NSResponder
acceptsFirstResponder, becomeFirstResponder, cancelOperation, capitalizeWord, centerSelectionInVisibleArea, changeCaseOfLetter, complete, deleteBackward, deleteBackwardByDecomposingPreviousCharacter, deleteForward, deleteToBeginningOfLine, deleteToBeginningOfParagraph, deleteToEndOfLine, deleteToEndOfParagraph, deleteToMark, deleteWordBackward, deleteWordForward, doCommandBySelector, encodeWithCoder, flagsChanged, flushBufferedKeyEvents, helpRequested, indent, initWithCoder, insertBacktab, insertNewline, insertNewlineIgnoringFieldEditor, insertParagraphSeparator, insertTab, insertTabIgnoringFieldEditor, insertText, interfaceStyle, interpretKeyEvents, keyDown, keyUp, lowercaseWord, menu, mouseDown, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseUp, moveBackward, moveBackwardAndModifySelection, moveDown, moveDownAndModifySelection, moveForward, moveForwardAndModifySelection, moveLeft, moveLeftAndModifySelection, moveRight, moveRightAndModifySelection, moveToBeginningOfDocument, moveToBeginningOfLine, moveToBeginningOfParagraph, moveToEndOfDocument, moveToEndOfLine, moveToEndOfParagraph, moveUp, moveUpAndModifySelection, moveWordBackward, moveWordBackwardAndModifySelection, moveWordForward, moveWordForwardAndModifySelection, moveWordLeft, moveWordLeftAndModifySelection, moveWordRight, moveWordRightAndModifySelection, nextResponder, noResponderFor, otherMouseDown, otherMouseDragged, otherMouseUp, pageDown, pageUp, resignFirstResponder, rightMouseDown, rightMouseDragged, rightMouseUp, scrollLineDown, scrollLineUp, scrollPageDown, scrollPageUp, scrollWheel, selectAll, selectLine, selectParagraph, selectToMark, selectWord, setInterfaceStyle, setMark, setMenu, setNextResponder, shouldBeTreatedAsInkEvent, showContextHelp, swapWithMark, transpose, transposeWords, tryToPerform_with, undoManager, uppercaseWord, validRequestorForSendType_returnType, yank
 
Methods inherited from class com.jniwrapper.macosx.cocoa.nsobject.NSObject
_class, accessibilityActionDescription, accessibilityActionNames, accessibilityAttributeNames, accessibilityAttributeValue_forParameter, accessibilityAttributeValue, accessibilityFocusedUIElement, accessibilityHitTest, accessibilityIsAttributeSettable, accessibilityIsIgnored, accessibilityParameterizedAttributeNames, accessibilityPerformAction, accessibilitySetValue_forAttribute, addObserver_forKeyPath_options_context, alertShowHelp, application_delegateHandlesKey, application_openFile, application_openFiles, application_openFileWithoutUI, application_openTempFile, application_printFile, application_printFiles, applicationDidBecomeActive, applicationDidChangeScreenParameters, applicationDidFinishLaunching, applicationDidHide, applicationDidResignActive, applicationDidUnhide, applicationDidUpdate, applicationDockMenu, applicationOpenUntitledFile, applicationShouldHandleReopen_hasVisibleWindows, applicationShouldOpenUntitledFile, applicationShouldTerminate, applicationShouldTerminateAfterLastWindowClosed, applicationWillBecomeActive, applicationWillFinishLaunching, applicationWillHide, applicationWillResignActive, applicationWillTerminate, applicationWillUnhide, applicationWillUpdate, archiver_didEncodeObject, archiver_willEncodeObject, archiver_willReplaceObject_withObject, archiverDidFinish, archiverWillFinish, attributeKeys, authenticateComponents_withData, authenticationDataForComponents, autorelease, awakeAfterUsingCoder, awakeFromNib, bind_toObject_withKeyPath_options, browser_createRowsForColumn_inMatrix, browser_isColumnValid, browser_numberOfRowsInColumn, browser_selectCellWithString_inColumn, browser_selectRow_inColumn, browser_shouldSizeColumn_forUserResize_toWidth, browser_sizeToFitWidthOfColumn, browser_titleOfColumn, browser_willDisplayCell_atRow_column, browserColumnConfigurationDidChange, browserDidScroll, browserWillScroll, changeColor, changeFont, classCode, classDescription, classForArchiver, classForCoder, classForKeyedArchiver, classForPortCoder, className, coerceValue_forKey, comboBox_completedString, comboBox_indexOfItemWithStringValue, comboBox_objectValueForItemAtIndex, comboBoxCell_completedString, comboBoxCell_indexOfItemWithStringValue, comboBoxCell_objectValueForItemAtIndex, comboBoxSelectionDidChange, comboBoxSelectionIsChanging, comboBoxWillDismiss, comboBoxWillPopUp, commitEditing, concludeDragOperation, conformsToProtocol, connection_didCancelAuthenticationChallenge, connection_didFailWithError, connection_didReceiveAuthenticationChallenge, connection_didReceiveData, connection_didReceiveResponse, connection_handleRequest, connection_shouldMakeNewConnection, connection_willCacheResponse, connection_willSendRequest_redirectResponse, connectionDidFinishLoading, control_didFailToFormatString_errorDescription, control_didFailToValidatePartialString_errorDescription, control_isValidObject, control_textShouldBeginEditing, control_textShouldEndEditing, control_textView_completions_forPartialWordRange_indexOfSelectedItem, control_textView_doCommandBySelector, controlTextDidBeginEditing, controlTextDidChange, controlTextDidEndEditing, copy, createConversationForConnection, dealloc, description, dictionaryWithValuesForKeys, didChange_valuesAtIndexes_forKey, didChangeValueForKey, discardEditing, doesContain, doesNotRecognizeSelector, download_decideDestinationWithSuggestedFilename, download_didCancelAuthenticationChallenge, download_didCreateDestination, download_didFailWithError, download_didReceiveAuthenticationChallenge, download_didReceiveDataOfLength, download_didReceiveResponse, download_shouldDecodeSourceDataOfMIMEType, download_willSendRequest_redirectResponse, downloadDidBegin, downloadDidFinish, draggedImage_beganAt, draggedImage_endedAt_deposited, draggedImage_endedAt_operation, draggedImage_movedTo, draggingEnded, draggingEntered, draggingExited, draggingSourceOperationMaskForLocal, draggingUpdated, drawerDidClose, drawerDidOpen, drawerShouldClose, drawerShouldOpen, drawerWillClose, drawerWillOpen, drawerWillResizeContents_toSize, exposedBindings, fileManager_shouldProceedAfterError, fileManager_willProcessPath, fontManager_willIncludeFont, forwardInvocation, handleMachMessage, handlePortMessage, handleQueryWithUnboundKey, handleTakeValue_forUnboundKey, hash, ignoreModifierKeysWhileDragging, image_didLoadPartOfRepresentation_withValidRows, image_didLoadRepresentation_withStatus, image_didLoadRepresentationHeader, image_willLoadRepresentation, imageDidNotDraw_inRect, indicesOfObjectsByEvaluatingObjectSpecifier, init, insertValue_atIndex_inPropertyWithKey, insertValue_inPropertyWithKey, inverseForRelationshipKey, isCaseInsensitiveLike, isEqual, isEqualTo, isGreaterThan, isGreaterThanOrEqualTo, isKindOfClass, isLessThan, isLessThanOrEqualTo, isLike, isMemberOfClass, isNotEqualTo, isProxy, layoutManager_didCompleteLayoutForTextContainer_atEnd, layoutManagerDidInvalidateLayout, makeNewConnection_sender, menu_updateItem_atIndex_shouldCancel, menuHasKeyEquivalent_forEvent_target_action, menuNeedsUpdate, methodForSelector, methodSignatureForSelector, mutableArrayValueForKey, mutableArrayValueForKeyPath, mutableCopy, namesOfPromisedFilesDroppedAtDestination, netService_didNotPublish, netService_didNotResolve, netServiceBrowser_didFindDomain_moreComing, netServiceBrowser_didFindService_moreComing, netServiceBrowser_didNotSearch, netServiceBrowser_didRemoveDomain_moreComing, netServiceBrowser_didRemoveService_moreComing, netServiceBrowserDidStopSearch, netServiceBrowserWillSearch, netServiceDidResolveAddress, netServiceDidStop, netServiceWillPublish, netServiceWillResolve, NSObject__new, NSObject_alloc, NSObject_allocWithZone, NSObject_copyWithZone, NSObject_defaultPlaceholderForMarker_withBinding, NSObject_mutableCopyWithZone, numberOfItemsInComboBox, numberOfItemsInComboBoxCell, numberOfItemsInMenu, numberOfRowsInTableView, objectDidBeginEditing, objectDidEndEditing, objectSpecifier, observationInfo, observeValueForKeyPath_ofObject_change_context, outlineView_acceptDrop_item_childIndex, outlineView_child_ofItem, outlineView_didClickTableColumn, outlineView_didDragTableColumn, outlineView_isItemExpandable, outlineView_itemForPersistentObject, outlineView_mouseDownInHeaderOfTableColumn, outlineView_numberOfChildrenOfItem, outlineView_objectValueForTableColumn_byItem, outlineView_persistentObjectForItem, outlineView_setObjectValue_forTableColumn_byItem, outlineView_shouldCollapseItem, outlineView_shouldEditTableColumn_item, outlineView_shouldExpandItem, outlineView_shouldSelectItem, outlineView_shouldSelectTableColumn, outlineView_sortDescriptorsDidChange, outlineView_validateDrop_proposedItem_proposedChildIndex, outlineView_willDisplayCell_forTableColumn_item, outlineView_willDisplayOutlineCell_forTableColumn_item, outlineView_writeItems_toPasteboard, outlineViewColumnDidMove, outlineViewColumnDidResize, outlineViewItemDidCollapse, outlineViewItemDidExpand, outlineViewItemWillCollapse, outlineViewItemWillExpand, outlineViewSelectionDidChange, outlineViewSelectionIsChanging, panel_compareFilename_with_caseSensitive, panel_directoryDidChange, panel_isValidFilename, panel_shouldShowFilename, panel_userEnteredFilename_confirmed, panel_willExpand, panelSelectionDidChange, parser_didEndElement_namespaceURI_qualifiedName, parser_didEndMappingPrefix, parser_didStartElement_namespaceURI_qualifiedName_attributes, parser_didStartMappingPrefix_toURI, parser_foundAttributeDeclarationWithName_forElement_type_defaultValue, parser_foundCDATA, parser_foundCharacters, parser_foundComment, parser_foundElementDeclarationWithName_model, parser_foundExternalEntityDeclarationWithName_publicID_systemID, parser_foundIgnorableWhitespace, parser_foundInternalEntityDeclarationWithName_value, parser_foundNotationDeclarationWithName_publicID_systemID, parser_foundProcessingInstructionWithTarget_data, parser_foundUnparsedEntityDeclarationWithName_publicID_systemID_notationName, parser_parseErrorOccurred, parser_resolveExternalEntityName_systemID, parser_validationErrorOccurred, parserDidEndDocument, parserDidStartDocument, pasteboard_provideDataForType, pasteboardChangedOwner, performDragOperation, performSelector_withObject_afterDelay_inModes, performSelector_withObject_afterDelay, performSelector_withObject_withObject, performSelector_withObject, performSelector, performSelectorOnMainThread_withObject_waitUntilDone_modes, performSelectorOnMainThread_withObject_waitUntilDone, prepareForDragOperation, readSelectionFromPasteboard, release, removeObserver_forKeyPath, removeValueAtIndex_fromPropertyWithKey, replacementObjectForArchiver, replacementObjectForCoder, replacementObjectForKeyedArchiver, replacementObjectForPortCoder, replaceValueAtIndex_inPropertyWithKey_withValue, respondsToSelector, retain, retainCount, scriptingBeginsWith, scriptingContains, scriptingEndsWith, scriptingIsEqualTo, scriptingIsGreaterThan, scriptingIsGreaterThanOrEqualTo, scriptingIsLessThan, scriptingIsLessThanOrEqualTo, scriptingProperties, selectionShouldChangeInOutlineView, selectionShouldChangeInTableView, self, setNilValueForKey, setObservationInfo, setScriptingProperties, setValue_forKey, setValue_forKeyPath, setValue_forUndefinedKey, setValuesForKeysWithDictionary, sound_didFinishPlaying, speechRecognizer_didRecognizeCommand, speechSynthesizer_didFinishSpeaking, speechSynthesizer_willSpeakPhoneme, speechSynthesizer_willSpeakWord_ofString, spellServer_didForgetWord_inLanguage, spellServer_didLearnWord_inLanguage, spellServer_findMisspelledWordInString_language_wordCount_countOnly, spellServer_suggestCompletionsForPartialWordRange_inString_language, spellServer_suggestGuessesForWord_inLanguage, splitView_canCollapseSubview, splitView_constrainMaxCoordinate_ofSubviewAt, splitView_constrainMinCoordinate_ofSubviewAt, splitView_constrainSplitPosition_ofSubviewAt, splitView_resizeSubviewsWithOldSize, splitViewDidResizeSubviews, splitViewWillResizeSubviews, static_accessInstanceVariablesDirectly, static_automaticallyNotifiesObserversForKey, static_cancelPreviousPerformRequestsWithTarget_selector_object, static_cancelPreviousPerformRequestsWithTarget, static_classForKeyedUnarchiver, static_exposeBinding, static_initialize, static_instanceMethodForSelector, static_instanceMethodSignatureForSelector, static_instancesRespondToSelector, static_isSubclassOfClass, static_load, static_poseAsClass, static_setDefaultPlaceholder_forMarker_withBinding, static_setKeys_triggerChangeNotificationsForDependentKey, static_setVersion, static_useStoredAccessor, static_version, storedValueForKey, stream_handleEvent, superclass, tableView_acceptDrop_row_dropOperation, tableView_didClickTableColumn, tableView_didDragTableColumn, tableView_mouseDownInHeaderOfTableColumn, tableView_objectValueForTableColumn_row, tableView_setObjectValue_forTableColumn_row, tableView_shouldEditTableColumn_row, tableView_shouldSelectRow, tableView_shouldSelectTableColumn, tableView_sortDescriptorsDidChange, tableView_validateDrop_proposedRow_proposedDropOperation, tableView_willDisplayCell_forTableColumn_row, tableView_writeRows_toPasteboard, tableViewColumnDidMove, tableViewColumnDidResize, tableViewSelectionDidChange, tableViewSelectionIsChanging, tabView_didSelectTabViewItem, tabView_shouldSelectTabViewItem, tabView_willSelectTabViewItem, tabViewDidChangeNumberOfTabViewItems, takeStoredValue_forKey, takeValue_forKey, takeValue_forKeyPath, takeValuesFromDictionary, textDidBeginEditing, textDidChange, textDidEndEditing, textShouldBeginEditing, textShouldEndEditing, textStorageDidProcessEditing, textStorageWillProcessEditing, textView_clickedOnCell_inRect_atIndex, textView_clickedOnCell_inRect, textView_clickedOnLink_atIndex, textView_clickedOnLink, textView_completions_forPartialWordRange_indexOfSelectedItem, textView_doCommandBySelector, textView_doubleClickedOnCell_inRect_atIndex, textView_doubleClickedOnCell_inRect, textView_draggedCell_inRect_event_atIndex, textView_draggedCell_inRect_event, textView_shouldChangeTextInRange_replacementString, textView_willChangeSelectionFromCharacterRange_toCharacterRange, textView_willDisplayToolTip_forCharacterAtIndex, textView_writablePasteboardTypesForCell_atIndex, textView_writeCell_atIndex_toPasteboard_type, textViewDidChangeSelection, textViewDidChangeTypingAttributes, toManyRelationshipKeys, toolbar_itemForItemIdentifier_willBeInsertedIntoToolbar, toolbarAllowedItemIdentifiers, toolbarDefaultItemIdentifiers, toolbarDidRemoveItem, toolbarSelectableItemIdentifiers, toolbarWillAddItem, toOneRelationshipKeys, unableToSetNilForKey, unarchiver_cannotDecodeObjectOfClassName_originalClasses, unarchiver_didDecodeObject, unarchiver_willReplaceObject_withObject, unarchiverDidFinish, unarchiverWillFinish, unbind, undoManagerForTextView, URL_resourceDataDidBecomeAvailable, URL_resourceDidFailLoadingWithReason, URLResourceDidCancelLoading, URLResourceDidFinishLoading, validateMenuItem, validateToolbarItem, validateValue_forKey_error, validateValue_forKeyPath_error, validModesForFontPanel, valueAtIndex_inPropertyWithKey, valueClassForBinding, valueForKey, valueForKeyPath, valueForUndefinedKey, valuesForKeys, valueWithName_inPropertyWithKey, valueWithUniqueID_inPropertyWithKey, view_stringForToolTip_point_userData, willChange_valuesAtIndexes_forKey, willChangeValueForKey, window_willPositionSheet_usingRect, windowDidBecomeKey, windowDidBecomeMain, windowDidChangeScreen, windowDidDeminiaturize, windowDidEndSheet, windowDidExpose, windowDidMiniaturize, windowDidMove, windowDidResignKey, windowDidResignMain, windowDidResize, windowDidUpdate, windowShouldClose, windowShouldZoom_toFrame, windowWillBeginSheet, windowWillClose, windowWillMiniaturize, windowWillMove, windowWillResize_toSize, windowWillReturnFieldEditor_toObject, windowWillReturnUndoManager, windowWillUseStandardFrame_defaultFrame, writeSelectionToPasteboard_types, zone
 
Methods inherited from class com.jniwrapper.macosx.cocoa.CObject
getClassName
 
Methods inherited from class com.jniwrapper.macosx.cocoa.Id
clone
 
Methods inherited from class com.jniwrapper.Pointer.Void
asFunction, asFunction, asTypedPointer, castTo, castTo, equals, getDebugInfo, getLength, getValue, hashCode, isNull, read, setValue, toString, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, a, acceptIOPerformer, asReturnValue, b, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, read, setDataBuffer, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NSView

public NSView()

NSView

public NSView(boolean autorelease)
Contructs the NSView class with the autorelease option on.

Parameters:
autorelease -

NSView

public NSView(com.jniwrapper.Pointer.Void instancePtr)
Contructs the NSView class from pointer.

Parameters:
instancePtr -

NSView

public NSView(java.lang.String methodName,
              com.jniwrapper.Parameter[] parameters)
Contructs the NSView class with static constructor.

Parameters:
methodName -
parameters -
Method Detail

init

protected void init(com.jniwrapper.Parameter[] fields)
Overrides:
init in class NSResponder

rotateByAngle

public void rotateByAngle(com.jniwrapper.SingleFloat angle)

autoresizingMask

public com.jniwrapper.UInt autoresizingMask()

removeFromSuperview

public void removeFromSuperview()

setBounds

public void setBounds(NSRect aRect)

static_defaultFocusRingType

public static NSFocusRingType static_defaultFocusRingType()

knowsPageRange

public com.jniwrapper.Bool knowsPageRange(NSRangePointer range)

dragFile_fromRect_slideBack_event

public com.jniwrapper.Bool dragFile_fromRect_slideBack_event(java.lang.String filename,
                                                             NSRect rect,
                                                             boolean aFlag,
                                                             NSEvent event)
This method represents the dragFile() method of the NSView Objective-C class.

Parameters:
filename -
rect -
aFlag -
event -
Returns:
Bool

setNeedsDisplay

public void setNeedsDisplay(boolean flag)

resizeSubviewsWithOldSize

public void resizeSubviewsWithOldSize(NSSize oldSize)

previousKeyView

public com.jniwrapper.Pointer.Void previousKeyView()

centerScanRect

public NSRect centerScanRect(NSRect aRect)

needsPanelToBecomeKey

public com.jniwrapper.Bool needsPanelToBecomeKey()

replaceSubview_with

public void replaceSubview_with(NSView oldView,
                                NSView newView)
This method represents the replaceSubview() method of the NSView Objective-C class.

Parameters:
oldView -
newView -

setHidden

public void setHidden(boolean flag)

shouldDrawColor

public com.jniwrapper.Bool shouldDrawColor()

enclosingScrollView

public com.jniwrapper.Pointer.Void enclosingScrollView()

rulerView_handleMouseDown

public void rulerView_handleMouseDown(NSRulerView ruler,
                                      NSEvent event)
This method represents the rulerView() method of the NSView Objective-C class.

Parameters:
ruler -
event -

convertPoint_fromView

public NSPoint convertPoint_fromView(NSPoint aPoint,
                                     NSView aView)
This method represents the convertPoint() method of the NSView Objective-C class.

Parameters:
aPoint -
aView -
Returns:
NSPoint

dragPromisedFilesOfTypes_fromRect_source_slideBack_event

public com.jniwrapper.Bool dragPromisedFilesOfTypes_fromRect_source_slideBack_event(NSArray typeArray,
                                                                                    NSRect rect,
                                                                                    Id sourceObject,
                                                                                    boolean aFlag,
                                                                                    NSEvent event)
This method represents the dragPromisedFilesOfTypes() method of the NSView Objective-C class.

Parameters:
typeArray -
rect -
sourceObject -
aFlag -
event -
Returns:
Bool

setNeedsDisplayInRect

public void setNeedsDisplayInRect(NSRect invalidRect)

discardCursorRects

public void discardCursorRects()

setFrameRotation

public void setFrameRotation(com.jniwrapper.SingleFloat angle)

nextValidKeyView

public com.jniwrapper.Pointer.Void nextValidKeyView()

beginPageInRect_atPlacement

public void beginPageInRect_atPlacement(NSRect aRect,
                                        NSPoint location)
This method represents the beginPageInRect() method of the NSView Objective-C class.

Parameters:
aRect -
location -

setFrame

public void setFrame(NSRect frameRect)

adjustScroll

public NSRect adjustScroll(NSRect newVisible)

setToolTip

public void setToolTip(java.lang.String string)

removeAllToolTips

public void removeAllToolTips()

registerForDraggedTypes

public void registerForDraggedTypes(NSArray newTypes)

setFocusRingType

public void setFocusRingType(NSFocusRingType focusRingType)

locationOfPrintRect

public NSPoint locationOfPrintRect(NSRect aRect)

superview

public com.jniwrapper.Pointer.Void superview()

convertSize_fromView

public NSSize convertSize_fromView(NSSize aSize,
                                   NSView aView)
This method represents the convertSize() method of the NSView Objective-C class.

Parameters:
aSize -
aView -
Returns:
NSSize

convertRect_fromView

public NSRect convertRect_fromView(NSRect aRect,
                                   NSView aView)
This method represents the convertRect() method of the NSView Objective-C class.

Parameters:
aRect -
aView -
Returns:
NSRect

resizeWithOldSuperviewSize

public void resizeWithOldSuperviewSize(NSSize oldSize)

addSubview_positioned_relativeTo

public void addSubview_positioned_relativeTo(NSView aView,
                                             NSWindowOrderingMode place,
                                             NSView otherView)
This method represents the addSubview() method of the NSView Objective-C class.

Parameters:
aView -
place -
otherView -

removeTrackingRect

public void removeTrackingRect(NSTrackingRectTag tag)

menuForEvent

public com.jniwrapper.Pointer.Void menuForEvent(NSEvent event)

viewDidMoveToWindow

public void viewDidMoveToWindow()

isDescendantOf

public com.jniwrapper.Bool isDescendantOf(NSView aView)

reflectScrolledClipView

public void reflectScrolledClipView(NSClipView aClipView)

rulerView_shouldAddMarker

public com.jniwrapper.Bool rulerView_shouldAddMarker(NSRulerView ruler,
                                                     NSRulerMarker marker)
This method represents the rulerView() method of the NSView Objective-C class.

Parameters:
ruler -
marker -
Returns:
Bool

lockFocus

public void lockFocus()

initWithFrame

public Id initWithFrame(NSRect frameRect)

removeCursorRect_cursor

public void removeCursorRect_cursor(NSRect aRect,
                                    NSCursor anObj)
This method represents the removeCursorRect() method of the NSView Objective-C class.

Parameters:
aRect -
anObj -

displayIfNeededIgnoringOpacity

public void displayIfNeededIgnoringOpacity()

displayRectIgnoringOpacity

public void displayRectIgnoringOpacity(NSRect rect)

rulerView_willMoveMarker_toLocation

public com.jniwrapper.SingleFloat rulerView_willMoveMarker_toLocation(NSRulerView ruler,
                                                                      NSRulerMarker marker,
                                                                      com.jniwrapper.SingleFloat location)
This method represents the rulerView() method of the NSView Objective-C class.

Parameters:
ruler -
marker -
location -
Returns:
SingleFloat

rulerView_willAddMarker_atLocation

public com.jniwrapper.SingleFloat rulerView_willAddMarker_atLocation(NSRulerView ruler,
                                                                     NSRulerMarker marker,
                                                                     com.jniwrapper.SingleFloat location)
This method represents the rulerView() method of the NSView Objective-C class.

Parameters:
ruler -
marker -
location -
Returns:
SingleFloat

setKeyboardFocusRingNeedsDisplayInRect

public void setKeyboardFocusRingNeedsDisplayInRect(NSRect rect)

isRotatedOrScaledFromBase

public com.jniwrapper.Bool isRotatedOrScaledFromBase()

allocateGState

public void allocateGState()

viewWithTag

public Id viewWithTag(com.jniwrapper.Int aTag)

isFlipped

public com.jniwrapper.Bool isFlipped()

drawPageBorderWithSize

public void drawPageBorderWithSize(NSSize borderSize)

unlockFocus

public void unlockFocus()

displayIfNeededInRectIgnoringOpacity

public void displayIfNeededInRectIgnoringOpacity(NSRect rect)

displayIfNeeded

public void displayIfNeeded()

displayIfNeededInRect

public void displayIfNeededInRect(NSRect rect)

setPostsFrameChangedNotifications

public void setPostsFrameChangedNotifications(boolean flag)

scrollRect_by

public void scrollRect_by(NSRect aRect,
                          NSSize delta)
This method represents the scrollRect() method of the NSView Objective-C class.

Parameters:
aRect -
delta -

autoscroll

public com.jniwrapper.Bool autoscroll(NSEvent theEvent)

removeToolTip

public void removeToolTip(NSToolTipTag tag)

isRotatedFromBase

public com.jniwrapper.Bool isRotatedFromBase()

viewWillMoveToSuperview

public void viewWillMoveToSuperview(NSView newSuperview)

viewDidEndLiveResize

public void viewDidEndLiveResize()

translateOriginToPoint

public void translateOriginToPoint(NSPoint translation)

beginDocument

public void beginDocument()

scrollRectToVisible

public com.jniwrapper.Bool scrollRectToVisible(NSRect aRect)

scaleUnitSquareToSize

public void scaleUnitSquareToSize(NSSize newUnitSize)

convertRect_toView

public NSRect convertRect_toView(NSRect aRect,
                                 NSView aView)
This method represents the convertRect() method of the NSView Objective-C class.

Parameters:
aRect -
aView -
Returns:
NSRect

focusRingType

public NSFocusRingType focusRingType()

rulerView_didMoveMarker

public void rulerView_didMoveMarker(NSRulerView ruler,
                                    NSRulerMarker marker)
This method represents the rulerView() method of the NSView Objective-C class.

Parameters:
ruler -
marker -

mouseDownCanMoveWindow

public com.jniwrapper.Bool mouseDownCanMoveWindow()

acceptsFirstMouse

public com.jniwrapper.Bool acceptsFirstMouse(NSEvent theEvent)

nextKeyView

public com.jniwrapper.Pointer.Void nextKeyView()

setBoundsSize

public void setBoundsSize(NSSize newSize)

adjustPageWidthNew_left_right_limit

public void adjustPageWidthNew_left_right_limit(com.jniwrapper.SingleFloat newRight,
                                                com.jniwrapper.SingleFloat oldLeft,
                                                com.jniwrapper.SingleFloat oldRight,
                                                com.jniwrapper.SingleFloat rightLimit)
This method represents the adjustPageWidthNew() method of the NSView Objective-C class.

Parameters:
newRight -
oldLeft -
oldRight -
rightLimit -

heightAdjustLimit

public com.jniwrapper.SingleFloat heightAdjustLimit()

boundsRotation

public com.jniwrapper.SingleFloat boundsRotation()

rulerView_didAddMarker

public void rulerView_didAddMarker(NSRulerView ruler,
                                   NSRulerMarker marker)
This method represents the rulerView() method of the NSView Objective-C class.

Parameters:
ruler -
marker -

dataWithPDFInsideRect

public com.jniwrapper.Pointer.Void dataWithPDFInsideRect(NSRect rect)

printJobTitle

public com.jniwrapper.Pointer.Void printJobTitle()

scrollPoint

public void scrollPoint(NSPoint aPoint)

tag

public com.jniwrapper.Int tag()

isHiddenOrHasHiddenAncestor

public com.jniwrapper.Bool isHiddenOrHasHiddenAncestor()

previousValidKeyView

public com.jniwrapper.Pointer.Void previousValidKeyView()

postsBoundsChangedNotifications

public com.jniwrapper.Bool postsBoundsChangedNotifications()

mouse_inRect

public com.jniwrapper.Bool mouse_inRect(NSPoint aPoint,
                                        NSRect aRect)
This method represents the mouse() method of the NSView Objective-C class.

Parameters:
aPoint -
aRect -
Returns:
Bool

addToolTipRect_owner_userData

public NSToolTipTag addToolTipRect_owner_userData(NSRect aRect,
                                                  Id anObject,
                                                  com.jniwrapper.Pointer.Void data)
This method represents the addToolTipRect() method of the NSView Objective-C class.

Parameters:
aRect -
anObject -
data -
Returns:
NSToolTipTag

canDraw

public com.jniwrapper.Bool canDraw()

shouldDelayWindowOrderingForEvent

public com.jniwrapper.Bool shouldDelayWindowOrderingForEvent(NSEvent theEvent)

canBecomeKeyView

public com.jniwrapper.Bool canBecomeKeyView()

adjustPageHeightNew_top_bottom_limit

public void adjustPageHeightNew_top_bottom_limit(com.jniwrapper.SingleFloat newBottom,
                                                 com.jniwrapper.SingleFloat oldTop,
                                                 com.jniwrapper.SingleFloat oldBottom,
                                                 com.jniwrapper.SingleFloat bottomLimit)
This method represents the adjustPageHeightNew() method of the NSView Objective-C class.

Parameters:
newBottom -
oldTop -
oldBottom -
bottomLimit -

viewDidMoveToSuperview

public void viewDidMoveToSuperview()

needsToDrawRect

public com.jniwrapper.Bool needsToDrawRect(NSRect aRect)

dataWithEPSInsideRect

public com.jniwrapper.Pointer.Void dataWithEPSInsideRect(NSRect rect)

setBoundsOrigin

public void setBoundsOrigin(NSPoint newOrigin)

writePDFInsideRect_toPasteboard

public void writePDFInsideRect_toPasteboard(NSRect rect,
                                            NSPasteboard pasteboard)
This method represents the writePDFInsideRect() method of the NSView Objective-C class.

Parameters:
rect -
pasteboard -

gState

public com.jniwrapper.Int gState()

frameRotation

public com.jniwrapper.SingleFloat frameRotation()

opaqueAncestor

public com.jniwrapper.Pointer.Void opaqueAncestor()

static_defaultMenu

public static com.jniwrapper.Pointer.Void static_defaultMenu()

viewWillMoveToWindow

public void viewWillMoveToWindow(NSWindow newWindow)

displayRect

public void displayRect(NSRect rect)

endDocument

public void endDocument()

viewWillStartLiveResize

public void viewWillStartLiveResize()

setAutoresizesSubviews

public void setAutoresizesSubviews(boolean flag)

window

public com.jniwrapper.Pointer.Void window()

visibleRect

public NSRect visibleRect()

wantsDefaultClipping

public com.jniwrapper.Bool wantsDefaultClipping()

postsFrameChangedNotifications

public com.jniwrapper.Bool postsFrameChangedNotifications()

rulerView_shouldMoveMarker

public com.jniwrapper.Bool rulerView_shouldMoveMarker(NSRulerView ruler,
                                                      NSRulerMarker marker)
This method represents the rulerView() method of the NSView Objective-C class.

Parameters:
ruler -
marker -
Returns:
Bool

setPostsBoundsChangedNotifications

public void setPostsBoundsChangedNotifications(boolean flag)

rectForPage

public NSRect rectForPage(com.jniwrapper.Int page)

setUpGState

public void setUpGState()

rulerView_willSetClientView

public void rulerView_willSetClientView(NSRulerView ruler,
                                        NSView newClient)
This method represents the rulerView() method of the NSView Objective-C class.

Parameters:
ruler -
newClient -

addSubview

public void addSubview(NSView aView)

didAddSubview

public void didAddSubview(NSView subview)

performKeyEquivalent

public com.jniwrapper.Bool performKeyEquivalent(NSEvent theEvent)
Overrides:
performKeyEquivalent in class NSResponder

willRemoveSubview

public void willRemoveSubview(NSView subview)

setFrameOrigin

public void setFrameOrigin(NSPoint newOrigin)

bounds

public NSRect bounds()

resetCursorRects

public void resetCursorRects()

widthAdjustLimit

public com.jniwrapper.SingleFloat widthAdjustLimit()

performMnemonic

public com.jniwrapper.Bool performMnemonic(java.lang.String theString)
Overrides:
performMnemonic in class NSResponder

ancestorSharedWithView

public com.jniwrapper.Pointer.Void ancestorSharedWithView(NSView aView)

addTrackingRect_owner_userData_assumeInside

public NSTrackingRectTag addTrackingRect_owner_userData_assumeInside(NSRect aRect,
                                                                     Id anObject,
                                                                     com.jniwrapper.Pointer.Void data,
                                                                     boolean flag)
This method represents the addTrackingRect() method of the NSView Objective-C class.

Parameters:
aRect -
anObject -
data -
flag -
Returns:
NSTrackingRectTag

convertPoint_toView

public NSPoint convertPoint_toView(NSPoint aPoint,
                                   NSView aView)
This method represents the convertPoint() method of the NSView Objective-C class.

Parameters:
aPoint -
aView -
Returns:
NSPoint

display

public void display()

dragImage_at_offset_event_pasteboard_source_slideBack

public void dragImage_at_offset_event_pasteboard_source_slideBack(NSImage anImage,
                                                                  NSPoint viewLocation,
                                                                  NSSize initialOffset,
                                                                  NSEvent event,
                                                                  NSPasteboard pboard,
                                                                  Id sourceObj,
                                                                  boolean slideFlag)
This method represents the dragImage() method of the NSView Objective-C class.

Parameters:
anImage -
viewLocation -
initialOffset -
event -
pboard -
sourceObj -
slideFlag -

removeFromSuperviewWithoutNeedingDisplay

public void removeFromSuperviewWithoutNeedingDisplay()

setAutoresizingMask

public void setAutoresizingMask(com.jniwrapper.UInt mask)

getRectsBeingDrawn_count

public void getRectsBeingDrawn_count(NSRect rects,
                                     com.jniwrapper.Int count)
This method represents the getRectsBeingDrawn() method of the NSView Objective-C class.

Parameters:
rects -
count -

isOpaque

public com.jniwrapper.Bool isOpaque()

hitTest

public com.jniwrapper.Pointer.Void hitTest(NSPoint aPoint)

setNextKeyView

public void setNextKeyView(NSView next)

subviews

public com.jniwrapper.Pointer.Void subviews()

drawSheetBorderWithSize

public void drawSheetBorderWithSize(NSSize borderSize)

lockFocusIfCanDraw

public com.jniwrapper.Bool lockFocusIfCanDraw()

inLiveResize

public com.jniwrapper.Bool inLiveResize()

scrollClipView_toPoint

public void scrollClipView_toPoint(NSClipView aClipView,
                                   NSPoint aPoint)
This method represents the scrollClipView() method of the NSView Objective-C class.

Parameters:
aClipView -
aPoint -

autoresizesSubviews

public com.jniwrapper.Bool autoresizesSubviews()

toolTip

public com.jniwrapper.Pointer.Void toolTip()

print

public void print(Id sender)

addCursorRect_cursor

public void addCursorRect_cursor(NSRect aRect,
                                 NSCursor anObj)
This method represents the addCursorRect() method of the NSView Objective-C class.

Parameters:
aRect -
anObj -

setFrameSize

public void setFrameSize(NSSize newSize)

setBoundsRotation

public void setBoundsRotation(com.jniwrapper.SingleFloat angle)

unregisterDraggedTypes

public void unregisterDraggedTypes()

static_focusView

public static com.jniwrapper.Pointer.Void static_focusView()

releaseGState

public void releaseGState()

needsDisplay

public com.jniwrapper.Bool needsDisplay()

frame

public NSRect frame()

convertSize_toView

public NSSize convertSize_toView(NSSize aSize,
                                 NSView aView)
This method represents the convertSize() method of the NSView Objective-C class.

Parameters:
aSize -
aView -
Returns:
NSSize

endPage

public void endPage()

renewGState

public void renewGState()

rulerView_shouldRemoveMarker

public com.jniwrapper.Bool rulerView_shouldRemoveMarker(NSRulerView ruler,
                                                        NSRulerMarker marker)
This method represents the rulerView() method of the NSView Objective-C class.

Parameters:
ruler -
marker -
Returns:
Bool

sortSubviewsUsingFunction_context

public void sortSubviewsUsingFunction_context(com.jniwrapper.Int compare,
                                              com.jniwrapper.Pointer.Void context)
This method represents the sortSubviewsUsingFunction() method of the NSView Objective-C class.

Parameters:
compare -
context -

isHidden

public com.jniwrapper.Bool isHidden()

drawRect

public void drawRect(NSRect rect)

rulerView_didRemoveMarker

public void rulerView_didRemoveMarker(NSRulerView ruler,
                                      NSRulerMarker marker)
This method represents the rulerView() method of the NSView Objective-C class.

Parameters:
ruler -
marker -

writeEPSInsideRect_toPasteboard

public void writeEPSInsideRect_toPasteboard(NSRect rect,
                                            NSPasteboard pasteboard)
This method represents the writeEPSInsideRect() method of the NSView Objective-C class.

Parameters:
rect -
pasteboard -