scottc@net-community.com
)
richard@brainstorm.co.uk
)
FredKiefer@gmx.de
)Workspace class
Copyright: (C) 1996-1999, 2001 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSWorkspace.h
Standards:
- MacOS-X
- OpenStep
- GNUstep
Description forthcoming.
Method summaryDescription forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Updates Registered Services and File Types
Given an application name, return the full path for
that application.
This method looks for the
application in standard locations, and if not
found there, according to MacOS-X documentation,
returns nil
.
If the supplied
application name is an absolute path, returns
that path irrespective of whether such an application
exists or not. This is not the docmented
debavior in the MacOS-X documentation, but is the
MacOS-X implemented behavior.
If the
appName has an extension, it is used,
otherwise in GNUstep the standard app, debug, and
profile extensions * are tried.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Calls -launchApplication:showIcon:autolaunch: with arguments set to show the icon but not set it up as an autolaunch.
Launches the specified application (unless it is alreeady running)
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Simply makes a note that the user defaults database has changed.
Returns the workspace notification center
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Animating an Image- slides it from one point on the screen to another.
Description forthcoming.
Returns a flag to say if the defaults database has changed since the last time this method was called.
- Declared in:
- AppKit/NSWorkspace.h
Standards:
- NotOpenStep
- NotMacOS-X
- GNUstep
Description forthcoming.
Method summaryReturns the application icon for the given app. Or null if none defined or appName is not a valid application name.
Returns the application bundle for the named
application. Accepts either a full path to an
app or just the name. The extension (.app,.debug,
.profile) is optional, but if provided it will be
used.
Returns nil
if the
specified app does not exist as requested.
Returns the 'best' application to open a file with
the specified extension using the given role
. If the role is nil
then apps
which can edit are preferred but viewers are also
acceptable. Uses a user preferred app or picks
any good match.
Returns the path set for the icon matching the image by -setBestIcon:forExtension:
Gets the applications cache (generated by the make_services tool) and looks up the special entry that contains a dictionary of all file extensions recognised by GNUstep applications. Then finds the dictionary of applications that can handle our file and returns it.
Requires the path to an application wrapper as an argument, and returns the full path to the executable.
Sets up a user preference for which app should be used to open files of the specified extension.
Sets up a user preference for which icon should be used to represent the specified file extension.