Classes AbstractObject Attributes classCode Description The class of the object. Name class scriptingProperties Description All of the object's properties. Name properties Description A scriptable object. Name item PluralName items NSApplication Attributes isActive Description Is this the frontmost (active) application? Name frontmost name Description The name of the application. Name name version Description The version of the application. Name version Description An application's top level scripting object. Name application PluralName applications NSColor Description A color. Name color PluralName colors NSWindow Attributes boundsAsQDRect Description The bounding rectangle of the window. Name bounds hasCloseBox Description Whether the window has a close box. Name closeable hasTitleBar Description Whether the window has a title bar. Name titled isFloatingPanel Description Whether the window floats. Name floating isMiniaturizable Description Whether the window can be miniaturized. Name miniaturizable isMiniaturized Description Whether the window is currently miniaturized. Name miniaturized isModalPanel Description Whether the window is the application's current modal window. Name modal isResizable Description Whether the window can be resized. Name resizable isVisible Description Whether the window is currently visible. Name visible isZoomable Description Whether the window can be zoomed. Name zoomable isZoomed Description Whether the window is currently zoomed. Name zoomed orderedIndex Description The index of the window in the back-to-front window ordering. Name index title Description The full title of the window. Name name uniqueID Description The unique identifier of the window. Name id Description A window. Name window PluralName windows Commands Close Arguments File Description The file in which to save the object. Name saving in SaveOptions Description Specifies whether changes should be saved before closing. Name saving Description Close an object. Name close Copy Arguments ToLocation Description The location for the new object(s). Name to WithProperties Description Properties to be set in the new duplicated object(s). Name with properties Description Copy object(s) and put the copies at a new location. Name duplicate Count Arguments ObjectClass Description The class of objects to be counted. Name each Description Return the number of elements of a particular class within an object. Name count Create Arguments KeyDictionary Description The initial values for properties of the object. Name with properties Location Description The location at which to insert the object. Name at ObjectClass Description The class of the new object. Name new ObjectData Description The initial data for the object. Name with data Description Make a new object. Name make Delete Description Delete an object. Name delete Exists Description Verify if an object exists. Name exists Get Description Get the data for an object. Name get Move Arguments ToLocation Description The new location for the object(s). Name to Description Move object(s) to a new location. Name move Open Description Open an object. Name open UnnamedArgument Description The file(s) to be opened. Print Description Print an object. Name print UnnamedArgument Description The file(s) or document(s) to be printed. Quit Arguments SaveOptions Description Specifies whether changes should be saved before quitting. Name saving Description Quit an application. Name quit Save Arguments File Description The file in which to save the object. Name in FileType Description The file type in which to save the data. Name as Description Save an object. Name save Set Arguments Value Description The new value. Name to Description Set an object's data. Name set Description Common classes and commands. Enumerations SaveOptions Ask Description Ask the user whether or not to save the file. Name ask No Description Do not save the file. Name no Yes Description Save the file. Name yes Name Standard Suite