com.jniwrapper.macosx.cocoa.nswindow
Class NSWindow

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.nswindow.NSWindow
All Implemented Interfaces:
com.jniwrapper.IntegerParameter, NSCodingProtocol, NSObjectProtocol, com.jniwrapper.PointerParameter
Direct Known Subclasses:
NSPanel

public class NSWindow
extends NSResponder

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


Field Summary
 
Fields inherited from class com.jniwrapper.macosx.cocoa.CObject
_fields
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSWindow()
           
NSWindow(boolean autorelease)
          Contructs the NSWindow class with the autorelease option on.
NSWindow(java.awt.Component component)
          Constructs the NSWindow class from Java Component.
NSWindow(com.jniwrapper.Pointer.Void instancePtr)
          Contructs the NSWindow class from pointer.
NSWindow(java.lang.String methodName, com.jniwrapper.Parameter[] parameters)
          Contructs the NSWindow class with static constructor.
 
Method Summary
 com.jniwrapper.Bool acceptsMouseMovedEvents()
           
 void addChildWindow_ordered(NSWindow childWin, NSWindowOrderingMode place)
          This method represents the addChildWindow() method of the NSWindow Objective-C class.
 com.jniwrapper.Bool allowsToolTipsWhenApplicationIsInactive()
           
 com.jniwrapper.SingleFloat alphaValue()
           
 NSTimeInterval animationResizeTime(NSRect newFrame)
           
 com.jniwrapper.Bool areCursorRectsEnabled()
           
 NSSize aspectRatio()
           
 com.jniwrapper.Pointer.Void attachedSheet()
           
 com.jniwrapper.Pointer.Void backgroundColor()
           
 NSBackingStoreType backingType()
           
 void becomeKeyWindow()
           
 void becomeMainWindow()
           
 void cacheImageInRect(NSRect aRect)
           
 com.jniwrapper.Bool canBecomeKeyWindow()
           
 com.jniwrapper.Bool canBecomeMainWindow()
           
 com.jniwrapper.Bool canHide()
           
 com.jniwrapper.Bool canStoreColor()
           
 NSPoint cascadeTopLeftFromPoint(NSPoint topLeftPoint)
           
 void center()
           
 com.jniwrapper.Pointer.Void childWindows()
           
 void close()
           
 NSRect constrainFrameRect_toScreen(NSRect frameRect, NSScreen screen)
          This method represents the constrainFrameRect() method of the NSWindow Objective-C class.
 NSSize contentAspectRatio()
           
 NSSize contentMaxSize()
           
 NSSize contentMinSize()
           
 NSRect contentRectForFrameRect(NSRect frameRect)
           
 NSSize contentResizeIncrements()
           
 Id contentView()
           
 NSPoint convertBaseToScreen(NSPoint aPoint)
           
 NSPoint convertScreenToBase(NSPoint aPoint)
           
 com.jniwrapper.Pointer.Void currentEvent()
           
 com.jniwrapper.Pointer.Void dataWithEPSInsideRect(NSRect rect)
           
 com.jniwrapper.Pointer.Void dataWithPDFInsideRect(NSRect rect)
           
 com.jniwrapper.Pointer.Void deepestScreen()
           
 com.jniwrapper.Pointer.Void defaultButtonCell()
           
 Id delegate()
           
 void deminiaturize(Id sender)
           
 NSWindowDepth depthLimit()
           
 com.jniwrapper.Pointer.Void deviceDescription()
           
 void disableCursorRects()
           
 void disableFlushWindow()
           
 void disableKeyEquivalentForDefaultButtonCell()
           
 void discardCachedImage()
           
 void discardCursorRects()
           
 void discardEventsMatchingMask_beforeEvent(com.jniwrapper.UInt mask, NSEvent lastEvent)
          This method represents the discardEventsMatchingMask() method of the NSWindow Objective-C class.
 void display()
           
 void displayIfNeeded()
           
 void dragImage_at_offset_event_pasteboard_source_slideBack(NSImage anImage, NSPoint baseLocation, NSSize initialOffset, NSEvent event, NSPasteboard pboard, Id sourceObj, boolean slideFlag)
          This method represents the dragImage() method of the NSWindow Objective-C class.
 com.jniwrapper.Pointer.Void drawers()
           
 void enableCursorRects()
           
 void enableFlushWindow()
           
 void enableKeyEquivalentForDefaultButtonCell()
           
 void endEditingFor(Id anObject)
           
 com.jniwrapper.Pointer.Void fieldEditor_forObject(boolean createFlag, Id anObject)
          This method represents the fieldEditor() method of the NSWindow Objective-C class.
 com.jniwrapper.Pointer.Void firstResponder()
           
 void flushWindow()
           
 void flushWindowIfNeeded()
           
 NSRect frame()
           
 com.jniwrapper.Pointer.Void frameAutosaveName()
           
 NSRect frameRectForContentRect(NSRect contentRect)
           
static com.jniwrapper.Pointer.Void getWindowHandle(java.awt.Component component)
           
 com.jniwrapper.Int gState()
           
 Id handleCloseScriptCommand(NSCloseCommand command)
           
 Id handlePrintScriptCommand(NSScriptCommand command)
           
 Id handleSaveScriptCommand(NSScriptCommand command)
           
 com.jniwrapper.Bool hasCloseBox()
           
 com.jniwrapper.Bool hasDynamicDepthLimit()
           
 com.jniwrapper.Bool hasShadow()
           
 com.jniwrapper.Bool hasTitleBar()
           
 com.jniwrapper.Bool hidesOnDeactivate()
           
 com.jniwrapper.Bool ignoresMouseEvents()
           
protected  void init(com.jniwrapper.Parameter[] fields)
           
 com.jniwrapper.Pointer.Void initialFirstResponder()
           
 Id initWithContentRect_styleMask_backing_defer_screen(NSRect contentRect, com.jniwrapper.UInt aStyle, NSBackingStoreType bufferingType, boolean flag, NSScreen screen)
          This method represents the initWithContentRect() method of the NSWindow Objective-C class.
 Id initWithContentRect_styleMask_backing_defer(NSRect contentRect, com.jniwrapper.UInt aStyle, NSBackingStoreType bufferingType, boolean flag)
          This method represents the initWithContentRect() method of the NSWindow Objective-C class.
 com.jniwrapper.Pointer.Void initWithWindowRef(com.jniwrapper.Pointer.Void windowRef)
           
 void invalidateCursorRectsForView(NSView aView)
           
 void invalidateShadow()
           
 com.jniwrapper.Bool isAutodisplay()
           
 com.jniwrapper.Bool isDocumentEdited()
           
 com.jniwrapper.Bool isExcludedFromWindowsMenu()
           
 com.jniwrapper.Bool isFloatingPanel()
           
 com.jniwrapper.Bool isFlushWindowDisabled()
           
 com.jniwrapper.Bool isKeyWindow()
           
 com.jniwrapper.Bool isMainWindow()
           
 com.jniwrapper.Bool isMiniaturizable()
           
 com.jniwrapper.Bool isMiniaturized()
           
 com.jniwrapper.Bool isModalPanel()
           
 com.jniwrapper.Bool isMovableByWindowBackground()
           
 com.jniwrapper.Bool isOneShot()
           
 com.jniwrapper.Bool isOpaque()
           
 com.jniwrapper.Bool isReleasedWhenClosed()
           
 com.jniwrapper.Bool isResizable()
           
 com.jniwrapper.Bool isSheet()
           
 com.jniwrapper.Bool isVisible()
           
 com.jniwrapper.Bool isZoomable()
           
 com.jniwrapper.Bool isZoomed()
           
 void keyDown(NSEvent theEvent)
           
 NSSelectionDirection keyViewSelectionDirection()
           
 com.jniwrapper.Int level()
           
 com.jniwrapper.Bool makeFirstResponder(NSResponder aResponder)
           
 void makeKeyAndOrderFront(Id sender)
           
 void makeKeyWindow()
           
 void makeMainWindow()
           
 NSSize maxSize()
           
 void miniaturize(Id sender)
           
 com.jniwrapper.Pointer.Void miniwindowImage()
           
 com.jniwrapper.Pointer.Void miniwindowTitle()
           
 NSSize minSize()
           
 NSPoint mouseLocationOutsideOfEventStream()
           
 com.jniwrapper.Pointer.Void nextEventMatchingMask_untilDate_inMode_dequeue(com.jniwrapper.UInt mask, NSDate expiration, java.lang.String mode, boolean deqFlag)
          This method represents the nextEventMatchingMask() method of the NSWindow Objective-C class.
 com.jniwrapper.Pointer.Void nextEventMatchingMask(com.jniwrapper.UInt mask)
           
 void orderBack(Id sender)
           
 com.jniwrapper.Int orderedIndex()
           
 void orderFront(Id sender)
           
 void orderFrontRegardless()
           
 void orderOut(Id sender)
           
 void orderWindow_relativeTo(NSWindowOrderingMode place, com.jniwrapper.Int otherWin)
          This method represents the orderWindow() method of the NSWindow Objective-C class.
 com.jniwrapper.Pointer.Void parentWindow()
           
 void performClose(Id sender)
           
 void performMiniaturize(Id sender)
           
 void performZoom(Id sender)
           
 void postEvent_atStart(NSEvent event, boolean flag)
          This method represents the postEvent() method of the NSWindow Objective-C class.
 void print(Id sender)
           
 void registerForDraggedTypes(NSArray newTypes)
           
 void removeChildWindow(NSWindow childWin)
           
 com.jniwrapper.Pointer.Void representedFilename()
           
 void resetCursorRects()
           
 void resignKeyWindow()
           
 void resignMainWindow()
           
 com.jniwrapper.Int resizeFlags()
           
 NSSize resizeIncrements()
           
 void restoreCachedImage()
           
 void runToolbarCustomizationPalette(Id sender)
           
 void saveFrameUsingName(java.lang.String name)
           
 com.jniwrapper.Pointer.Void screen()
           
 void selectKeyViewFollowingView(NSView aView)
           
 void selectKeyViewPrecedingView(NSView aView)
           
 void selectNextKeyView(Id sender)
           
 void selectPreviousKeyView(Id sender)
           
 void sendEvent(NSEvent theEvent)
           
 void setAcceptsMouseMovedEvents(boolean flag)
           
 void setAllowsToolTipsWhenApplicationIsInactive(boolean allowWhenInactive)
           
 void setAlphaValue(com.jniwrapper.SingleFloat windowAlpha)
           
 void setAspectRatio(NSSize ratio)
           
 void setAutodisplay(boolean flag)
           
 void setBackgroundColor(NSColor color)
           
 void setBackingType(NSBackingStoreType bufferingType)
           
 void setCanHide(boolean flag)
           
 void setContentAspectRatio(NSSize ratio)
           
 void setContentMaxSize(NSSize size)
           
 void setContentMinSize(NSSize size)
           
 void setContentResizeIncrements(NSSize increments)
           
 void setContentSize(NSSize aSize)
           
 void setContentView(NSView aView)
           
 void setDefaultButtonCell(NSButtonCell defButt)
           
 void setDelegate(Id anObject)
           
 void setDepthLimit(NSWindowDepth limit)
           
 void setDocumentEdited(boolean flag)
           
 void setDynamicDepthLimit(boolean flag)
           
 void setExcludedFromWindowsMenu(boolean flag)
           
 void setFrame_display_animate(NSRect frameRect, boolean displayFlag, boolean animateFlag)
          This method represents the setFrame() method of the NSWindow Objective-C class.
 void setFrame_display(NSRect frameRect, boolean flag)
          This method represents the setFrame() method of the NSWindow Objective-C class.
 com.jniwrapper.Bool setFrameAutosaveName(java.lang.String name)
           
 void setFrameFromString(java.lang.String string)
           
 void setFrameOrigin(NSPoint aPoint)
           
 void setFrameTopLeftPoint(NSPoint aPoint)
           
 com.jniwrapper.Bool setFrameUsingName_force(java.lang.String name, boolean force)
          This method represents the setFrameUsingName() method of the NSWindow Objective-C class.
 com.jniwrapper.Bool setFrameUsingName(java.lang.String name)
           
 void setHasShadow(boolean hasShadow)
           
 void setHidesOnDeactivate(boolean flag)
           
 void setIgnoresMouseEvents(boolean flag)
           
 void setInitialFirstResponder(NSView view)
           
 void setIsMiniaturized(boolean flag)
           
 void setIsVisible(boolean flag)
           
 void setIsZoomed(boolean flag)
           
 void setLevel(com.jniwrapper.Int newLevel)
           
 void setMaxSize(NSSize size)
           
 void setMiniwindowImage(NSImage image)
           
 void setMiniwindowTitle(java.lang.String title)
           
 void setMinSize(NSSize size)
           
 void setMovableByWindowBackground(boolean flag)
           
 void setOneShot(boolean flag)
           
 void setOpaque(boolean isOpaque)
           
 void setOrderedIndex(com.jniwrapper.Int index)
           
 void setParentWindow(NSWindow window)
           
 void setReleasedWhenClosed(boolean flag)
           
 void setRepresentedFilename(java.lang.String aString)
           
 void setResizeIncrements(NSSize increments)
           
 void setShowsResizeIndicator(boolean show)
           
 void setTitle(java.lang.String aString)
           
 void setTitleWithRepresentedFilename(java.lang.String filename)
           
 void setToolbar(NSToolbar toolbar)
           
 void setViewsNeedDisplay(boolean flag)
           
 void setWindowController(NSWindowController windowController)
           
 com.jniwrapper.Bool showsResizeIndicator()
           
 com.jniwrapper.Pointer.Void standardWindowButton(NSWindowButton b)
           
static NSRect static_contentRectForFrameRect_styleMask(NSRect fRect, com.jniwrapper.UInt aStyle)
          This method represents the contentRectForFrameRect() method of the NSWindow Objective-C class.
static NSWindowDepth static_defaultDepthLimit()
           
static NSRect static_frameRectForContentRect_styleMask(NSRect cRect, com.jniwrapper.UInt aStyle)
          This method represents the frameRectForContentRect() method of the NSWindow Objective-C class.
static void static_menuChanged(NSMenu menu)
           
static com.jniwrapper.SingleFloat static_minFrameWidthWithTitle_styleMask(java.lang.String aTitle, com.jniwrapper.UInt aStyle)
          This method represents the minFrameWidthWithTitle() method of the NSWindow Objective-C class.
static void static_removeFrameUsingName(java.lang.String name)
           
static com.jniwrapper.Pointer.Void static_standardWindowButton_forStyleMask(NSWindowButton b, com.jniwrapper.UInt styleMask)
          This method represents the standardWindowButton() method of the NSWindow Objective-C class.
 com.jniwrapper.Pointer.Void stringWithSavedFrame()
           
 com.jniwrapper.UInt styleMask()
           
 com.jniwrapper.Pointer.Void title()
           
 void toggleToolbarShown(Id sender)
           
 com.jniwrapper.Pointer.Void toolbar()
           
 com.jniwrapper.Bool tryToPerform_with(Sel anAction, Id anObject)
          This method represents the tryToPerform() method of the NSWindow Objective-C class.
 void unregisterDraggedTypes()
           
 void update()
           
 void useOptimizedDrawing(boolean flag)
           
 Id validRequestorForSendType_returnType(java.lang.String sendType, java.lang.String returnType)
          This method represents the validRequestorForSendType() method of the NSWindow Objective-C class.
 com.jniwrapper.Bool viewsNeedDisplay()
           
 Id windowController()
           
 com.jniwrapper.Pointer.Void windowHandle()
           
 com.jniwrapper.Int windowNumber()
           
 com.jniwrapper.Pointer.Void windowRef()
           
 com.jniwrapper.Bool worksWhenModal()
           
 void zoom(Id sender)
           
 
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, 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, performKeyEquivalent, performMnemonic, resignFirstResponder, rightMouseDown, rightMouseDragged, rightMouseUp, scrollLineDown, scrollLineUp, scrollPageDown, scrollPageUp, scrollWheel, selectAll, selectLine, selectParagraph, selectToMark, selectWord, setInterfaceStyle, setMark, setMenu, setNextResponder, shouldBeTreatedAsInkEvent, showContextHelp, swapWithMark, transpose, transposeWords, undoManager, uppercaseWord, 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

NSWindow

public NSWindow()

NSWindow

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

Parameters:
autorelease -

NSWindow

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

Parameters:
instancePtr -

NSWindow

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

Parameters:
methodName -
parameters -

NSWindow

public NSWindow(java.awt.Component component)
Constructs the NSWindow class from Java Component.

Parameters:
component -
Method Detail

getWindowHandle

public static com.jniwrapper.Pointer.Void getWindowHandle(java.awt.Component component)

init

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

resignKeyWindow

public void resignKeyWindow()

viewsNeedDisplay

public com.jniwrapper.Bool viewsNeedDisplay()

setOneShot

public void setOneShot(boolean flag)

saveFrameUsingName

public void saveFrameUsingName(java.lang.String name)

setMiniwindowTitle

public void setMiniwindowTitle(java.lang.String title)

setParentWindow

public void setParentWindow(NSWindow window)

setFrameTopLeftPoint

public void setFrameTopLeftPoint(NSPoint aPoint)

setViewsNeedDisplay

public void setViewsNeedDisplay(boolean flag)

invalidateShadow

public void invalidateShadow()

setHasShadow

public void setHasShadow(boolean hasShadow)

runToolbarCustomizationPalette

public void runToolbarCustomizationPalette(Id sender)

deminiaturize

public void deminiaturize(Id sender)

setFrameUsingName

public com.jniwrapper.Bool setFrameUsingName(java.lang.String name)

frameRectForContentRect

public NSRect frameRectForContentRect(NSRect contentRect)

stringWithSavedFrame

public com.jniwrapper.Pointer.Void stringWithSavedFrame()

orderOut

public void orderOut(Id sender)

setTitle

public void setTitle(java.lang.String aString)

registerForDraggedTypes

public void registerForDraggedTypes(NSArray newTypes)

setWindowController

public void setWindowController(NSWindowController windowController)

parentWindow

public com.jniwrapper.Pointer.Void parentWindow()

becomeMainWindow

public void becomeMainWindow()

areCursorRectsEnabled

public com.jniwrapper.Bool areCursorRectsEnabled()

cacheImageInRect

public void cacheImageInRect(NSRect aRect)

makeFirstResponder

public com.jniwrapper.Bool makeFirstResponder(NSResponder aResponder)

close

public void close()

update

public void update()

isOneShot

public com.jniwrapper.Bool isOneShot()

setOrderedIndex

public void setOrderedIndex(com.jniwrapper.Int index)

setFrame_display

public void setFrame_display(NSRect frameRect,
                             boolean flag)
This method represents the setFrame() method of the NSWindow Objective-C class.

Parameters:
frameRect -
flag -

showsResizeIndicator

public com.jniwrapper.Bool showsResizeIndicator()

setContentMaxSize

public void setContentMaxSize(NSSize size)

alphaValue

public com.jniwrapper.SingleFloat alphaValue()

isResizable

public com.jniwrapper.Bool isResizable()

disableKeyEquivalentForDefaultButtonCell

public void disableKeyEquivalentForDefaultButtonCell()

backingType

public NSBackingStoreType backingType()

cascadeTopLeftFromPoint

public NSPoint cascadeTopLeftFromPoint(NSPoint topLeftPoint)

miniwindowTitle

public com.jniwrapper.Pointer.Void miniwindowTitle()

sendEvent

public void sendEvent(NSEvent theEvent)

enableFlushWindow

public void enableFlushWindow()

invalidateCursorRectsForView

public void invalidateCursorRectsForView(NSView aView)

delegate

public Id delegate()

resizeIncrements

public NSSize resizeIncrements()

keyDown

public void keyDown(NSEvent theEvent)
Overrides:
keyDown in class NSResponder

setIsVisible

public void setIsVisible(boolean flag)

endEditingFor

public void endEditingFor(Id anObject)

setResizeIncrements

public void setResizeIncrements(NSSize increments)

hasCloseBox

public com.jniwrapper.Bool hasCloseBox()

isSheet

public com.jniwrapper.Bool isSheet()

hasTitleBar

public com.jniwrapper.Bool hasTitleBar()

convertBaseToScreen

public NSPoint convertBaseToScreen(NSPoint aPoint)

contentView

public Id contentView()

fieldEditor_forObject

public com.jniwrapper.Pointer.Void fieldEditor_forObject(boolean createFlag,
                                                         Id anObject)
This method represents the fieldEditor() method of the NSWindow Objective-C class.

Parameters:
createFlag -
anObject -
Returns:
NSText

allowsToolTipsWhenApplicationIsInactive

public com.jniwrapper.Bool allowsToolTipsWhenApplicationIsInactive()

screen

public com.jniwrapper.Pointer.Void screen()

windowNumber

public com.jniwrapper.Int windowNumber()

mouseLocationOutsideOfEventStream

public NSPoint mouseLocationOutsideOfEventStream()

dataWithEPSInsideRect

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

initialFirstResponder

public com.jniwrapper.Pointer.Void initialFirstResponder()

setTitleWithRepresentedFilename

public void setTitleWithRepresentedFilename(java.lang.String filename)

gState

public com.jniwrapper.Int gState()

windowHandle

public com.jniwrapper.Pointer.Void windowHandle()

enableCursorRects

public void enableCursorRects()

isMovableByWindowBackground

public com.jniwrapper.Bool isMovableByWindowBackground()

becomeKeyWindow

public void becomeKeyWindow()

isFlushWindowDisabled

public com.jniwrapper.Bool isFlushWindowDisabled()

selectNextKeyView

public void selectNextKeyView(Id sender)

hasDynamicDepthLimit

public com.jniwrapper.Bool hasDynamicDepthLimit()

makeMainWindow

public void makeMainWindow()

nextEventMatchingMask_untilDate_inMode_dequeue

public com.jniwrapper.Pointer.Void nextEventMatchingMask_untilDate_inMode_dequeue(com.jniwrapper.UInt mask,
                                                                                  NSDate expiration,
                                                                                  java.lang.String mode,
                                                                                  boolean deqFlag)
This method represents the nextEventMatchingMask() method of the NSWindow Objective-C class.

Parameters:
mask -
expiration -
mode -
deqFlag -
Returns:
NSEvent

setFrameAutosaveName

public com.jniwrapper.Bool setFrameAutosaveName(java.lang.String name)

setContentView

public void setContentView(NSView aView)

setAcceptsMouseMovedEvents

public void setAcceptsMouseMovedEvents(boolean flag)

drawers

public com.jniwrapper.Pointer.Void drawers()

orderWindow_relativeTo

public void orderWindow_relativeTo(NSWindowOrderingMode place,
                                   com.jniwrapper.Int otherWin)
This method represents the orderWindow() method of the NSWindow Objective-C class.

Parameters:
place -
otherWin -

currentEvent

public com.jniwrapper.Pointer.Void currentEvent()

setInitialFirstResponder

public void setInitialFirstResponder(NSView view)

postEvent_atStart

public void postEvent_atStart(NSEvent event,
                              boolean flag)
This method represents the postEvent() method of the NSWindow Objective-C class.

Parameters:
event -
flag -

aspectRatio

public NSSize aspectRatio()

disableFlushWindow

public void disableFlushWindow()

acceptsMouseMovedEvents

public com.jniwrapper.Bool acceptsMouseMovedEvents()

display

public void display()

canHide

public com.jniwrapper.Bool canHide()

setFrame_display_animate

public void setFrame_display_animate(NSRect frameRect,
                                     boolean displayFlag,
                                     boolean animateFlag)
This method represents the setFrame() method of the NSWindow Objective-C class.

Parameters:
frameRect -
displayFlag -
animateFlag -

deviceDescription

public com.jniwrapper.Pointer.Void deviceDescription()

isMiniaturized

public com.jniwrapper.Bool isMiniaturized()

setMiniwindowImage

public void setMiniwindowImage(NSImage image)

windowRef

public com.jniwrapper.Pointer.Void windowRef()

title

public com.jniwrapper.Pointer.Void title()

disableCursorRects

public void disableCursorRects()

setMovableByWindowBackground

public void setMovableByWindowBackground(boolean flag)

restoreCachedImage

public void restoreCachedImage()

isOpaque

public com.jniwrapper.Bool isOpaque()

setContentResizeIncrements

public void setContentResizeIncrements(NSSize increments)

standardWindowButton

public com.jniwrapper.Pointer.Void standardWindowButton(NSWindowButton b)

setBackgroundColor

public void setBackgroundColor(NSColor color)

center

public void center()

windowController

public Id windowController()

minSize

public NSSize minSize()

selectKeyViewFollowingView

public void selectKeyViewFollowingView(NSView aView)

representedFilename

public com.jniwrapper.Pointer.Void representedFilename()

setIsMiniaturized

public void setIsMiniaturized(boolean flag)

isZoomable

public com.jniwrapper.Bool isZoomable()

static_standardWindowButton_forStyleMask

public static com.jniwrapper.Pointer.Void static_standardWindowButton_forStyleMask(NSWindowButton b,
                                                                                   com.jniwrapper.UInt styleMask)
This method represents the standardWindowButton() method of the NSWindow Objective-C class.

Parameters:
b -
styleMask -
Returns:
NSButton

setRepresentedFilename

public void setRepresentedFilename(java.lang.String aString)

setDocumentEdited

public void setDocumentEdited(boolean flag)

canBecomeKeyWindow

public com.jniwrapper.Bool canBecomeKeyWindow()

frame

public NSRect frame()

flushWindow

public void flushWindow()

setIgnoresMouseEvents

public void setIgnoresMouseEvents(boolean flag)

setFrameUsingName_force

public com.jniwrapper.Bool setFrameUsingName_force(java.lang.String name,
                                                   boolean force)
This method represents the setFrameUsingName() method of the NSWindow Objective-C class.

Parameters:
name -
force -
Returns:
Bool

deepestScreen

public com.jniwrapper.Pointer.Void deepestScreen()

setDefaultButtonCell

public void setDefaultButtonCell(NSButtonCell defButt)

setFrameFromString

public void setFrameFromString(java.lang.String string)

firstResponder

public com.jniwrapper.Pointer.Void firstResponder()

setOpaque

public void setOpaque(boolean isOpaque)

setAllowsToolTipsWhenApplicationIsInactive

public void setAllowsToolTipsWhenApplicationIsInactive(boolean allowWhenInactive)

isReleasedWhenClosed

public com.jniwrapper.Bool isReleasedWhenClosed()

resizeFlags

public com.jniwrapper.Int resizeFlags()

setAutodisplay

public void setAutodisplay(boolean flag)

performMiniaturize

public void performMiniaturize(Id sender)

isDocumentEdited

public com.jniwrapper.Bool isDocumentEdited()

setBackingType

public void setBackingType(NSBackingStoreType bufferingType)

miniaturize

public void miniaturize(Id sender)

discardCursorRects

public void discardCursorRects()

setIsZoomed

public void setIsZoomed(boolean flag)

setHidesOnDeactivate

public void setHidesOnDeactivate(boolean flag)

canStoreColor

public com.jniwrapper.Bool canStoreColor()

keyViewSelectionDirection

public NSSelectionDirection keyViewSelectionDirection()

setMaxSize

public void setMaxSize(NSSize size)

handlePrintScriptCommand

public Id handlePrintScriptCommand(NSScriptCommand command)

initWithContentRect_styleMask_backing_defer

public Id initWithContentRect_styleMask_backing_defer(NSRect contentRect,
                                                      com.jniwrapper.UInt aStyle,
                                                      NSBackingStoreType bufferingType,
                                                      boolean flag)
This method represents the initWithContentRect() method of the NSWindow Objective-C class.

Parameters:
contentRect -
aStyle -
bufferingType -
flag -
Returns:
Id

makeKeyAndOrderFront

public void makeKeyAndOrderFront(Id sender)

contentResizeIncrements

public NSSize contentResizeIncrements()

setLevel

public void setLevel(com.jniwrapper.Int newLevel)

setDelegate

public void setDelegate(Id anObject)

toolbar

public com.jniwrapper.Pointer.Void toolbar()

setContentSize

public void setContentSize(NSSize aSize)

contentRectForFrameRect

public NSRect contentRectForFrameRect(NSRect frameRect)

setDynamicDepthLimit

public void setDynamicDepthLimit(boolean flag)

displayIfNeeded

public void displayIfNeeded()

addChildWindow_ordered

public void addChildWindow_ordered(NSWindow childWin,
                                   NSWindowOrderingMode place)
This method represents the addChildWindow() method of the NSWindow Objective-C class.

Parameters:
childWin -
place -

static_frameRectForContentRect_styleMask

public static NSRect static_frameRectForContentRect_styleMask(NSRect cRect,
                                                              com.jniwrapper.UInt aStyle)
This method represents the frameRectForContentRect() method of the NSWindow Objective-C class.

Parameters:
cRect -
aStyle -
Returns:
NSRect

isMainWindow

public com.jniwrapper.Bool isMainWindow()

ignoresMouseEvents

public com.jniwrapper.Bool ignoresMouseEvents()

hidesOnDeactivate

public com.jniwrapper.Bool hidesOnDeactivate()

orderFront

public void orderFront(Id sender)

setMinSize

public void setMinSize(NSSize size)

discardCachedImage

public void discardCachedImage()

contentMaxSize

public NSSize contentMaxSize()

static_minFrameWidthWithTitle_styleMask

public static com.jniwrapper.SingleFloat static_minFrameWidthWithTitle_styleMask(java.lang.String aTitle,
                                                                                 com.jniwrapper.UInt aStyle)
This method represents the minFrameWidthWithTitle() method of the NSWindow Objective-C class.

Parameters:
aTitle -
aStyle -
Returns:
SingleFloat

performClose

public void performClose(Id sender)

dataWithPDFInsideRect

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

defaultButtonCell

public com.jniwrapper.Pointer.Void defaultButtonCell()

flushWindowIfNeeded

public void flushWindowIfNeeded()

backgroundColor

public com.jniwrapper.Pointer.Void backgroundColor()

level

public com.jniwrapper.Int level()

initWithWindowRef

public com.jniwrapper.Pointer.Void initWithWindowRef(com.jniwrapper.Pointer.Void windowRef)

worksWhenModal

public com.jniwrapper.Bool worksWhenModal()

initWithContentRect_styleMask_backing_defer_screen

public Id initWithContentRect_styleMask_backing_defer_screen(NSRect contentRect,
                                                             com.jniwrapper.UInt aStyle,
                                                             NSBackingStoreType bufferingType,
                                                             boolean flag,
                                                             NSScreen screen)
This method represents the initWithContentRect() method of the NSWindow Objective-C class.

Parameters:
contentRect -
aStyle -
bufferingType -
flag -
screen -
Returns:
Id

miniwindowImage

public com.jniwrapper.Pointer.Void miniwindowImage()

toggleToolbarShown

public void toggleToolbarShown(Id sender)

setContentMinSize

public void setContentMinSize(NSSize size)

validRequestorForSendType_returnType

public Id validRequestorForSendType_returnType(java.lang.String sendType,
                                               java.lang.String returnType)
This method represents the validRequestorForSendType() method of the NSWindow Objective-C class.

Overrides:
validRequestorForSendType_returnType in class NSResponder
Parameters:
sendType -
returnType -
Returns:
Id

handleCloseScriptCommand

public Id handleCloseScriptCommand(NSCloseCommand command)

setToolbar

public void setToolbar(NSToolbar toolbar)

isMiniaturizable

public com.jniwrapper.Bool isMiniaturizable()

setContentAspectRatio

public void setContentAspectRatio(NSSize ratio)

setExcludedFromWindowsMenu

public void setExcludedFromWindowsMenu(boolean flag)

orderedIndex

public com.jniwrapper.Int orderedIndex()

hasShadow

public com.jniwrapper.Bool hasShadow()

setAspectRatio

public void setAspectRatio(NSSize ratio)

removeChildWindow

public void removeChildWindow(NSWindow childWin)

contentAspectRatio

public NSSize contentAspectRatio()

selectKeyViewPrecedingView

public void selectKeyViewPrecedingView(NSView aView)

performZoom

public void performZoom(Id sender)

resignMainWindow

public void resignMainWindow()

attachedSheet

public com.jniwrapper.Pointer.Void attachedSheet()

contentMinSize

public NSSize contentMinSize()

frameAutosaveName

public com.jniwrapper.Pointer.Void frameAutosaveName()

styleMask

public com.jniwrapper.UInt styleMask()

isFloatingPanel

public com.jniwrapper.Bool isFloatingPanel()

enableKeyEquivalentForDefaultButtonCell

public void enableKeyEquivalentForDefaultButtonCell()

setFrameOrigin

public void setFrameOrigin(NSPoint aPoint)

selectPreviousKeyView

public void selectPreviousKeyView(Id sender)

makeKeyWindow

public void makeKeyWindow()

resetCursorRects

public void resetCursorRects()

animationResizeTime

public NSTimeInterval animationResizeTime(NSRect newFrame)

isZoomed

public com.jniwrapper.Bool isZoomed()

orderBack

public void orderBack(Id sender)

static_removeFrameUsingName

public static void static_removeFrameUsingName(java.lang.String name)

setAlphaValue

public void setAlphaValue(com.jniwrapper.SingleFloat windowAlpha)

setDepthLimit

public void setDepthLimit(NSWindowDepth limit)

setShowsResizeIndicator

public void setShowsResizeIndicator(boolean show)

dragImage_at_offset_event_pasteboard_source_slideBack

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

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

isKeyWindow

public com.jniwrapper.Bool isKeyWindow()

constrainFrameRect_toScreen

public NSRect constrainFrameRect_toScreen(NSRect frameRect,
                                          NSScreen screen)
This method represents the constrainFrameRect() method of the NSWindow Objective-C class.

Parameters:
frameRect -
screen -
Returns:
NSRect

childWindows

public com.jniwrapper.Pointer.Void childWindows()

nextEventMatchingMask

public com.jniwrapper.Pointer.Void nextEventMatchingMask(com.jniwrapper.UInt mask)

setCanHide

public void setCanHide(boolean flag)

static_menuChanged

public static void static_menuChanged(NSMenu menu)

isExcludedFromWindowsMenu

public com.jniwrapper.Bool isExcludedFromWindowsMenu()

handleSaveScriptCommand

public Id handleSaveScriptCommand(NSScriptCommand command)

setReleasedWhenClosed

public void setReleasedWhenClosed(boolean flag)

discardEventsMatchingMask_beforeEvent

public void discardEventsMatchingMask_beforeEvent(com.jniwrapper.UInt mask,
                                                  NSEvent lastEvent)
This method represents the discardEventsMatchingMask() method of the NSWindow Objective-C class.

Parameters:
mask -
lastEvent -

zoom

public void zoom(Id sender)

isModalPanel

public com.jniwrapper.Bool isModalPanel()

maxSize

public NSSize maxSize()

static_defaultDepthLimit

public static NSWindowDepth static_defaultDepthLimit()

orderFrontRegardless

public void orderFrontRegardless()

convertScreenToBase

public NSPoint convertScreenToBase(NSPoint aPoint)

isVisible

public com.jniwrapper.Bool isVisible()

print

public void print(Id sender)

canBecomeMainWindow

public com.jniwrapper.Bool canBecomeMainWindow()

static_contentRectForFrameRect_styleMask

public static NSRect static_contentRectForFrameRect_styleMask(NSRect fRect,
                                                              com.jniwrapper.UInt aStyle)
This method represents the contentRectForFrameRect() method of the NSWindow Objective-C class.

Parameters:
fRect -
aStyle -
Returns:
NSRect

unregisterDraggedTypes

public void unregisterDraggedTypes()

tryToPerform_with

public com.jniwrapper.Bool tryToPerform_with(Sel anAction,
                                             Id anObject)
This method represents the tryToPerform() method of the NSWindow Objective-C class.

Overrides:
tryToPerform_with in class NSResponder
Parameters:
anAction -
anObject -
Returns:
Bool

depthLimit

public NSWindowDepth depthLimit()

useOptimizedDrawing

public void useOptimizedDrawing(boolean flag)

isAutodisplay

public com.jniwrapper.Bool isAutodisplay()