Support for User Selection of Standard Pop-Up Menu Items

When the user selects a standard action from a pop-up menu, the Workplace Shell calls one of the pop-up menu methods shown in the following table:

┌────────────────────┬────────────────────────────────────────┐
│Method Name         │Description                             │
├────────────────────┼────────────────────────────────────────┤
│wpAppendObject      │Appends a file system object to another │
│                    │file system object.                     │
├────────────────────┼────────────────────────────────────────┤
│wpClose             │Closes all open views of an object.     │
├────────────────────┼────────────────────────────────────────┤
│wpCopyObject        │Creates a new copy of the object.       │
├────────────────────┼────────────────────────────────────────┤
│wpCreateFromTemplate│Creates an object from a template.      │
├────────────────────┼────────────────────────────────────────┤
│wpCreateShadowObject│Creates a shadow of an object.          │
├────────────────────┼────────────────────────────────────────┤
│wpDelete            │Deletes an object and prompts for       │
│                    │confirmation, if necessary.             │
├────────────────────┼────────────────────────────────────────┤
│wpDisplayHelp       │Displays a help panel.                  │
├────────────────────┼────────────────────────────────────────┤
│wpHide              │Hides or minimizes open views of an     │
│                    │object.                                 │
├────────────────────┼────────────────────────────────────────┤
│wpMoveJobObject     │Moves a print job to a different        │
│                    │printer.                                │
├────────────────────┼────────────────────────────────────────┤
│wpMoveObject        │Moves the object to a different         │
│                    │location.                               │
├────────────────────┼────────────────────────────────────────┤
│wpOpen              │Opens a view of the object.             │
├────────────────────┼────────────────────────────────────────┤
│wpPrintObject       │Prints a view of the object.            │
├────────────────────┼────────────────────────────────────────┤
│wpReplaceObject     │Replaces an object in another folder.   │
├────────────────────┼────────────────────────────────────────┤
│wpRestore           │Restores hidden or minimized views of an│
│                    │object.                                 │
└────────────────────┴────────────────────────────────────────┘


[Back: About Pop-Up Menu Methods]
[Next: Open Views]