#import <xap_CocoaPlugin.h>

Public Member Functions | |
| (void) | - setLabel: |
| (NSString *) | - label |
| (void) | - setTag: |
| (int) | - tag |
| (void) | - setState: |
| (int) | - state |
| (void) | - setEnabled: |
| (BOOL) | - isEnabled |
| - (void) setLabel: | (NSString *) | label |
| label | Set the label of the context menu item. |
Reimplemented in AP_CocoaPlugin_ContextMenuItem.
| - (NSString *) label |
| - (void) setTag: | (int) | anInt |
| anInt | An integer which can be used to identify this particular object. |
Reimplemented in AP_CocoaPlugin_ContextMenuItem.
| - (int) tag |
Reimplemented in AP_CocoaPlugin_ContextMenuItem.
| - (void) setState: | (int) | state |
| state | To have a check (tick) beside the menu item, set the state to NSOnState, otherwise set it to NSOffState. The default is NSOffState. |
Reimplemented in AP_CocoaPlugin_ContextMenuItem.
| - (int) state |
Reimplemented in AP_CocoaPlugin_ContextMenuItem.
| - (void) setEnabled: | (BOOL) | enabled |
| enabled | YES if the menu item should be enabled, or NO if the menu item should be greyed (i.e., non-selectable). The default is YES. |
Reimplemented in AP_CocoaPlugin_ContextMenuItem.
| - (BOOL) isEnabled |
Reimplemented in AP_CocoaPlugin_ContextMenuItem.
1.5.5