public class NSDocument extends NSObject
NSDocument
class.
See the class documentation at the Apple's site: NSDocumentConstructor and Description |
---|
NSDocument() |
NSDocument(boolean autorelease)
Contructs the
NSDocument class with the autorelease option on. |
NSDocument(com.jniwrapper.Pointer.Void instancePtr)
Contructs the
NSDocument class from pointer. |
NSDocument(java.lang.String methodName,
com.jniwrapper.Parameter[] parameters)
Contructs the
NSDocument class with static constructor. |
Modifier and Type | Method and Description |
---|---|
void |
addWindowController(NSWindowController windowController) |
com.jniwrapper.Bool |
canCloseDocument() |
void |
canCloseDocumentWithDelegate_shouldCloseSelector_contextInfo(Id delegate,
Sel shouldCloseSelector,
com.jniwrapper.Pointer.Void contextInfo)
This method represents the
canCloseDocumentWithDelegate() method of the NSDocument Objective-C class. |
void |
close() |
com.jniwrapper.Pointer.Void |
dataRepresentationOfType(java.lang.String type) |
com.jniwrapper.Pointer.Void |
displayName() |
com.jniwrapper.Pointer.Void |
fileAttributesToWriteToFile_ofType_saveOperation(java.lang.String fullDocumentPath,
java.lang.String documentTypeName,
NSSaveOperationType saveOperationType)
This method represents the
fileAttributesToWriteToFile() method of the NSDocument Objective-C class. |
com.jniwrapper.Pointer.Void |
fileName() |
com.jniwrapper.Bool |
fileNameExtensionWasHiddenInLastRunSavePanel() |
com.jniwrapper.Pointer.Void |
fileNameFromRunningSavePanelForSaveOperation(NSSaveOperationType saveOperation) |
com.jniwrapper.Pointer.Void |
fileType() |
com.jniwrapper.Pointer.Void |
fileTypeFromLastRunSavePanel() |
com.jniwrapper.Pointer.Void |
fileWrapperRepresentationOfType(java.lang.String type) |
Id |
handleCloseScriptCommand(NSCloseCommand command) |
Id |
handlePrintScriptCommand(NSScriptCommand command) |
Id |
handleSaveScriptCommand(NSScriptCommand command) |
com.jniwrapper.Bool |
hasUndoManager() |
Id |
init() |
protected void |
init(com.jniwrapper.Parameter[] fields) |
Id |
initWithContentsOfFile_ofType(java.lang.String fileName,
java.lang.String fileType)
This method represents the
initWithContentsOfFile() method of the NSDocument Objective-C class. |
Id |
initWithContentsOfURL_ofType(NSURL url,
java.lang.String fileType)
This method represents the
initWithContentsOfURL() method of the NSDocument Objective-C class. |
com.jniwrapper.Bool |
isDocumentEdited() |
com.jniwrapper.Bool |
keepBackupFile() |
com.jniwrapper.Pointer.Void |
lastComponentOfFileName() |
com.jniwrapper.Bool |
loadDataRepresentation_ofType(NSData data,
java.lang.String type)
This method represents the
loadDataRepresentation() method of the NSDocument Objective-C class. |
com.jniwrapper.Bool |
loadFileWrapperRepresentation_ofType(NSFileWrapper wrapper,
java.lang.String type)
This method represents the
loadFileWrapperRepresentation() method of the NSDocument Objective-C class. |
void |
makeWindowControllers() |
com.jniwrapper.Pointer.Void |
objectSpecifier() |
com.jniwrapper.Bool |
preparePageLayout(NSPageLayout pageLayout) |
com.jniwrapper.Bool |
prepareSavePanel(NSSavePanel savePanel) |
com.jniwrapper.Pointer.Void |
printDocument(Id sender) |
com.jniwrapper.Pointer.Void |
printInfo() |
void |
printShowingPrintPanel(boolean flag) |
com.jniwrapper.Bool |
readFromFile_ofType(java.lang.String fileName,
java.lang.String type)
This method represents the
readFromFile() method of the NSDocument Objective-C class. |
com.jniwrapper.Bool |
readFromURL_ofType(NSURL url,
java.lang.String type)
This method represents the
readFromURL() method of the NSDocument Objective-C class. |
void |
removeWindowController(NSWindowController windowController) |
com.jniwrapper.Pointer.Void |
revertDocumentToSaved(Id sender) |
com.jniwrapper.Bool |
revertToSavedFromFile_ofType(java.lang.String fileName,
java.lang.String type)
This method represents the
revertToSavedFromFile() method of the NSDocument Objective-C class. |
com.jniwrapper.Bool |
revertToSavedFromURL_ofType(NSURL url,
java.lang.String type)
This method represents the
revertToSavedFromURL() method of the NSDocument Objective-C class. |
void |
runModalPageLayoutWithPrintInfo_delegate_didRunSelector_contextInfo(NSPrintInfo printInfo,
Id delegate,
Sel didRunSelector,
com.jniwrapper.Pointer.Void contextInfo)
This method represents the
runModalPageLayoutWithPrintInfo() method of the NSDocument Objective-C class. |
com.jniwrapper.Int |
runModalPageLayoutWithPrintInfo(NSPrintInfo printInfo) |
void |
runModalPrintOperation_delegate_didRunSelector_contextInfo(NSPrintOperation printOperation,
Id delegate,
Sel didRunSelector,
com.jniwrapper.Pointer.Void contextInfo)
This method represents the
runModalPrintOperation() method of the NSDocument Objective-C class. |
com.jniwrapper.Int |
runModalSavePanel_withAccessoryView(NSSavePanel savePanel,
NSView accessoryView)
This method represents the
runModalSavePanel() method of the NSDocument Objective-C class. |
void |
runModalSavePanelForSaveOperation_delegate_didSaveSelector_contextInfo(NSSaveOperationType saveOperation,
Id delegate,
Sel didSaveSelector,
com.jniwrapper.Pointer.Void contextInfo)
This method represents the
runModalSavePanelForSaveOperation() method of the NSDocument Objective-C class. |
com.jniwrapper.Pointer.Void |
runPageLayout(Id sender) |
com.jniwrapper.Pointer.Void |
saveDocument(Id sender) |
com.jniwrapper.Pointer.Void |
saveDocumentAs(Id sender) |
com.jniwrapper.Pointer.Void |
saveDocumentTo(Id sender) |
void |
saveDocumentWithDelegate_didSaveSelector_contextInfo(Id delegate,
Sel didSaveSelector,
com.jniwrapper.Pointer.Void contextInfo)
This method represents the
saveDocumentWithDelegate() method of the NSDocument Objective-C class. |
void |
saveToFile_saveOperation_delegate_didSaveSelector_contextInfo(java.lang.String fileName,
NSSaveOperationType saveOperation,
Id delegate,
Sel didSaveSelector,
com.jniwrapper.Pointer.Void contextInfo)
This method represents the
saveToFile() method of the NSDocument Objective-C class. |
void |
setFileName(java.lang.String fileName) |
void |
setFileType(java.lang.String type) |
void |
setHasUndoManager(boolean flag) |
void |
setLastComponentOfFileName(java.lang.String str) |
void |
setPrintInfo(NSPrintInfo printInfo) |
void |
setUndoManager(NSUndoManager undoManager) |
void |
setWindow(NSWindow window) |
com.jniwrapper.Bool |
shouldChangePrintInfo(NSPrintInfo newPrintInfo) |
void |
shouldCloseWindowController_delegate_shouldCloseSelector_contextInfo(NSWindowController windowController,
Id delegate,
Sel callback,
com.jniwrapper.Pointer.Void contextInfo)
This method represents the
shouldCloseWindowController() method of the NSDocument Objective-C class. |
com.jniwrapper.Bool |
shouldCloseWindowController(NSWindowController windowController) |
com.jniwrapper.Bool |
shouldRunSavePanelWithAccessoryView() |
void |
showWindows() |
static com.jniwrapper.Bool |
static_isNativeType(java.lang.String type) |
static com.jniwrapper.Pointer.Void |
static_readableTypes() |
static com.jniwrapper.Pointer.Void |
static_writableTypes() |
com.jniwrapper.Pointer.Void |
undoManager() |
void |
updateChangeCount(NSDocumentChangeType change) |
com.jniwrapper.Bool |
validateMenuItem(NSMenuItem anItem) |
com.jniwrapper.Bool |
validateUserInterfaceItem(Id anItem) |
void |
windowControllerDidLoadNib(NSWindowController windowController) |
com.jniwrapper.Pointer.Void |
windowControllers() |
void |
windowControllerWillLoadNib(NSWindowController windowController) |
com.jniwrapper.Pointer.Void |
windowForSheet() |
com.jniwrapper.Pointer.Void |
windowNibName() |
com.jniwrapper.Bool |
writeToFile_ofType_originalFile_saveOperation(java.lang.String fullDocumentPath,
java.lang.String documentTypeName,
java.lang.String fullOriginalDocumentPath,
NSSaveOperationType saveOperationType)
This method represents the
writeToFile() method of the NSDocument Objective-C class. |
com.jniwrapper.Bool |
writeToFile_ofType(java.lang.String fileName,
java.lang.String type)
This method represents the
writeToFile() method of the NSDocument Objective-C class. |
com.jniwrapper.Bool |
writeToURL_ofType(NSURL url,
java.lang.String type)
This method represents the
writeToURL() method of the NSDocument Objective-C class. |
com.jniwrapper.Bool |
writeWithBackupToFile_ofType_saveOperation(java.lang.String fullDocumentPath,
java.lang.String documentTypeName,
NSSaveOperationType saveOperationType)
This method represents the
writeWithBackupToFile() method of the NSDocument Objective-C class. |
_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, 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, 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 NSDocument()
public NSDocument(boolean autorelease)
NSDocument
class with the autorelease option on.autorelease
- public NSDocument(com.jniwrapper.Pointer.Void instancePtr)
NSDocument
class from pointer.instancePtr
- public NSDocument(java.lang.String methodName, com.jniwrapper.Parameter[] parameters)
NSDocument
class with static constructor.methodName
- parameters
- public void setFileType(java.lang.String type)
public void setFileName(java.lang.String fileName)
public com.jniwrapper.Bool preparePageLayout(NSPageLayout pageLayout)
public com.jniwrapper.Bool writeToFile_ofType(java.lang.String fileName, java.lang.String type)
writeToFile()
method of the NSDocument Objective-C class.fileName
- type
- public Id handleCloseScriptCommand(NSCloseCommand command)
public com.jniwrapper.Pointer.Void objectSpecifier()
objectSpecifier
in class NSObject
public com.jniwrapper.Pointer.Void saveDocument(Id sender)
public com.jniwrapper.Pointer.Void fileTypeFromLastRunSavePanel()
public com.jniwrapper.Int runModalSavePanel_withAccessoryView(NSSavePanel savePanel, NSView accessoryView)
runModalSavePanel()
method of the NSDocument Objective-C class.savePanel
- accessoryView
- public com.jniwrapper.Pointer.Void windowForSheet()
public com.jniwrapper.Bool loadFileWrapperRepresentation_ofType(NSFileWrapper wrapper, java.lang.String type)
loadFileWrapperRepresentation()
method of the NSDocument Objective-C class.wrapper
- type
- public void runModalPageLayoutWithPrintInfo_delegate_didRunSelector_contextInfo(NSPrintInfo printInfo, Id delegate, Sel didRunSelector, com.jniwrapper.Pointer.Void contextInfo)
runModalPageLayoutWithPrintInfo()
method of the NSDocument Objective-C class.printInfo
- delegate
- didRunSelector
- contextInfo
- public com.jniwrapper.Bool isDocumentEdited()
public com.jniwrapper.Pointer.Void revertDocumentToSaved(Id sender)
public com.jniwrapper.Bool shouldRunSavePanelWithAccessoryView()
public void makeWindowControllers()
public com.jniwrapper.Pointer.Void saveDocumentTo(Id sender)
public void setPrintInfo(NSPrintInfo printInfo)
public void removeWindowController(NSWindowController windowController)
public com.jniwrapper.Pointer.Void windowNibName()
public void addWindowController(NSWindowController windowController)
public com.jniwrapper.Pointer.Void saveDocumentAs(Id sender)
public void updateChangeCount(NSDocumentChangeType change)
public void canCloseDocumentWithDelegate_shouldCloseSelector_contextInfo(Id delegate, Sel shouldCloseSelector, com.jniwrapper.Pointer.Void contextInfo)
canCloseDocumentWithDelegate()
method of the NSDocument Objective-C class.delegate
- shouldCloseSelector
- contextInfo
- public com.jniwrapper.Pointer.Void fileType()
public com.jniwrapper.Bool prepareSavePanel(NSSavePanel savePanel)
public com.jniwrapper.Pointer.Void fileName()
public void setHasUndoManager(boolean flag)
public Id initWithContentsOfFile_ofType(java.lang.String fileName, java.lang.String fileType)
initWithContentsOfFile()
method of the NSDocument Objective-C class.fileName
- fileType
- public com.jniwrapper.Pointer.Void fileNameFromRunningSavePanelForSaveOperation(NSSaveOperationType saveOperation)
public void runModalSavePanelForSaveOperation_delegate_didSaveSelector_contextInfo(NSSaveOperationType saveOperation, Id delegate, Sel didSaveSelector, com.jniwrapper.Pointer.Void contextInfo)
runModalSavePanelForSaveOperation()
method of the NSDocument Objective-C class.saveOperation
- delegate
- didSaveSelector
- contextInfo
- public com.jniwrapper.Pointer.Void printDocument(Id sender)
public com.jniwrapper.Pointer.Void fileAttributesToWriteToFile_ofType_saveOperation(java.lang.String fullDocumentPath, java.lang.String documentTypeName, NSSaveOperationType saveOperationType)
fileAttributesToWriteToFile()
method of the NSDocument Objective-C class.fullDocumentPath
- documentTypeName
- saveOperationType
- public com.jniwrapper.Bool keepBackupFile()
public Id handlePrintScriptCommand(NSScriptCommand command)
public com.jniwrapper.Bool readFromFile_ofType(java.lang.String fileName, java.lang.String type)
readFromFile()
method of the NSDocument Objective-C class.fileName
- type
- public void shouldCloseWindowController_delegate_shouldCloseSelector_contextInfo(NSWindowController windowController, Id delegate, Sel callback, com.jniwrapper.Pointer.Void contextInfo)
shouldCloseWindowController()
method of the NSDocument Objective-C class.windowController
- delegate
- callback
- contextInfo
- public com.jniwrapper.Bool shouldChangePrintInfo(NSPrintInfo newPrintInfo)
public com.jniwrapper.Bool hasUndoManager()
public void runModalPrintOperation_delegate_didRunSelector_contextInfo(NSPrintOperation printOperation, Id delegate, Sel didRunSelector, com.jniwrapper.Pointer.Void contextInfo)
runModalPrintOperation()
method of the NSDocument Objective-C class.printOperation
- delegate
- didRunSelector
- contextInfo
- public com.jniwrapper.Pointer.Void displayName()
public com.jniwrapper.Pointer.Void undoManager()
public void windowControllerDidLoadNib(NSWindowController windowController)
public void close()
public com.jniwrapper.Bool writeToFile_ofType_originalFile_saveOperation(java.lang.String fullDocumentPath, java.lang.String documentTypeName, java.lang.String fullOriginalDocumentPath, NSSaveOperationType saveOperationType)
writeToFile()
method of the NSDocument Objective-C class.fullDocumentPath
- documentTypeName
- fullOriginalDocumentPath
- saveOperationType
- public com.jniwrapper.Pointer.Void runPageLayout(Id sender)
public void showWindows()
public com.jniwrapper.Bool shouldCloseWindowController(NSWindowController windowController)
public static com.jniwrapper.Pointer.Void static_readableTypes()
public static com.jniwrapper.Bool static_isNativeType(java.lang.String type)
public void saveDocumentWithDelegate_didSaveSelector_contextInfo(Id delegate, Sel didSaveSelector, com.jniwrapper.Pointer.Void contextInfo)
saveDocumentWithDelegate()
method of the NSDocument Objective-C class.delegate
- didSaveSelector
- contextInfo
- public com.jniwrapper.Bool revertToSavedFromFile_ofType(java.lang.String fileName, java.lang.String type)
revertToSavedFromFile()
method of the NSDocument Objective-C class.fileName
- type
- public void saveToFile_saveOperation_delegate_didSaveSelector_contextInfo(java.lang.String fileName, NSSaveOperationType saveOperation, Id delegate, Sel didSaveSelector, com.jniwrapper.Pointer.Void contextInfo)
saveToFile()
method of the NSDocument Objective-C class.fileName
- saveOperation
- delegate
- didSaveSelector
- contextInfo
- public void setLastComponentOfFileName(java.lang.String str)
public com.jniwrapper.Pointer.Void lastComponentOfFileName()
public com.jniwrapper.Bool validateMenuItem(NSMenuItem anItem)
public Id handleSaveScriptCommand(NSScriptCommand command)
public com.jniwrapper.Bool readFromURL_ofType(NSURL url, java.lang.String type)
readFromURL()
method of the NSDocument Objective-C class.url
- type
- public com.jniwrapper.Bool writeToURL_ofType(NSURL url, java.lang.String type)
writeToURL()
method of the NSDocument Objective-C class.url
- type
- public void windowControllerWillLoadNib(NSWindowController windowController)
public com.jniwrapper.Pointer.Void dataRepresentationOfType(java.lang.String type)
public com.jniwrapper.Bool canCloseDocument()
public com.jniwrapper.Pointer.Void fileWrapperRepresentationOfType(java.lang.String type)
public com.jniwrapper.Pointer.Void printInfo()
public com.jniwrapper.Pointer.Void windowControllers()
public void setUndoManager(NSUndoManager undoManager)
public void setWindow(NSWindow window)
public com.jniwrapper.Bool validateUserInterfaceItem(Id anItem)
public com.jniwrapper.Bool writeWithBackupToFile_ofType_saveOperation(java.lang.String fullDocumentPath, java.lang.String documentTypeName, NSSaveOperationType saveOperationType)
writeWithBackupToFile()
method of the NSDocument Objective-C class.fullDocumentPath
- documentTypeName
- saveOperationType
- public static com.jniwrapper.Pointer.Void static_writableTypes()
public com.jniwrapper.Bool loadDataRepresentation_ofType(NSData data, java.lang.String type)
loadDataRepresentation()
method of the NSDocument Objective-C class.data
- type
- public Id initWithContentsOfURL_ofType(NSURL url, java.lang.String fileType)
initWithContentsOfURL()
method of the NSDocument Objective-C class.url
- fileType
- public com.jniwrapper.Int runModalPageLayoutWithPrintInfo(NSPrintInfo printInfo)
public void printShowingPrintPanel(boolean flag)
public com.jniwrapper.Bool revertToSavedFromURL_ofType(NSURL url, java.lang.String type)
revertToSavedFromURL()
method of the NSDocument Objective-C class.url
- type
- public com.jniwrapper.Bool fileNameExtensionWasHiddenInLastRunSavePanel()