A class which provides a set of available tools which can be used to create a toolbar. More...
#import <xap_CocoaPlugin.h>
Public Member Functions | |
| (NSString *) | - name |
| Get the name of the provider. | |
| (id< NSObject, XAP_CocoaPlugin_Tool >) | - toolWithIdentifier: |
| Get the tool with the specified identifier. | |
| (NSArray *) | - toolIdentifiers |
| Get the identifiers of the tools provided. | |
| (NSString *) | - toolDescription: |
| See whether the provider provides a specific tool, and get the description (tooltip). | |
A class which provides a set of available tools which can be used to create a toolbar.
| - (NSString *) name |
Get the name of the provider.
Reimplemented in XAP_CocoaToolProvider.
| - (NSString *) toolDescription: | (NSString *) | identifier |
See whether the provider provides a specific tool, and get the description (tooltip).
| identifier | The internal identifier of the desired tool. |
Reimplemented in XAP_CocoaToolProvider.
| - (NSArray *) toolIdentifiers |
Get the identifiers of the tools provided.
Reimplemented in XAP_CocoaToolProvider.
| - (id <NSObject, XAP_CocoaPlugin_Tool>) toolWithIdentifier: | (NSString *) | identifier |
Get the tool with the specified identifier.
| identifier | The identifier of the tool which is desired. |
Reimplemented in XAP_CocoaToolProvider.
1.7.1