Nu Class Reference

NuConsoleShowHideTransformer

Value transformer class for binding to menu item.

Superclass: NSValueTransformer
Declared in: nu/console.nu

This class is part of the Nu console implementation. An instance of this class provides text to a menu item that toggles the display of the Nu console window.

Methods

+ (BOOL) allowsReverseTransformation
Return NO because this transformer does not allow reverse transformation.

in nu/console.nu

+ (Class) transformedValueClass
Get the class of the transformed value (NSString).

in nu/console.nu

- (id) transformedValue: (id) v
Convert a boolean value into an appropriate string for the menu item.

in nu/console.nu