public class NSApplication extends NSResponder
NSApplication
class.
See the class documentation at the Apple's site: NSApplicationConstructor and Description |
---|
NSApplication() |
NSApplication(boolean autorelease)
Contructs the
NSApplication class with the autorelease option on. |
NSApplication(com.jniwrapper.Pointer.Void instancePtr)
Contructs the
NSApplication class from pointer. |
NSApplication(java.lang.String methodName,
com.jniwrapper.Parameter[] parameters)
Contructs the
NSApplication class with static constructor. |
Modifier and Type | Method and Description |
---|---|
void |
abortModal() |
void |
activateContextHelpMode(Id sender) |
void |
activateIgnoringOtherApps(boolean flag) |
void |
addWindowsItem_title_filename(NSWindow win,
java.lang.String aString,
boolean isFilename)
This method represents the
addWindowsItem() method of the NSApplication Objective-C class. |
com.jniwrapper.Pointer.Void |
applicationIconImage() |
void |
arrangeInFront(Id sender) |
NSModalSession |
beginModalSessionForWindow_relativeToWindow(NSWindow theWindow,
NSWindow docWindow)
This method represents the
beginModalSessionForWindow() method of the NSApplication Objective-C class. |
NSModalSession |
beginModalSessionForWindow(NSWindow theWindow) |
void |
beginSheet_modalForWindow_modalDelegate_didEndSelector_contextInfo(NSWindow sheet,
NSWindow docWindow,
Id modalDelegate,
Sel didEndSelector,
com.jniwrapper.Pointer.Void contextInfo)
This method represents the
beginSheet() method of the NSApplication Objective-C class. |
void |
cancelUserAttentionRequest(com.jniwrapper.Int request) |
void |
changeWindowsItem_title_filename(NSWindow win,
java.lang.String aString,
boolean isFilename)
This method represents the
changeWindowsItem() method of the NSApplication Objective-C class. |
com.jniwrapper.Pointer.Void |
context() |
com.jniwrapper.Pointer.Void |
currentEvent() |
void |
deactivate() |
Id |
delegate() |
void |
discardEventsMatchingMask_beforeEvent(com.jniwrapper.UInt mask,
NSEvent lastEvent)
This method represents the
discardEventsMatchingMask() method of the NSApplication Objective-C class. |
void |
endModalSession(NSModalSession session) |
void |
endSheet_returnCode(NSWindow sheet,
com.jniwrapper.Int returnCode)
This method represents the
endSheet() method of the NSApplication Objective-C class. |
void |
endSheet(NSWindow sheet) |
void |
finishLaunching() |
void |
hide(Id sender) |
void |
hideOtherApplications(Id sender) |
protected void |
init(com.jniwrapper.Parameter[] fields) |
com.jniwrapper.Bool |
isActive() |
com.jniwrapper.Bool |
isHidden() |
com.jniwrapper.Bool |
isRunning() |
com.jniwrapper.Pointer.Void |
keyWindow() |
com.jniwrapper.Pointer.Void |
mainMenu() |
com.jniwrapper.Pointer.Void |
mainWindow() |
com.jniwrapper.Pointer.Void |
makeWindowsPerform_inOrder(Sel aSelector,
boolean flag)
This method represents the
makeWindowsPerform() method of the NSApplication Objective-C class. |
void |
miniaturizeAll(Id sender) |
com.jniwrapper.Pointer.Void |
modalWindow() |
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 NSApplication Objective-C class. |
com.jniwrapper.Pointer.Void |
orderedDocuments() |
com.jniwrapper.Pointer.Void |
orderedWindows() |
void |
orderFrontCharacterPalette(Id sender) |
void |
orderFrontColorPanel(Id sender) |
void |
orderFrontStandardAboutPanel(Id sender) |
void |
orderFrontStandardAboutPanelWithOptions(NSDictionary optionsDictionary) |
void |
postEvent_atStart(NSEvent event,
boolean flag)
This method represents the
postEvent() method of the NSApplication Objective-C class. |
void |
preventWindowOrdering() |
void |
registerServicesMenuSendTypes_returnTypes(NSArray sendTypes,
NSArray returnTypes)
This method represents the
registerServicesMenuSendTypes() method of the NSApplication Objective-C class. |
void |
removeWindowsItem(NSWindow win) |
void |
replyToApplicationShouldTerminate(boolean shouldTerminate) |
void |
replyToOpenOrPrint(NSApplicationDelegateReply reply) |
void |
reportException(NSException theException) |
com.jniwrapper.Int |
requestUserAttention(NSRequestUserAttentionType requestType) |
void |
run() |
com.jniwrapper.Int |
runModalForWindow_relativeToWindow(NSWindow theWindow,
NSWindow docWindow)
This method represents the
runModalForWindow() method of the NSApplication Objective-C class. |
com.jniwrapper.Int |
runModalForWindow(NSWindow theWindow) |
com.jniwrapper.Int |
runModalSession(NSModalSession session) |
void |
runPageLayout(Id sender) |
com.jniwrapper.Bool |
sendAction_to_from(Sel theAction,
Id theTarget,
Id sender)
This method represents the
sendAction() method of the NSApplication Objective-C class. |
void |
sendEvent(NSEvent theEvent) |
com.jniwrapper.Pointer.Void |
servicesMenu() |
Id |
servicesProvider() |
void |
setAppleMenu(NSMenu menu) |
void |
setApplicationIconImage(NSImage image) |
void |
setDelegate(Id anObject) |
void |
setMainMenu(NSMenu aMenu) |
void |
setServicesMenu(NSMenu aMenu) |
void |
setServicesProvider(Id provider) |
void |
setWindowsMenu(NSMenu aMenu) |
void |
setWindowsNeedUpdate(boolean needUpdate) |
void |
showHelp(Id sender) |
static void |
static_detachDrawingThread_toTarget_withObject(Sel selector,
Id target,
Id argument)
This method represents the
detachDrawingThread() method of the NSApplication Objective-C class. |
static com.jniwrapper.Pointer.Void |
static_sharedApplication() |
void |
stop(Id sender) |
void |
stopModal() |
void |
stopModalWithCode(com.jniwrapper.Int returnCode) |
Id |
targetForAction_to_from(Sel theAction,
Id theTarget,
Id sender)
This method represents the
targetForAction() method of the NSApplication Objective-C class. |
Id |
targetForAction(Sel theAction) |
void |
terminate(Id sender) |
com.jniwrapper.Bool |
tryToPerform_with(Sel anAction,
Id anObject)
This method represents the
tryToPerform() method of the NSApplication Objective-C class. |
void |
unhide(Id sender) |
void |
unhideAllApplications(Id sender) |
void |
unhideWithoutActivation() |
void |
updateWindows() |
void |
updateWindowsItem(NSWindow win) |
Id |
validRequestorForSendType_returnType(java.lang.String sendType,
java.lang.String returnType)
This method represents the
validRequestorForSendType() method of the NSApplication Objective-C class. |
com.jniwrapper.Pointer.Void |
windows() |
com.jniwrapper.Pointer.Void |
windowsMenu() |
com.jniwrapper.Pointer.Void |
windowWithWindowNumber(com.jniwrapper.Int windowNum) |
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, 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
_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
getClassName
asFunction, asFunction, asTypedPointer, castTo, castTo, equals, getDebugInfo, getLength, getValue, hashCode, isNull, read, setValue, toString, write
public NSApplication()
public NSApplication(boolean autorelease)
NSApplication
class with the autorelease option on.autorelease
- public NSApplication(com.jniwrapper.Pointer.Void instancePtr)
NSApplication
class from pointer.instancePtr
- public NSApplication(java.lang.String methodName, com.jniwrapper.Parameter[] parameters)
NSApplication
class with static constructor.methodName
- parameters
- protected void init(com.jniwrapper.Parameter[] fields)
init
in class NSResponder
public void showHelp(Id sender)
public void endSheet_returnCode(NSWindow sheet, com.jniwrapper.Int returnCode)
endSheet()
method of the NSApplication Objective-C class.sheet
- returnCode
- public Id validRequestorForSendType_returnType(java.lang.String sendType, java.lang.String returnType)
validRequestorForSendType()
method of the NSApplication Objective-C class.validRequestorForSendType_returnType
in class NSResponder
sendType
- returnType
- public NSModalSession beginModalSessionForWindow(NSWindow theWindow)
public void abortModal()
public static void static_detachDrawingThread_toTarget_withObject(Sel selector, Id target, Id argument)
detachDrawingThread()
method of the NSApplication Objective-C class.selector
- target
- argument
- public void arrangeInFront(Id sender)
public com.jniwrapper.Pointer.Void makeWindowsPerform_inOrder(Sel aSelector, boolean flag)
makeWindowsPerform()
method of the NSApplication Objective-C class.aSelector
- flag
- public com.jniwrapper.Bool isActive()
public void endSheet(NSWindow sheet)
public void activateContextHelpMode(Id sender)
public com.jniwrapper.Pointer.Void windowWithWindowNumber(com.jniwrapper.Int windowNum)
public void replyToOpenOrPrint(NSApplicationDelegateReply reply)
public void setWindowsMenu(NSMenu aMenu)
public void removeWindowsItem(NSWindow win)
public com.jniwrapper.Int requestUserAttention(NSRequestUserAttentionType requestType)
public com.jniwrapper.Int runModalSession(NSModalSession session)
public void activateIgnoringOtherApps(boolean flag)
public void orderFrontStandardAboutPanelWithOptions(NSDictionary optionsDictionary)
public void orderFrontColorPanel(Id sender)
public com.jniwrapper.Pointer.Void nextEventMatchingMask_untilDate_inMode_dequeue(com.jniwrapper.UInt mask, NSDate expiration, java.lang.String mode, boolean deqFlag)
nextEventMatchingMask()
method of the NSApplication Objective-C class.mask
- expiration
- mode
- deqFlag
- public void changeWindowsItem_title_filename(NSWindow win, java.lang.String aString, boolean isFilename)
changeWindowsItem()
method of the NSApplication Objective-C class.win
- aString
- isFilename
- public void unhide(Id sender)
public void hide(Id sender)
public void setApplicationIconImage(NSImage image)
public com.jniwrapper.Pointer.Void mainWindow()
public void beginSheet_modalForWindow_modalDelegate_didEndSelector_contextInfo(NSWindow sheet, NSWindow docWindow, Id modalDelegate, Sel didEndSelector, com.jniwrapper.Pointer.Void contextInfo)
beginSheet()
method of the NSApplication Objective-C class.sheet
- docWindow
- modalDelegate
- didEndSelector
- contextInfo
- public void setAppleMenu(NSMenu menu)
public void setMainMenu(NSMenu aMenu)
public com.jniwrapper.Int runModalForWindow(NSWindow theWindow)
public com.jniwrapper.Pointer.Void currentEvent()
public void orderFrontCharacterPalette(Id sender)
public void postEvent_atStart(NSEvent event, boolean flag)
postEvent()
method of the NSApplication Objective-C class.event
- flag
- public void deactivate()
public void setServicesProvider(Id provider)
public void unhideAllApplications(Id sender)
public Id servicesProvider()
public com.jniwrapper.Pointer.Void mainMenu()
public void setWindowsNeedUpdate(boolean needUpdate)
public com.jniwrapper.Pointer.Void windowsMenu()
public void terminate(Id sender)
public void hideOtherApplications(Id sender)
public com.jniwrapper.Pointer.Void applicationIconImage()
public void updateWindows()
public com.jniwrapper.Bool isRunning()
public void runPageLayout(Id sender)
public void setDelegate(Id anObject)
public void unhideWithoutActivation()
public void miniaturizeAll(Id sender)
public static com.jniwrapper.Pointer.Void static_sharedApplication()
public com.jniwrapper.Int runModalForWindow_relativeToWindow(NSWindow theWindow, NSWindow docWindow)
runModalForWindow()
method of the NSApplication Objective-C class.theWindow
- docWindow
- public void endModalSession(NSModalSession session)
public void finishLaunching()
public com.jniwrapper.Pointer.Void keyWindow()
public com.jniwrapper.Pointer.Void context()
public void setServicesMenu(NSMenu aMenu)
public void preventWindowOrdering()
public void stopModal()
public void discardEventsMatchingMask_beforeEvent(com.jniwrapper.UInt mask, NSEvent lastEvent)
discardEventsMatchingMask()
method of the NSApplication Objective-C class.mask
- lastEvent
- public void orderFrontStandardAboutPanel(Id sender)
public com.jniwrapper.Pointer.Void windows()
public com.jniwrapper.Pointer.Void orderedDocuments()
public void updateWindowsItem(NSWindow win)
public void sendEvent(NSEvent theEvent)
public com.jniwrapper.Bool sendAction_to_from(Sel theAction, Id theTarget, Id sender)
sendAction()
method of the NSApplication Objective-C class.theAction
- theTarget
- sender
- public Id targetForAction_to_from(Sel theAction, Id theTarget, Id sender)
targetForAction()
method of the NSApplication Objective-C class.theAction
- theTarget
- sender
- public void replyToApplicationShouldTerminate(boolean shouldTerminate)
public void stop(Id sender)
public void reportException(NSException theException)
public Id delegate()
public void registerServicesMenuSendTypes_returnTypes(NSArray sendTypes, NSArray returnTypes)
registerServicesMenuSendTypes()
method of the NSApplication Objective-C class.sendTypes
- returnTypes
- public NSModalSession beginModalSessionForWindow_relativeToWindow(NSWindow theWindow, NSWindow docWindow)
beginModalSessionForWindow()
method of the NSApplication Objective-C class.theWindow
- docWindow
- public com.jniwrapper.Bool isHidden()
public com.jniwrapper.Bool tryToPerform_with(Sel anAction, Id anObject)
tryToPerform()
method of the NSApplication Objective-C class.tryToPerform_with
in class NSResponder
anAction
- anObject
- public void run()
public void addWindowsItem_title_filename(NSWindow win, java.lang.String aString, boolean isFilename)
addWindowsItem()
method of the NSApplication Objective-C class.win
- aString
- isFilename
- public com.jniwrapper.Pointer.Void orderedWindows()
public void stopModalWithCode(com.jniwrapper.Int returnCode)
public void cancelUserAttentionRequest(com.jniwrapper.Int request)
public com.jniwrapper.Pointer.Void modalWindow()
public com.jniwrapper.Pointer.Void servicesMenu()