#import <AMControllable.h>
Public Member Functions | |
(NSSet *) | - getControls |
Gets the name of the controls supported. | |
(AMControl *) | - getControlWithName: |
Gets the control with the specified name. | |
(AMControl *) | - createControlWithName: |
Gets the control with the specified name or creates it if it doesn't exist. |
- (AMControl *) createControlWithName: | (NSString *) | _name |
Gets the control with the specified name or creates it if it doesn't exist.
name | The name of the control to get or create. Should be one of the constant control names defined in the AMControl class. |
- (NSSet *) getControls |
Gets the name of the controls supported.
- (AMControl *) getControlWithName: | (NSString *) | _name |
Gets the control with the specified name.
name | The name of the control to get. Should be one of the constant control names defined in the AMControl class. |