Delegate methods for HFTextView.
HFController * controller
The HFController for the receiver. Useful for adding or removing HFRepresenters from the text view at...
Definition: HFTextView.h:25
NSArray * backgroundColors
The array of background colors for the receiver.
Definition: HFTextView.h:41
BOOL bordered
Whether the receiver draws a border.
Definition: HFTextView.h:44
NSData * data
Definition: HFTextView.h:56
A high-level view class analagous to NSTextView.
Definition: HFTextView.h:18
HFLayoutRepresenter * layoutRepresenter
The HFLayoutRepresenter for the receiver. An HFTextView comes with its own HFLayoutRepresenter, but you can replace it.
Definition: HFTextView.h:28
HFByteArray * byteArray
Returns the HFByteArray for the receiver. This is equivalent to [[self controller] byteArray]...
Definition: HFTextView.h:31
id delegate
The delegate, which may implement the methods in HFTextViewDelegate. Initially nil.
Definition: HFTextView.h:48