HexFiend
Properties | List of all members
HFTextField Class Reference

A high-level view class that is analagous to NSTextField. More...

Inheritance diagram for HFTextField:

Properties

BOOL usesHexArea
 Whether the hexadecimal view is shown. More...
 
BOOL usesTextArea
 Whether the text area is shown. More...
 
NSStringEncoding stringEncoding
 The string encoding used by the text area. More...
 
BOOL editable
 Whether the field is editable. More...
 

Detailed Description

HFTextField encapsulates a HFController and HFRepresenters into a single "do it all" NSControl analagous to NSTextField. Its objectValue is an HFByteArray. It sends its action to its target when the user hits return. It has no control.

An HFTextField can be configured to show a hexadecimal view, an ASCII (really the defaultCStringEncoding) view, or both.

This class is currently missing a fair amount of functionality, such as enabled state.

Property Documentation

§ usesHexArea

- (BOOL) usesHexArea
readwritenonatomicassign

§ usesTextArea

- (BOOL) usesTextArea
readwritenonatomicassign

§ stringEncoding

- (NSStringEncoding) stringEncoding
readwritenonatomicassign

§ editable

- (BOOL) editable
readwritenonatomicassign

The documentation for this class was generated from the following file: